Uses of Interface
org.ojalgo.random.Distribution
Packages that use Distribution
-
Uses of Distribution in org.ojalgo.random
Subinterfaces of Distribution in org.ojalgo.randomModifier and TypeInterfaceDescriptioninterface
interface
Classes in org.ojalgo.random that implement DistributionModifier and TypeClassDescription(package private) class
(package private) class
class
The frequency in count indepedent trials, each with probability probability, has a binomial distribution.class
https://en.wikipedia.org/wiki/Cauchy_distributionclass
(package private) static final class
(package private) static final class
class
class
Distribution of the sum of aCount random variables with an exponential distribution with parameter aLambda.class
Distribution of length of life when no aging.class
Distribution of the sum of aCount random variables with an exponential distribution with parameter aLambda.class
The number of required trials until an event with probability aProbability occurs has a geometric distribution.class
A continuous distribution in which the logarithm of a variable has a normal distribution.class
Under general conditions, the sum of a large number of random variables is approximately normally distributed (the central limit theorem).class
The Poisson distribution is a discrete probability distribution that expresses the probability of a given number of events occurring in a fixed interval of time and/or space if these events occur with a known average rate and independently of the time since the last event.class
RandomNumberclass
(package private) static final class
(package private) static final class
(package private) static final class
(package private) static final class
(package private) static final class
(package private) static final class
class
Certain waiting times.class
Useful as length of life distribution in reliability theory. -
Uses of Distribution in org.ojalgo.random.process
Classes in org.ojalgo.random.process with type parameters of type DistributionModifier and TypeClassDescription(package private) class
AbstractProcess<D extends Distribution>
(package private) class
MultipleValuesBasedProcess<D extends Distribution>
(package private) static interface
Process1D.ComponentProcess<D extends Distribution>
interface
RandomProcess<D extends Distribution>
A random/stochastic process (a series of random variables indexed by time or space) representing the evolution of some random value.(package private) class
SingleValueBasedProcess<D extends Distribution>