PCMBase (version 1.2.10)

PCMApplyTransformation: 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.

Value

a transformed version of o.

Details

This function returns the same object if it is not transformable.

See Also

is.Transformable