Assembly: Stat;
Namespace: Prognoz.Platform.Interop.Stat;
The ISmWeibullDistribution interface enables the user to generate a sample of pseudo-random numbers from two-parameter Weibull distribution with selected shape and scale parameters.
ISmWeibullDistribution
Random values are modeled by means of the inverse transformation method that enables the user, if there is a sample generator from a standard continuous uniform distribution, to get a sample from the Weibull distribution.
| Property name | Brief description | |
| The A property determines the value of the shape distribution parameter for a random value. | ||
| The B property determines the value of the scale distribution parameter for a random value. |
| Property name | Brief description | |
| The Cumulative property returns a distribution function. | ||
| The Density property returns density. | ||
| The DisplayName property returns distribution name. | ||
| The Errors property returns a message showing all the errors and warnings occurred during calculations. | ||
| The Name property returns the distribution identifier. | ||
| The Quantile property returns a quantile. | ||
| The Random property returns a random number corresponding to a distribution. | ||
| The Status property returns the calculation execution status. |
| Method Name | Brief description | |
| The MaximumLikelihoodFitting method returns estimates of maximum likelihood of distribution parameters. | ||
| The RandomVector method returns the vector of random numbers corresponding to the distribution. |
See also: