formBMatrix: Internal function to create the first difference matrix

Description Usage Arguments Value Examples

View source: R/formBMatrix.R

Description

formBmatrix Computes the B matrix (currently the first order difference) used in the BRDF kernel inversion. Accounts for multiple observations in a given day.

Usage

1
formBMatrix(newDim, kernelSize)

Arguments

newDim

Number of rows in the matrix

kernelSize

Number of BRDF kernels

Value

The B matrix of first order difference. See Quaife and Lewis 2010

Examples

1
B <- formBmatrix(365,3)

jmzobitz/BRDF documentation built on July 13, 2019, 6:20 p.m.