Package-level declarations
Types
Represents the Bernoulli distribution, the simplest discrete probability distribution.
Represents the beta-binomial distribution, a compound distribution arising when the success probability of a binomial distribution is itself random and follows a beta distribution.
Represents the Beta distribution, a continuous probability distribution defined on the interval 0, 1.
Represents the binomial distribution, defined by the number of trials and the probability of success on each trial.
Represents the Cauchy distribution (also known as the Lorentz distribution).
Represents the chi-squared distribution, a continuous probability distribution defined on the interval [0, +infinity).
Common interface for continuous probability distributions.
Common interface for discrete probability distributions.
Represents the common sealed interface for all probability distributions in kstats.
Represents the exponential distribution, a continuous probability distribution that models the time between events in a Poisson process.
Represents the F-distribution (also known as the Fisher-Snedecor distribution).
Represents the Gamma distribution, a continuous probability distribution defined on the interval [0, +infinity).
Represents the geometric distribution, which models the number of failures before the first success in a series of independent Bernoulli trials.
Represents the hypergeometric distribution, which models the number of successes when drawing without replacement from a finite population.
Represents the Levy distribution, a heavy-tailed, right-skewed continuous probability distribution supported on [mu, +infinity).
Represents the logarithmic (log-series) distribution, a discrete power-series distribution on the positive integers {1, 2, 3, ...}.
Represents the log-normal distribution.
Represents the Nakagami-m distribution, a continuous probability distribution defined on the interval [0, +infinity).
Represents the negative binomial distribution, which models the number of failures before achieving a specified number of successes in a sequence of independent Bernoulli trials.
Represents the normal (Gaussian) distribution, the most widely used continuous probability distribution in statistics.
Represents the Poisson distribution, defined by its average rate of occurrence.
Represents Student's t-distribution, a continuous probability distribution defined on the entire real line.
Represents the discrete uniform distribution, where all integer outcomes in a finite range are equally likely.
Represents the continuous uniform distribution, where all values in the interval [min, max] are equally likely.
Represents the Weibull distribution.
Represents the Zipf distribution (finite support variant), a discrete power-law distribution over the integers 1, 2, ..., numberOfElements.