View source: R/Lib_PROSPECT_Inversion.R
tryInversion | R Documentation |
Function handling error during inversion
tryInversion(
x0,
MeritFunction,
SpecPROSPECT,
Refl,
Tran,
Parms2Estimate,
lb,
ub,
verbose = FALSE
)
x0 |
numeric. Vector of input variables to estimate |
MeritFunction |
character. name of the merit function |
SpecPROSPECT |
list. Includes optical constants refractive index, specific absorption coefficients and corresponding spectral bands |
Refl |
numeric. measured reflectance data |
Tran |
numeric. measured Transmittance data |
Parms2Estimate |
character vector. Parameters to estimate to be estimated through inversion |
lb |
numeric. Lower bound |
ub |
numeric. Upper bound |
verbose |
boolean. Set TRUE for information on adjustment of tolerance during inversion. |
This function is based on fmincon
.
res estimates of the parameters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.