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 PairSortedOrderedPairs. 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 intPairComparatorByAbscissaFirst. compare(Pair o1, Pair o2)intPairComparatorByAbscissaOnly. compare(Pair o1, Pair o2)intPair. 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 doubleTrigMath. 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 PairGARCHSim. nextPair()Get the next random (e2_t, h_t).
-