Uses of Class
dev.nm.analysis.function.tuple.Pair
-
Packages that use Pair Package Description dev.nm.analysis.function.tuple dev.nm.geometry dev.nm.stat.timeseries.linear.univariate.stationaryprocess.garch -
-
Uses of Pair in dev.nm.analysis.function.tuple
Methods in dev.nm.analysis.function.tuple that return Pair Modifier and Type Method Description Pair
SortedOrderedPairs. get(int i)
Get the ordered pair at index i.Methods in dev.nm.analysis.function.tuple with parameters of type Pair Modifier and Type Method Description int
PairComparatorByAbscissaFirst. compare(Pair o1, Pair o2)
int
PairComparatorByAbscissaOnly. compare(Pair o1, Pair o2)
int
Pair. compareTo(Pair that)
-
Uses of Pair in dev.nm.geometry
Methods in dev.nm.geometry with parameters of type Pair Modifier and Type Method Description static double
TrigMath. angle(Pair A, Pair B, Pair C)
Given a the coordinates of A, B and C, the apices of triangle ABC, returns the value of the angle \(alpha\) at apex A. -
Uses of Pair in dev.nm.stat.timeseries.linear.univariate.stationaryprocess.garch
Methods in dev.nm.stat.timeseries.linear.univariate.stationaryprocess.garch that return Pair Modifier and Type Method Description Pair
GARCHSim. nextPair()
Get the next random (e2_t, h_t).
-