0.6.2-dev0
FORCES
FORtran lib for Comp. Env. Sys.
Loading...
Searching...
No Matches
mo_standard_score.f90 File Reference

Routines for calculating the normalization (anomaly)/standard score/z score and the deseasonalized (standard score on monthly basis) values of a time series. More...

Go to the source code of this file.

Data Types

interface  mo_standard_score::standard_score
 Calculates the standard score / normalization (anomaly) / z-score. More...
 
interface  mo_standard_score::classified_standard_score
 Calculates the classified standard score (e.g. classes are months). More...
 

Modules

module  mo_standard_score
 Routines for calculating the normalization (anomaly)/standard score/z score and the deseasonalized (standard score on monthly basis) values of a time series.
 

Functions/Subroutines

real(sp) function, dimension(size(data, dim=1)) mo_standard_score::standard_score_sp (data, mask)
 
real(dp) function, dimension(size(data, dim=1)) mo_standard_score::standard_score_dp (data, mask)
 
real(sp) function, dimension(size(data, dim=1)) mo_standard_score::classified_standard_score_sp (data, classes, mask)
 
real(dp) function, dimension(size(data, dim=1)) mo_standard_score::classified_standard_score_dp (data, classes, mask)
 

Detailed Description

Routines for calculating the normalization (anomaly)/standard score/z score and the deseasonalized (standard score on monthly basis) values of a time series.

In environmental research often the centralization and standardization are estimated for characterizing the dynamics of a signal.

Author
Matthias Zink
Date
May 2015

Definition in file mo_standard_score.f90.