Stats.Blom Scores Method
Definition
Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Overload List
Blom | Returns the Blom scores corresponding to the specified ranks. |
Blom | Returns the Blom scores corresponding to the specified ranks. |
BlomScores(IList<Double>)
Returns the Blom scores corresponding to the specified ranks.
public static Vector<double> BlomScores(
IList<double> ranks
)
Parameters
- ranks IList<Double>
- A Vector<T> that contains the ranks of the observations, as produced by Ranks(Vector<Double>).
Return Value
Vector<Double>A Vector<T> containing the Blom scores corresponding to ranks.
Exceptions
Argument | ranks is null. |
BlomScores(IList<Int32>)
Returns the Blom scores corresponding to the specified ranks.
public static Vector<double> BlomScores(
IList<int> ranks
)
Parameters
- ranks IList<Int32>
- A Vector<T> that contains the ranks of the observations, as produced by Ranks(Vector<Double>).
Return Value
Vector<Double>A Vector<T> containing the Blom scores corresponding to ranks.
Exceptions
Argument | ranks is null. |