Internal function not usually called by users
SK_VOLab_EBLUP_LME.f(
xm,
ym,
a = 0,
b = 1,
Ht,
par.lme,
Rfn = list(fn = "sig2"),
IntPolOpt = TRUE,
...
)
List with two elements, the estimated volume and its variance
relative heights for which measurements are available
corresponding diameter measurements in height xm
relative height of lower threshold of stem section
relative height of upper threshold of stem section
tree height
List of taper model parameters obtained by TapeR_FIT_LME.f
list with function name to provide estimated or assumed residual variances for the given measurements, optionally parameters for such functions
option for method of interpolation, if TRUE using a natural
interpolating spline (splinefun
), if FALSE using a smoothing
spline (smooth.spline
); defaults to TRUE
not currently used
Edgar Kublin
with Rfn=list(fn="zero")
one can decide whether the
measured diameters are forced to lie exactly on the taper curve; this
interferes somewhat with the IntPolOpt
, which determines the method of
taper curve point interpolation for integration. The default TRUE
(used throughout all function calls) applies natural interpolating splines,
hence this does not contradict the optional use of Rfn=list(fn="zero")
.