In probability theory, the Type-1 Gumbel distribution function is:
The distribution is mainly used in the analysis of extreme values and in survival analysis (also known as duration analysis or event-history modelling).
CDF is shown with a red line.
- Description
- Generates a sample of the Type I Gumbel distribution.
- Parameters
-
Name Type of value Description a double b double - Result
-
Type Description double The generated sample.
- Description
- Generates a sample of the Type I Gumbel distribution using the specified random number generator.
- Parameters
-
Name Type of value Description a double b double r java.util.Random The random number generator. - Result
-
Type Description double The generated sample.
-
How can we improve this article?
-