transformation: The transformation class

transformationR Documentation

The transformation class

Description

A class that represents a functional transformation, along with how to reverse the transformation and take its derivative

Slots

transform.function,reverse.transform.function,transformation.derivative,log.abs.transformation.derivative

Functions that compute the transformation, inverse transformation, derivative of the transformation function, and log of the absolute value of the derivative of the transformation function, directly. All should take one argument, 'x', which can be either a numeric vector or numeric scalar. log.abs.transformation.derivative may be supplied as NULL; the other three functions must be defined

name

A character value with a descriptive name of the transformation


tfojo1/distributions documentation built on July 27, 2024, 3:29 p.m.