Returns a
NumericalVariable that represents an index value relative to
the specified base value.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
Parameters
- baseIndex (System.Int32)
- The zero-based index of the observation that is to be used as the reference
value.
- indexBaseValue (System.Double)
- A real number that specifies the value of the index at the base value.
Return Value
A
NumericalVariable.
Exceptions
| Exception | Condition |
|---|
| ArgumentOutOfRangeException | baseIndex is less than zero or greater than or equal to the number of observations of the variable.
|