Click or drag to resize
Accord.NET (logo)

LogLogisticDistribution Constructor (Double)

Constructs a Log-Logistic distribution with the given scale and unit shape.

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

Parameters

alpha
Type: SystemDouble
The distribution's scale value α (alpha). Default is 1.
See Also