Loglogistic |
public class LoglogisticDistribution : ContinuousDistribution
The LoglogisticDistribution type exposes the following members.
| Name | Description | |
|---|---|---|
| LoglogisticDistribution | Default Constructor. | |
| LoglogisticDistribution(GeneratorRegistry) | Constructor. |
| Name | Description | |
|---|---|---|
| Generator | (Inherited from DistributionBase) | |
| Location | The "Location" parameter for the distribution. | |
| Scale | The "Scale" parameter for the distribution. | |
| Shape | The "Shape" parameter for the distribution. |
| Name | Description | |
|---|---|---|
| Next | (Inherited from ContinuousDistribution) | |
| NextDouble |
Generate distributed number in range [0, 1).
(Overrides DistributionBaseNextDouble) | |
| Reset | (Inherited from DistributionBase) | |
| ToString |
String representaion of distribution.
(Overrides DistributionBaseToString) |
| Name | Description | |
|---|---|---|
| DefaultLocation | Default value for Location parameter. | |
| DefaultScale | Default value for Scale parameter. | |
| DefaultShape | Default value for Shape parameter. |