Returns a
NumericalVariable whose observations are the maximum of the observations
of two numerical variables.
Namespace: Extreme.StatisticsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public static NumericalVariable Max(
NumericalVariable variable1,
NumericalVariable variable2
)
Public Shared Function Max (
variable1 As NumericalVariable,
variable2 As NumericalVariable
) As NumericalVariable
public:
static NumericalVariable^ Max(
NumericalVariable^ variable1,
NumericalVariable^ variable2
)
static member Max :
variable1 : NumericalVariable *
variable2 : NumericalVariable -> NumericalVariable
Parameters
- variable1
- Type: Extreme.StatisticsNumericalVariable
A NumericalVariable. - variable2
- Type: Extreme.StatisticsNumericalVariable
A NumericalVariable.
Return Value
Type:
NumericalVariableA new
NumericalVariable that is the maximum of every value of
variable1 and the corresponding value of
variable2.
The two variables must have the same number of observations.
Numerical Libraries
Supported in: 5.x, 4.x
Reference