Click or drag to resize

NMathFunctionsVanDerWaerdenScores(Int32, Double, Double) 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.

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

Parameters

n  Int32
The number of scores to produce.
mean  Double
Mean of the normal distribution.
variance  Double
Variance of the normal distribution.

Return Value

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