stat-min

Input Stack:
 
Output Stack:
TimeSeriesExpr

Represents the min,:stat of the input time series when used with the filter operation. The filter operator will automatically fill in the input when used so the user does not need to repeat the input expression for the filtering criteria.

Example of restricting to lines that have a minimum value greater than 5k and less than 20k:

BeforeAfter
name,sps,:eq,
(,nf.cluster,),:by
name,sps,:eq,
(,nf.cluster,),:by,
:stat-min,
5e3,:gt,
:stat-min,
20e3,:lt,
:and,
:filter