Command Reference : Function Reference : Function Reference: C
  
 
@cummin
Cumulative minimum of a series.
Increasing samples calculation of the minimum.
Syntax: @cummin(x, [s])
x: series
s: (optional) sample string or object
Return: series
The minimum for each observation may be written as
where the order statistics represent data from the beginning of the workfile or sample s, up to the current observation (), ordered from low to high.
This function is panel aware.
Examples
series x = @cummin(@rnd)
generates a random process x that converges in probability to 0.
Cross-references
See also @cummax.
For the backward variant of this function, see @cumbmin.