Uses of Interface
org.ojalgo.type.ComparableNumber
-
Packages that use ComparableNumber Package Description org.ojalgo.data.domain.finance.series org.ojalgo.random org.ojalgo.type org.ojalgo.type.keyvalue -
-
Uses of ComparableNumber in org.ojalgo.data.domain.finance.series
Classes in org.ojalgo.data.domain.finance.series that implement ComparableNumber Modifier and Type Class Description static classAlphaVantageParser.DataclassDatePrice(package private) static classDatePrice.DefaultDPstatic classIEXTradingParser.Datastatic classYahooParser.Data -
Uses of ComparableNumber in org.ojalgo.random
Classes in org.ojalgo.random that implement ComparableNumber Modifier and Type Class Description (package private) classAbstractContinuous(package private) classAbstractDiscreteclassBinomialThe frequency in count indepedent trials, each with probability probability, has a binomial distribution.classCauchyhttps://en.wikipedia.org/wiki/Cauchy_distributionclassChiSquareDistribution(package private) static classChiSquareDistribution.Degree2(package private) static classChiSquareDistribution.NormalApproximationclassDeterministicclassErlangDistribution of the sum of aCount random variables with an exponential distribution with parameter aLambda.classExponentialDistribution of length of life when no aging.classGammaDistribution of the sum of aCount random variables with an exponential distribution with parameter aLambda.classGeometricThe number of required trials until an event with probability aProbability occurs has a geometric distribution.classLogNormalA continuous distribution in which the logarithm of a variable has a normal distribution.classNormalUnder general conditions, the sum of a large number of random variables is approximately normally distributed (the central limit theorem).classPoissonThe 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.classRandomNumberRandomNumberclassTDistribution(package private) static classTDistribution.Degree1(package private) static classTDistribution.Degree2(package private) static classTDistribution.Degree3(package private) static classTDistribution.Degree4(package private) static classTDistribution.Degree5(package private) static classTDistribution.DegreeInfinityclassUniformCertain waiting times.classWeibullUseful as length of life distribution in reliability theory. -
Uses of ComparableNumber in org.ojalgo.type
Classes in org.ojalgo.type with type parameters of type ComparableNumber Modifier and Type Interface Description interfaceComparableNumber<N extends ComparableNumber<N>>Subinterfaces of ComparableNumber in org.ojalgo.type Modifier and Type Interface Description interfacePrimitiveNumberIntended as a "boxed" version of any/all primitive numeric types.Classes in org.ojalgo.type that implement ComparableNumber Modifier and Type Class Description classCalendarDateDurationDesigned to complement CalendarDate.static classPrimitiveNumber.BoxedBytestatic classPrimitiveNumber.BoxedDoublestatic classPrimitiveNumber.BoxedFloatstatic classPrimitiveNumber.BoxedIntstatic classPrimitiveNumber.BoxedLongstatic classPrimitiveNumber.BoxedShort -
Uses of ComparableNumber in org.ojalgo.type.keyvalue
Subinterfaces of ComparableNumber in org.ojalgo.type.keyvalue Modifier and Type Interface Description static interfaceEntryPair.KeyedPrimitive<K>Classes in org.ojalgo.type.keyvalue that implement ComparableNumber Modifier and Type Class Description static classEntryPair.ObjectByte<K>static classEntryPair.ObjectDouble<K>static classEntryPair.ObjectFloat<K>static classEntryPair.ObjectInt<K>static classEntryPair.ObjectLong<K>static classEntryPair.ObjectShort<K>
-