Normal Distribution.ZScore Method
Returns the z-score of a sample.
Definition
Namespace: Numerics.NET.Statistics.Distributions
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The normalized z-score of the sample.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public double ZScore(
double x
)
Parameters
- x Double
- A real number.
Return Value
DoubleThe normalized z-score of the sample.
Remarks
The z-score is the value of the sample relative to a standard normal distribution. A z-score measures the deviation of a sample from the mean in units of the standard deviation.