Click or drag to resize
Accord.NET (logo)

LogisticDistribution Constructor (Double)

Constructs a Logistic distribution with given location and unit scale.

Namespace:  Accord.Statistics.Distributions.Univariate
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public LogisticDistribution(
	[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