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