
Unscale an nlm-family parameter vector back to the natural scale
Source:R/RcppExports.R
nlmUnscalePar.RdConverts 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).
Details
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.