Table of Contents

Class: EOFANALOG analog.py

Analog search in the PCA space

Base Classes   
__ANALOG
Methods   
__init__
getCoords
  __init__ 
__init__ (
        self,
        dataset,
        neofs=None,
        pcscaling=1,
        )

Constructor for a PCA-space search

Arguments:

dataset
NumPy array with the library dataset (time is first dimension)
neofs
Number of EOFs to retain. This sets the degrees of freedom of the search space. Defaults to the number of EOFs accounting for a 70% of the total variance.
pcscaling
Set the scaling of the EOFs. 0 means orthonormal EOFs. 1 means standardized PCs. Defaults to 1.
  getCoords 
getCoords ( self,  field )

Returns the coordinates of field in the PCA space

Exceptions   
pex.ANALOGNoMatchingShape( field.shape, self.originalshape )

Table of Contents

This document was automatically generated on Mon Dec 9 15:58:37 2002 by HappyDoc version 2.1