mb_fit: Fit parameters with mass balance criterion

Description Usage Arguments Value

View source: R/mass-balance-optim.R

Description

Fit parameters with mass balance criterion

Usage

1
mb_fit(X, Y, lambda, mus, sigmas, log.seasons, log.ann, N, sInd)

Arguments

X

Inputs, must have columns of 1 added

Y

Observed Dry, Wet, and Annual log-transformed flows

lambda

Penalty weight.

mus

A vector of means, one for each target.

sigmas

A vector of the standard deviations, one for each target.

log.seasons

A vector containing the indices of the seasons that are log-transformed.

log.ann

TRUE if the annual reconstruction is log-transformed.

N

The number of targets (number of seasons plus one for the annual reconstruction).

sInd

Indices of the seasons, i.e, 1...N-1

Value

A one-column matrix of beta value


mbr documentation built on Feb. 16, 2021, 5:07 p.m.