Click or drag to resize
Accord.NET (logo)

ShiftedLogLogisticDistribution Constructor (Double)

Constructs a Shifted Log-Logistic distribution with the given location, unit scale and zero shape.

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

Parameters

location
Type: SystemDouble
The distribution's location value μ (mu).
See Also