Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

x
Type: SystemDouble

Return Value

Type: Double
See Also