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 TradingPair
RobustCointegration. computeRobustPair(String symbol1, String symbol2, Vector price1, Vector price2)
protected static Matrix
RobustCointegration. filterPrices(Matrix prices0)
Filters out invalid prices.protected static Matrix
RobustCointegration. 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 boolean
CorrelationCheck. isOK()
boolean
PairingCheck. isOK()
-