Uses of Class
tech.nmfin.meanreversion.cointegration.TradingPair
-
Packages that use TradingPair Package Description tech.nmfin.meanreversion.cointegration -
-
Uses of TradingPair in tech.nmfin.meanreversion.cointegration
Methods in tech.nmfin.meanreversion.cointegration that return TradingPair Modifier and Type Method Description TradingPair
RobustCointegration. computeRobustPair(String symbol1, String symbol2, Vector price1, Vector price2)
Methods in tech.nmfin.meanreversion.cointegration that return types with arguments of type TradingPair Modifier and Type Method Description List<TradingPair>
PairingModel. getTradingPairs(List<String> allSymbols, List<String> tradableSymbols, Matrix prices)
List<TradingPair>
PairingModel1. getTradingPairs(List<String> allSymbols, List<String> tradableSymbols, Matrix prices)
List<TradingPair>
PairingModel2. getTradingPairs(List<String> allSymbols, List<String> tradableSymbols, Matrix prices)
List<TradingPair>
PairingModel3. getTradingPairs(List<String> allSymbols, List<String> tradableSymbols, Matrix prices)
List<TradingPair>
PairingModel4. getTradingPairs(List<String> allSymbols, List<String> tradableSymbols, Matrix prices)
List<TradingPair>
PairingModel5. getTradingPairs(List<String> allSymbols, List<String> tradableSymbols, Matrix prices)
-