| nlmUnscalePar | R Documentation |
Converts a parameter vector from the estimation (scaled) scale used by the
currently loaded nlm-family problem back to the natural scale, using the
scaling that nlmSetup() installed. Exported so that external
engines driving the nlm-family objective (e.g. babelmixr2's
FME-based methods) do not have to reach into the namespace for it (#940).
nlmUnscalePar(p)
p |
Numeric parameter vector on the estimation scale; its length must match the loaded problem's number of parameters. |
An nlm-family problem must be loaded (via the internal
.nlmSetupEnv()/nlmSetup() path) when this is called; the
scaling is part of that problem's state.
A numeric vector of the same length (names preserved) on the natural scale.
Matthew L. Fidler
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.