Click or drag to resize
Accord.NET (logo)

BirnbaumSaundersDistribution Constructor (Double)

Constructs a Birnbaum-Saunders distribution with location parameter 0, scale 1, and the given shape.

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

Parameters

shape
Type: SystemDouble
The shape parameter gamma (γ). Default is 1.
See Also