Logistic |
public class LogisticDistribution : ContinuousDistribution
The LogisticDistribution type exposes the following members.
| Name | Description | |
|---|---|---|
| LogisticDistribution | Default Constructor. | |
| LogisticDistribution(GeneratorRegistry) | Constructor. |
| Name | Description | |
|---|---|---|
| Generator | (Inherited from DistributionBase) | |
| Location | The "Location" parameter for the distribution. | |
| Scale | The "Scale" 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. |