tipif {climatol}R Documentation

Series standardization

Description

Standardization of the series by the chosen method.

Usage

  tipif(ttip = 3)

Arguments

ttip Type of standardization:
0:
none,
1:
deviations from the mean,
2:
proportions of the mean (only for means greater than 1),
3:
full standardization (subtract the mean and divide by the standard deviation).

Details

tipif is an internal function used by depudm, not intended to be called directly by the user. It takes the data from object dat.d previously created.

Value

Standardized series dat.z, mean values dat.m and, optionally, standard deviations dat.s are created.

See Also

depudm


[Package climatol version 1.0.3.1 Index]