Uses of Class
tech.nmfin.meanreversion.cointegration.NoPairFoundException
-
Packages that use NoPairFoundException Package Description tech.nmfin.meanreversion.cointegration tech.nmfin.meanreversion.cointegration.check -
-
Uses of NoPairFoundException in tech.nmfin.meanreversion.cointegration
Methods in tech.nmfin.meanreversion.cointegration that throw NoPairFoundException Modifier and Type Method Description TradingPairRobustCointegration. computeRobustPair(String symbol1, String symbol2, Vector price1, Vector price2)protected static MatrixRobustCointegration. filterPrices(Matrix prices0)Filters out invalid prices.protected static MatrixRobustCointegration. filterUnchangedPrices(Matrix prices0)Filters out prices that are unchanged between consecutive times. -
Uses of NoPairFoundException in tech.nmfin.meanreversion.cointegration.check
Methods in tech.nmfin.meanreversion.cointegration.check that throw NoPairFoundException Modifier and Type Method Description booleanCorrelationCheck. isOK()booleanPairingCheck. isOK()
-