View source: R/asymptoticDecayModel.R
asymptoticDecayMSE | R Documentation |
This function is part of a set of functions to fit and evaluate exponential decay model with asymptote..
asymptoticDecayMSE(par, schedule, signal)
par |
A named numeric vector with the model parameter (see asymptoticDecayModel). |
schedule |
A numeric vector of length N with the perturbation schedule. |
reaches |
A numeric vector of length N with reach deviations matching the perturbation schedule. |
The 'par' argument is a named numeric vector that should have the following element: - lambda: the learning rate - N0: the asymptote
The schedule is usually a sequence of ones, which is multiplied by the asymptote in the function.
A float: the mean squared error between the total model output and the reach deviations.
?
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.