Click or drag to resize
Accord.NET (logo)

InverseGammaDistribution Constructor

Creates a new Inverse Gamma Distribution.

Namespace:  Accord.Statistics.Distributions.Univariate
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public InverseGammaDistribution(
	[PositiveAttribute(4.94065645841247E-324, 1.79769313486232E+308)] double shape,
	[PositiveAttribute(4.94065645841247E-324, 1.79769313486232E+308)] double scale
)
Request Example View Source

Parameters

shape
Type: SystemDouble
The shape parameter α (alpha).
scale
Type: SystemDouble
The scale parameter β (beta).
See Also