Log Logistic Distribution Constructor
Definition
Namespace: Numerics.NET.Statistics.Distributions
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Overload List
Log | Constructs a new LogLogisticDistribution with the specified scale and shape parameters. |
Log | Constructs a new LogLogisticDistribution with the specified location, scale, and shape parameters. |
LogLogisticDistribution(Double, Double)
Constructs a new LogLogisticDistribution with
the specified scale and shape parameters.
public LogLogisticDistribution(
double scale,
double shape
)
Parameters
Exceptions
Argument | scale is less than or equal to zero. -or- shape is less than or equal to zero. |
LogLogisticDistribution(Double, Double, Double)
Constructs a new LogLogisticDistribution with
the specified location, scale, and shape parameters.
public LogLogisticDistribution(
double location,
double scale,
double shape
)
Parameters
Exceptions
Argument | scale is less than or equal to zero. -or- shape is less than or equal to zero. |