create.transformation: Create an object representing a transformation

View source: R/transformations.R

create.transformationR Documentation

Create an object representing a transformation

Description

Create an object representing a transformation

Usage

create.transformation(
  transform.function,
  reverse.transform.function,
  transformation.derivative,
  log.abs.transformation.derivative = NULL,
  name
)

Arguments

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

Functions that compute the transformation, inverse transformation, derivative of the transformation function, and log 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.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.