untransform_pars {DDD} | R Documentation |
Untransforming parameters from -1 to 1 into parameters from -Inf to Inf.
Description
Function to untransform pars after optimization: pars <- sign(trpars) * trpars/(sign(trpars) - trpars);
Usage
untransform_pars(trpars)
Arguments
trpars |
Parameters to be untransformed |
Value
Untransformed parameters
Author(s)
Rampal S. Etienne
[Package DDD version 5.2.2 Index]