|
LogLogisticDistributionFromLocationShape Method
|
Namespace:
Accord.Statistics.Distributions.Univariate
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public static LogLogisticDistribution FromLocationShape(
double location,
double shape
)
Public Shared Function FromLocationShape (
location As Double,
shape As Double
) As LogLogisticDistribution
Request Example
View SourceParameters
- location
- Type: SystemDouble
The location parameter μ (mu) [taken as μ = α]. - shape
- Type: SystemDouble
The distribution's shape value σ (sigma) [taken as σ = β].
Return Value
Type:
LogLogisticDistribution
A
LogLogisticDistribution with α = μ and β = 1/σ.
See Also