Click or drag to resize

NMathFunctionsVanDerWaerdenScores(Int32) Method

Returns a vector of Van Der Waerden scores. Van der Waerden scores are the quantiles of a standard normal distribution. These scores are also known as quantile normal scores. The scores are computed from the standard normal distribution with mean 0 and variance 1.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static DoubleVector VanDerWaerdenScores(
	int n
)

Parameters

n  Int32
The number of scores to produce.

Return Value

DoubleVector
A vector containing n Van Der Waerden scores.
See Also