upProb abstract method

double upProb(
  1. List<KLineEntity> all,
  2. int i
)

返回 0,1 的上涨概率

Implementation

double upProb(List<KLineEntity> all, int i);