Uses of Class
org.ojalgo.random.RandomNumber
Packages that use RandomNumber
-
Uses of RandomNumber in org.ojalgo.data.domain.finance
Methods in org.ojalgo.data.domain.finance that return types with arguments of type RandomNumberModifier and TypeMethodDescriptionstatic CalendarDateSeries<RandomNumber> FinanceUtils.forecast(CalendarDateSeries<? extends Comparable<?>> series, int pointCount, CalendarDateUnit timeUnit, boolean includeOriginalSeries) -
Uses of RandomNumber in org.ojalgo.random
Subclasses of RandomNumber in org.ojalgo.randomModifier and TypeClassDescription(package private) class(package private) classclassThe frequency in count indepedent trials, each with probability probability, has a binomial distribution.classhttps://en.wikipedia.org/wiki/Cauchy_distributionclass(package private) static final class(package private) static final classclassclassDistribution of the sum of aCount random variables with an exponential distribution with parameter aLambda.classDistribution of length of life when no aging.classDistribution of the sum of aCount random variables with an exponential distribution with parameter aLambda.classThe number of required trials until an event with probability aProbability occurs has a geometric distribution.classA continuous distribution in which the logarithm of a variable has a normal distribution.classUnder general conditions, the sum of a large number of random variables is approximately normally distributed (the central limit theorem).classThe 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(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 classclassCertain waiting times.classUseful as length of life distribution in reliability theory.Classes in org.ojalgo.random that implement interfaces with type arguments of type RandomNumberMethods in org.ojalgo.random with parameters of type RandomNumberModifier and TypeMethodDescriptionintRandomNumber.compareTo(RandomNumber o) static SampleSetSampleSet.make(RandomNumber randomNumber, int size)