Click or drag to resize
Accord.NET (logo)

BirnbaumSaundersDistribution Constructor (Double, Double, Double)

Constructs a Birnbaum-Saunders distribution with given location, shape and scale parameters.

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

Parameters

location
Type: SystemDouble
The location parameter μ. Default is 0.
scale
Type: SystemDouble
The scale parameter beta (β). Default is 1.
shape
Type: SystemDouble
The shape parameter gamma (γ). Default is 1.
See Also