PCMApplyTransformation {PCMBase} | R Documentation |
Map a parametrization to its original form.
Description
This is an S3 generic that transforms the passed argument by applying the transformation rules for its S3 class.
This is an S3 generic. See 'PCMApplyTransformation._CholeskyFactor' for an example.
Usage
PCMApplyTransformation(o, ...)
Arguments
o |
a PCM object or a parameter |
... |
additional arguments that can be used by implementing methods. |
Details
This function returns the same object if it is not transformable.
Value
a transformed version of o.
See Also
[Package PCMBase version 1.2.14 Index]