diff --git a/pkgdown.yml b/pkgdown.yml index 394a991..f92b242 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -8,4 +8,4 @@ articles: gapFilling: gapFilling.html useCase: useCase.html uStarCases: uStarCases.html -last_built: 2025-01-01T09:19Z +last_built: 2025-01-01T11:31Z diff --git a/reference/NonrectangularLRCFitter_computeLRCGradient.html b/reference/NonrectangularLRCFitter_computeLRCGradient.html index 664636c..e7ebcfd 100644 --- a/reference/NonrectangularLRCFitter_computeLRCGradient.html +++ b/reference/NonrectangularLRCFitter_computeLRCGradient.html @@ -83,7 +83,7 @@
Vapor Pressure Deficit [hPa]
Temperature [degC]
[hPa] -> Parameters VPD0 fixed to 10 hPa according to Lasslop et al 2010
numeric scalar of Temperature (degree Celsius) for reference respiration `RRef`
Temperature [degC]
R/LRC_rectangular.R
+ RectangularLRCFitterCVersion_computeCost.Rd
Computing residual sum of squares for predictions vs. data of NEE
+RectangularLRCFitterCVersion_computeCost(
+ thetaOpt,
+ theta,
+ iOpt,
+ flux,
+ sdFlux,
+ parameterPrior,
+ sdParameterPrior,
+ ...,
+ VPD0 = 10,
+ fixVPD = (k == 0)
+)
parameter vector with components of theta0 that are optimized
parameter vector with positions as in argument of +[LightResponseCurveFitter_getParameterNames()]
position in theta that are optimized
numeric: NEP (-NEE) or GPP time series [umolCO2 / m2 / s], +should not contain NA
numeric: standard deviation of Flux [umolCO2 / m2 / s], +should not contain NA
numeric vector along theta: prior estimate of +parameter (range of values)
standard deviation of parameterPrior
other arguments to +[LightResponseCurveFitter_predictLRC], such as VPD0, fixVPD
VPD0 [hPa] -> Parameters VPD0 fixed to 10 hPa according +to Lasslop et al 2010
boolean scalar or vector of nrow theta:fixVPD +if TRUE the VPD effect is not considered and VPD is not +part of the computation
R/LRC_rectangular.R
+ RectangularLRCFitter_computeGPPGradient.Rd
RectangularLRCFitter_computeGPPGradient
+RectangularLRCFitter_computeGPPGradient(Rg, Amax, alpha)
numeric matrix (length(Rg), 2) of gradients of predicted GPP +to Amax and alpha
+(Dir <- tempdir()) # directory where output is written to
-#> [1] "/tmp/RtmpVUPscj"
+#> [1] "/tmp/Rtmp4aCLzs"
fWriteDataframeToFile(Example_DETha98, 'OutputTest.txt', Dir = Dir)
#> Number of NA convertered to '-9999': 11657
-#> Wrote tab separated textfile: /tmp/RtmpVUPscj/OutputTest.txt
+#> Wrote tab separated textfile: /tmp/Rtmp4aCLzs/OutputTest.txt
RectangularLRCFitterCVersion()
RectangularLRCFitterCVersion
Computing residual sum of squares for predictions vs. data of NEE
RectangularLRCFitter_computeGPPGradient