anam.z2y {RGeostats}R Documentation

Raw to Gaussian

Description

Transform an array from Raw to Gaussian values

Usage

anam.z2y(anam=NA, db, names=db.getname(db,"z",1), flag.bound = TRUE,
	     radix="Gaussian", modify.target=db.locmod())

Arguments

anam

The anam-class Class containing the characteristics of the Anamorphosis. If specified, the inversion is performed using the Hermite expansion of the anamorphosis function. When not specified, the active Raw data are inverted into Gaussian using the frequency inversion.

db

The db-class containing the input data

names

List of names of attributes to be translated. For more information see db.ident.

flag.bound

When switched ON, the bounds are applied

radix

Radix of the name given to the variables storing the results in the target Db. If not defined, this radix is set to "Gaussian".

modify.target

Decides whether or not the newly created variables will have their locator defined or not. For more information, see db.locmod.

Value

The input db-class to which the array of translated Gaussian values has been added.

See Also

anam.fit, anam.y2z,


[Package RGeostats version 14.0.10 Index]