Command Reference : Function Reference : Function Reference: P
  
 
@pmin
Pairwise minimum.
Syntax: @pmin(x, y)
x: series
y: series
Return: series
Returns the pairwise minimum of and (for more than two series, use @rmin). Missing values propagate.
Examples
Let x and y be series objects.
show @pmin(x,y)
returns a linked series of observation-wise minimums in x and y.
Cross-references
See also @pmax and @rmin.