Assembly: Stat;
Namespace: Prognoz.Platform.Interop.Stat;
The SmGeneralizedExtremeValueDistribution class estimates parameters of distribution of extreme values using the method of maximum likelihood.
The maximum likelihood method is used to estimate unknown parameters.
Class to get analog of the SmGeneralizedExtremeValueDistribution class:
None.
Class to get analog of the SmGeneralizedExtremeValueDistribution class object:
SmGeneralizedExtremeValueDistributionClass;
Property name | Brief description | |
The Location property determines value of shift parameter. | ||
The MLESettings property determines maximum likelihood method parameters. | ||
The Scale property determines value of scale parameter. | ||
The Shape property determines value of shape parameter. |
Method name | Brief description | |
The LRSFitting method autoselects distribution parameters using the LRS method (Linear Ratio of Spacings). |
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:
Stat Assembly Classes | Generalized distribution of extreme values