EmpiricalOrthogonalFunctions.jl API

EmpiricalOrthogonalFunctions Types

EmpiricalOrthogonalFunctions Methods

EmpiricalOrthogonalFunctions.covariancemapFunction

Empirical orthogonal functions (EOFs) expressed as the covariance between the principal component time series (PCs) and the time series of the eof input dataset at each grid point.

source
EmpiricalOrthogonalFunctions.northtestFunction

The method of North et al. (1982) is used to compute the typical error for each eigenvalue. It is assumed that the number of times in the input data set is the same as the number of independent realizations. If this assumption is not valid then the result may be inappropriate.

source
EmpiricalOrthogonalFunctions.orthorotationFunction

Apply orthogonal rotation to EOF data. After rotation the original dataset will be projected on the rotated EOF to create new PCs. Additionally new EOFs and PCs are ordered in decreasing variance

source