LDS_BFGS {ldsr} | R Documentation |
Warning This is an experimental feature. Use with care.
LDS_BFGS(y, u, v, ub, lb, num.restarts = 100, parallel = TRUE)
y |
Transformed and standardized streamflow |
u |
Input matrix for a single-model reconstruction, or a list of input matrices for an ensemble reconstruction. |
v |
Same as u. |
ub |
Upper bounds, a vector whose length is the number of parameters |
lb |
Lower bounds |
num.restarts |
The number of initial conditions to start the EM search; ignored if |
parallel |
Logical, whether parallel computation is used |
A list of reconstruction results; see LDS_reconstruction