Uses of Interface
org.ojalgo.type.NumberDefinition
-
-
Uses of NumberDefinition in org.ojalgo.array
Classes in org.ojalgo.array that implement NumberDefinition Modifier and Type Class Description static class
SparseArray.NonzeroView<N extends java.lang.Comparable<N>>
-
Uses of NumberDefinition in org.ojalgo.data.domain.finance.series
Classes in org.ojalgo.data.domain.finance.series that implement NumberDefinition Modifier and Type Class Description static class
AlphaVantageParser.Data
class
DatePrice
(package private) static class
DatePrice.DefaultDP
static class
IEXTradingParser.Data
static class
YahooParser.Data
-
Uses of NumberDefinition in org.ojalgo.function
Subinterfaces of NumberDefinition in org.ojalgo.function Modifier and Type Interface Description static interface
BigFunction.Nullary
static interface
ComplexFunction.Nullary
interface
NullaryFunction<N extends java.lang.Comparable<N>>
static interface
PrimitiveFunction.Nullary
static interface
QuadrupleFunction.Nullary
static interface
QuaternionFunction.Nullary
static interface
RationalFunction.Nullary
Classes in org.ojalgo.function that implement NumberDefinition Modifier and Type Class Description static class
BinaryFunction.FixedFirst<N extends java.lang.Comparable<N>>
A BinaryFunction with a set/fixed first argument.static class
BinaryFunction.FixedSecond<N extends java.lang.Comparable<N>>
A BinaryFunction with a set/fixed second argument. -
Uses of NumberDefinition in org.ojalgo.function.aggregator
Subinterfaces of NumberDefinition in org.ojalgo.function.aggregator Modifier and Type Interface Description interface
AggregatorFunction<N extends java.lang.Comparable<N>>
Classes in org.ojalgo.function.aggregator that implement NumberDefinition Modifier and Type Class Description static class
AggregatorFunction.PredicateWrapper<N extends java.lang.Comparable<N>>
(package private) static class
BigAggregator.BigAggregatorFunction
(package private) static class
ComplexAggregator.ComplexAggregatorFunction
(package private) static class
PrimitiveAggregator.PrimitiveAggregatorFunction
(package private) static class
QuadrupleAggregator.QuadrupleAggregatorFunction
(package private) static class
QuaternionAggregator.QuaternionAggregatorFunction
(package private) static class
RationalAggregator.RationalAggregatorFunction
-
Uses of NumberDefinition in org.ojalgo.random
Classes in org.ojalgo.random that implement NumberDefinition Modifier and Type Class Description (package private) class
AbstractContinuous
(package private) class
AbstractDiscrete
class
Binomial
The frequency in count indepedent trials, each with probability probability, has a binomial distribution.class
Cauchy
https://en.wikipedia.org/wiki/Cauchy_distributionclass
ChiSquareDistribution
(package private) static class
ChiSquareDistribution.Degree2
(package private) static class
ChiSquareDistribution.NormalApproximation
class
Deterministic
class
Erlang
Distribution of the sum of aCount random variables with an exponential distribution with parameter aLambda.class
Exponential
Distribution of length of life when no aging.class
Gamma
Distribution of the sum of aCount random variables with an exponential distribution with parameter aLambda.class
Geometric
The number of required trials until an event with probability aProbability occurs has a geometric distribution.class
LogNormal
A continuous distribution in which the logarithm of a variable has a normal distribution.class
Normal
Under general conditions, the sum of a large number of random variables is approximately normally distributed (the central limit theorem).class
Poisson
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
RandomNumber
RandomNumberclass
TDistribution
(package private) static class
TDistribution.Degree1
(package private) static class
TDistribution.Degree2
(package private) static class
TDistribution.Degree3
(package private) static class
TDistribution.Degree4
(package private) static class
TDistribution.Degree5
(package private) static class
TDistribution.DegreeInfinity
class
Uniform
Certain waiting times.class
Weibull
Useful as length of life distribution in reliability theory. -
Uses of NumberDefinition in org.ojalgo.scalar
Subinterfaces of NumberDefinition in org.ojalgo.scalar Modifier and Type Interface Description interface
Scalar<N extends java.lang.Comparable<N>>
A Scalar is:(package private) interface
SelfDeclaringScalar<S extends SelfDeclaringScalar<S>>
Classes in org.ojalgo.scalar that implement NumberDefinition Modifier and Type Class Description class
Amount
(currency) amount as in "amount = price * quatity"class
BigScalar
ABigDecimal
based implementation of theScalar
interface.class
ComplexNumber
ComplexNumber is an immutable complex number class.class
ExactDecimal<S extends ExactDecimal<S>>
To help implement exact decimal numbers with a fixed number of decimal places (fixed scale).class
Money
An exampleExactDecimal
implementation corresponding to the SQL data type MONEY or DECIMAL(19,4).class
Price
price or exchange rate as in "amount = price * quatity" or "amount = rate * amount"class
PrimitiveScalar
class
Quadruple
https://stackoverflow.com/questions/66962567/how-to-emulate-double-precision-using-two-floats-in-opengl-esclass
Quantity
quantity as in "amount = price * quatity"class
Quaternion
class
RationalNumber
-
Uses of NumberDefinition in org.ojalgo.structure
Subinterfaces of NumberDefinition in org.ojalgo.structure Modifier and Type Interface Description interface
AccessScalar<N>
interface
ElementView1D<N extends java.lang.Comparable<N>,V extends ElementView1D<N,V>>
interface
ElementView2D<N extends java.lang.Comparable<N>,V extends ElementView2D<N,V>>
interface
ElementViewAnyD<N extends java.lang.Comparable<N>,V extends ElementViewAnyD<N,V>>
Classes in org.ojalgo.structure that implement NumberDefinition Modifier and Type Class Description static class
Access1D.ElementView<N extends java.lang.Comparable<N>>
static class
Access2D.ElementView<N extends java.lang.Comparable<N>>
static class
AccessAnyD.ElementView<N extends java.lang.Comparable<N>>
-
Uses of NumberDefinition in org.ojalgo.type
Subinterfaces of NumberDefinition in org.ojalgo.type Modifier and Type Interface Description interface
ComparableNumber<N extends ComparableNumber<N>>
interface
PrimitiveNumber
Intended as a "boxed" version of any/all primitive numeric types.Classes in org.ojalgo.type that implement NumberDefinition Modifier and Type Class Description class
CalendarDateDuration
Designed to complement CalendarDate.static class
PrimitiveNumber.BoxedByte
static class
PrimitiveNumber.BoxedDouble
static class
PrimitiveNumber.BoxedFloat
static class
PrimitiveNumber.BoxedInt
static class
PrimitiveNumber.BoxedLong
static class
PrimitiveNumber.BoxedShort
-
Uses of NumberDefinition in org.ojalgo.type.keyvalue
Subinterfaces of NumberDefinition in org.ojalgo.type.keyvalue Modifier and Type Interface Description static interface
EntryPair.KeyedPrimitive<K>
Classes in org.ojalgo.type.keyvalue that implement NumberDefinition Modifier and Type Class Description static class
EntryPair.ObjectByte<K>
static class
EntryPair.ObjectDouble<K>
static class
EntryPair.ObjectFloat<K>
static class
EntryPair.ObjectInt<K>
static class
EntryPair.ObjectLong<K>
static class
EntryPair.ObjectShort<K>
-