(package private) class
Base class for probability distributions on the reals.
final class
Implementation of the beta distribution.
final class
Implementation of the Cauchy distribution.
final class
Implementation of the chi-squared distribution.
final class
Implementation of the exponential distribution.
final class
Implementation of the F-distribution.
final class
Implementation of the gamma distribution.
final class
Implementation of the Gumbel distribution.
final class
Implementation of the Laplace distribution.
final class
Implementation of the Lévy distribution.
final class
Implementation of the logistic distribution.
final class
Implementation of the log-normal distribution.
final class
Implementation of the Nakagami distribution.
final class
Implementation of the normal (Gaussian) distribution.
final class
Implementation of the Pareto (Type I) distribution.
class
Implementation of Student's t-distribution.
private static class
Specialisation of the T-distribution used when there are infinite degrees of freedom.
private static class
Implementation of Student's T-distribution.
class
Implementation of the trapezoidal distribution.
private static class
Specialisation of the trapezoidal distribution used when the distribution simplifies
to an alternative distribution.
private static class
Regular implementation of the trapezoidal distribution.
private static class
Specialisation of the trapezoidal distribution used when b == c
.
private static class
Specialisation of the trapezoidal distribution used when a == b
and c == d
.
final class
Implementation of the triangular distribution.
final class
Implementation of the truncated normal distribution.
final class
Implementation of the uniform distribution.
final class
Implementation of the Weibull distribution.