GammaDistribution Constructor (Double) |
Initializes a new instance of the standard Gamma distribution.
Namespace:
Meta.Numerics.Statistics.Distributions
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public GammaDistribution(
double shape
)
Public Sub New (
shape As Double
)
public:
GammaDistribution(
double shape
)
new :
shape : float -> GammaDistribution
Parameters
- shape
- Type: SystemDouble
The shape parameter, which must be positive.
See Also