Normal Distribution.ZScore Method
Returns the z-score of a sample.
Definition
Namespace: Extreme.Statistics.Distributions
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The normalized z-score of the sample.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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.