Class AbstractDiscrete
java.lang.Object
org.ojalgo.random.RandomNumber
org.ojalgo.random.AbstractDiscrete
- All Implemented Interfaces:
Comparable<RandomNumber>, DoubleSupplier, Supplier<Double>, BasicFunction, NullaryFunction<Double>, PrimitiveFunction.Nullary, DiscreteDistribution, Distribution, AccessScalar<Double>, ComparableNumber<RandomNumber>, NumberDefinition
-
Nested Class Summary
Nested classes/interfaces inherited from interface BasicFunction
BasicFunction.Differentiable<N,F>, BasicFunction.Integratable<N, F>, BasicFunction.PlainUnary<T, R> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class RandomNumber
checkProbabilty, compareTo, doubleValue, floatValue, generate, getStandardDeviation, getVariance, intValue, invoke, longValue, newSampleSet, random, setRandom, setSeed, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface DiscreteDistribution
getProbabilityMethods inherited from interface Distribution
getExpected, getStandardDeviation, getVarianceMethods inherited from interface NullaryFunction
andThen, get, getAsDoubleMethods inherited from interface NumberDefinition
booleanValue, byteValue, shortValue
-
Constructor Details
-
AbstractDiscrete
AbstractDiscrete()
-