Click or drag to resize
Accord.NET (logo)

WrappedCauchyDistribution Constructor

Initializes a new instance of the WrappedCauchyDistribution class.

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

Parameters

mu
Type: SystemDouble
The mean resultant parameter μ.
gamma
Type: SystemDouble
The gamma parameter γ.
See Also