|
ShiftedLogLogisticDistribution Constructor (Double, Double, Double)
|
Constructs a Shifted Log-Logistic distribution
with the given location and 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,
[PositiveAttribute(4.94065645841247E-324, 1.79769313486232E+308)] double scale,
[RealAttribute(-1.79769313486232E+308, 1.79769313486232E+308)] double shape
)
Public Sub New (
<RealAttribute(-1.79769313486232E+308, 1.79769313486232E+308)> location As Double,
<PositiveAttribute(4.94065645841247E-324, 1.79769313486232E+308)> scale As Double,
<RealAttribute(-1.79769313486232E+308, 1.79769313486232E+308)> shape As Double
)
Request Example
View SourceParameters
- location
- Type: SystemDouble
The distribution's location value μ (mu). - scale
- Type: SystemDouble
The distribution's scale value s. - shape
- Type: SystemDouble
The distribution's shape value ξ (ksi).
See Also