mb_fit {mbr} | R Documentation |
Fit parameters with mass balance criterion
Description
Fit parameters with mass balance criterion
Usage
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
[Package mbr version 0.0.1 Index]