anam-class {RGeoS}R Documentation

Class "anam" Gaussian Anamorphosis

Description

This Class contains the anamorphosis which describes the way samples can be transformed from raw (Y) to gaussian (Z) scale, and vice-versa

Objects from the Class

Objects can be created by calls of the form new("anam", ...). The anamorphosis function enables the user to turn from raw to gaussian (and vice versa).

Slots

nh:

Object of class "numeric" Number of Hermite polynomials

pymin:

Object of class "numeric" Minimum practical value for Y

pzmin:

Object of class "numeric" Minimum practical value for Z

pymax:

Object of class "numeric" Maximum practical value for Y

pzmax:

Object of class "numeric" Maximum practical value for Z

aymin:

Object of class "numeric" Minimum absolute value for Y

azmin:

Object of class "numeric" Minimum absolute value for Z

aymax:

Object of class "numeric" Maximum absolute value for Y

azmax:

Object of class "numeric" Maximum absolute value for Z

variance:

Object of class "numeric" Variance of the data

psi:

Object of class "numeric" Coefficients of the Hermite polynomials

Methods

[<-

anam[i]<-value assigns value to the coefficient of the i-th Hermite polynomial of the anam Class.

[

anam[i] returns the coefficient of the i-th Hermite polynomial of the anam Class.

\$

anam$parameter is used to query the value of parameter from anam:

\$<-

Same as the previous method but for assignment

show

anam.print

print

anam.print

plot

anam.plot

See Also

Other functions are available, such as:

Examples

showClass("anam")

[Package RGeoS version 9.1.1 Index]