Package org.ojalgo.random
Class AbstractContinuous
- java.lang.Object
-
- org.ojalgo.random.RandomNumber
-
- org.ojalgo.random.AbstractContinuous
-
- All Implemented Interfaces:
java.lang.Comparable<RandomNumber>
,java.util.function.DoubleSupplier
,java.util.function.Supplier<java.lang.Double>
,BasicFunction
,NullaryFunction<java.lang.Double>
,PrimitiveFunction.Nullary
,ContinuousDistribution
,Distribution
,AccessScalar<java.lang.Double>
,ComparableNumber<RandomNumber>
,NumberDefinition
- Direct Known Subclasses:
Cauchy
,ChiSquareDistribution
,Exponential
,LogNormal
,Normal
,TDistribution
,Uniform
abstract class AbstractContinuous extends RandomNumber implements ContinuousDistribution
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.ojalgo.function.BasicFunction
BasicFunction.Differentiable<N extends java.lang.Comparable<N>,F extends BasicFunction>, BasicFunction.Integratable<N extends java.lang.Comparable<N>,F extends BasicFunction>, BasicFunction.PlainUnary<T,R>
-
-
Constructor Summary
Constructors Constructor Description AbstractContinuous()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected double
generate()
-
Methods inherited from class org.ojalgo.random.RandomNumber
checkProbabilty, compareTo, doubleValue, floatValue, getStandardDeviation, getVariance, intValue, invoke, longValue, newSampleSet, random, setRandom, setSeed, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.ojalgo.random.ContinuousDistribution
getDensity, getDistribution, getLowerConfidenceQuantile, getQuantile, getUpperConfidenceQuantile
-
Methods inherited from interface org.ojalgo.random.Distribution
getExpected, getStandardDeviation, getVariance
-
Methods inherited from interface org.ojalgo.function.NullaryFunction
andThen, get, getAsDouble
-
Methods inherited from interface org.ojalgo.type.NumberDefinition
booleanValue, byteValue, shortValue
-
-
-
-
Method Detail
-
generate
protected double generate()
- Specified by:
generate
in classRandomNumber
-
-