LDS_BFGS {ldsr} | R Documentation |
Learn LDS with L-BFGS-B
Description
Warning This is an experimental feature. Use with care.
Usage
LDS_BFGS(y, u, v, ub, lb, num.restarts = 100, parallel = TRUE)
Arguments
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 |
Value
A list of reconstruction results; see LDS_reconstruction
[Package ldsr version 0.0.2 Index]