Click or drag to resize
Accord.NET (logo)

GammaDistributionStandard Property

Gets the standard Gamma distribution, with scale θ = 1 and location k = 1.

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

Property Value

Type: GammaDistribution
See Also