LightResponseCurveFitter_optimLRCBounds | R Documentation |
Optimize parameters with refitting with some fixed parameters if outside bounds
LightResponseCurveFitter_optimLRCBounds(theta0,
parameterPrior, ..., dsDay, lastGoodParameters,
ctrl)
theta0 |
initial parameter estimate |
parameterPrior |
prior estimate of model parameters |
... |
further parameters to |
dsDay |
argument to |
lastGoodParameters |
parameters vector of last successful fit |
ctrl |
list of further controls, such as
|
If parameters alpha or k are outside bounds (Table A1 in Lasslop 2010), refit with some parameters fixed to values from fit of previous window.
No parameters are reported if alpha<0 or RRef < 0 or beta0 < 0 or beta0 > 250
Not parameters are reported if the data did not contain records that are near light saturation. This is checked by comparing the prediction at highest PAR with the beta parameter
list result of optimization as of
LightResponseCurveFitter_optimLRCOnAdjustedPrior
with entries
theta |
numeric parameter vector that includes the fixed components |
iOpt |
integer vector of indices of the vector that have been optimized |
convergence |
scalar integer indicating bad conditions on fitting
(see |
TW, MM Department for Biogeochemical Integration at MPI-BGC, Jena, Germany <REddyProc-help@bgc-jena.mpg.de> [cph], Thomas Wutzler <twutz@bgc-jena.mpg.de> [aut, cre], Markus Reichstein <mreichstein@bgc-jena.mpg.de> [aut], Antje Maria Moffat <antje.moffat@bgc.mpg.de> [aut, trl], Olaf Menzer <omenzer@bgc-jena.mpg.de> [ctb], Mirco Migliavacca <mmiglia@bgc-jena.mpg.de> [aut], Kerstin Sickel <ksickel@bgc-jena.mpg.de> [ctb, trl], Ladislav <U+0160>igut <sigut.l@czechglobe.cz> [ctb]
LightResponseCurveFitter_fitLRC
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.