LDS_BFGS: Learn LDS with L-BFGS-B

Description Usage Arguments Value

View source: R/LDS_GA.R

Description

Warning This is an experimental feature. Use with care.

Usage

1
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 init is provided.

parallel

Logical, whether parallel computation is used

Value

A list of reconstruction results; see LDS_reconstruction


ldsr documentation built on May 4, 2020, 5:06 p.m.