Package atmopy :: Package stat :: Module miscellaneous
[show private | hide private]
[frames | no frames]

Module atmopy.stat.miscellaneous

Function Summary
  spatial_distribution(data, function)
Applies a function to a time series in every cell.
  time_evolution(data, function)
Computes the time evolution of a given indicator on spatial fields.

Function Details

spatial_distribution(data, function)

Applies a function to a time series in every cell. It therefore returns the spatial distribution of an indicator.
Parameters:
data - Data to be processed. Time is assumed to be the first dimension. There must be 1, 2 or 3 extra-dimensions.
           (type=numpy.array)
function - The function to be applied to the time series. If 'function' is a string, it is assumed to be a numpy.array method.
           (type=string or function)

time_evolution(data, function)

Computes the time evolution of a given indicator on spatial fields.
Parameters:
data - Data to be processed. Time is assumed to be the first dimension.
           (type=numpy.array)
function - The function to be applied to the fields. If 'function' is a string, it is assumed to be a numpy.array method.
           (type=string or function)

Generated by Epydoc 2.1 on Tue May 19 10:37:13 2009 http://epydoc.sf.net