|
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
)
Public Sub New (
<RealAttribute(-1.79769313486232E+308, 1.79769313486232E+308)> location As Double
)
Request Example
View SourceParameters
- location
- Type: SystemDouble
The distribution's location value μ (mu).
See Also