Click or drag to resize
Accord.NET (logo)

NormalDistributionStandard Property

Gets the Standard Gaussian Distribution, with zero mean and unit variance.

Namespace:  Accord.Statistics.Distributions.Univariate
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public static NormalDistribution Standard { get; }
Request Example View Source

Property Value

Type: NormalDistribution
See Also