AMBHAS
ambhas.stats.SpatOutlier Class Reference

List of all members.

Public Member Functions

def __init__
def fill_with_nan

Public Attributes

 rain
 index
 outliers

Detailed Description

this class identify the outliers from the given spatial data of point values

Definition at line 155 of file stats.py.


Constructor & Destructor Documentation

def ambhas.stats.SpatOutlier.__init__ (   self,
  rain 
)
Input:
    rain:   rain at different spatial locations and time
    time ==> is defined in the first dimension
    space ==> is defined in the second dimension

Definition at line 160 of file stats.py.


Member Function Documentation

this method fills the outliers with the nan

Output:
    rain_filled:    rain filled with nan where outliers were present

Definition at line 193 of file stats.py.

Here is the call graph for this function:


Member Data Documentation

Definition at line 177 of file stats.py.

Definition at line 177 of file stats.py.

Definition at line 165 of file stats.py.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables