Skip to content
Thomas Nipen edited this page Apr 9, 2020 · 1 revision

Perform operations on time windows.

Options

  • length (int): Length of the window (in number of timesteps) to apply operator on (must be 0 or greater).
  • before (bool): If false, the window is centered on each leadtime (if length is an even number, then it is shiftet such that it includes one extra future leadtime). If true, then the window ends and includes at the leadtime.
  • edgePolicy (string): What policy should be used on edges? Either 'compute' to compute as usual, or 'missing' to set missing value if the window is not full.
  • stat (string): What statistical operator should be applied to the neighbourhood? One of 'mean', 'median', 'min', 'max', 'quantile', 'std', or 'sum'. 'std' is the population standard deviation.
  • quantile (float): If stat=quantile is selected, what quantile (number on the interval [0,1]) should be used?
Clone this wiki locally