PCMApplyTransformation: Map a parametrization to its original form.

View source: R/PCM.R

PCMApplyTransformationR 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

is.Transformable


venelin/PCMBase documentation built on March 14, 2024, 8:24 p.m.