|
NormalDistributionZScore Method
|
Gets the Z-Score for a given value.
Namespace:
Accord.Statistics.Distributions.Univariate
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public double ZScore(
double x
)
Public Function ZScore (
x As Double
) As Double
Request Example
View SourceParameters
- x
- Type: SystemDouble
Return Value
Type:
DoubleSee Also