Class PredictiveLeastSquaresMovingAverage

java.lang.Object
trade.invision.indicators.indicators.Indicator<Num>
trade.invision.indicators.indicators.ma.lsma.PredictiveLeastSquaresMovingAverage

public class PredictiveLeastSquaresMovingAverage extends Indicator<Num>
PredictiveLeastSquaresMovingAverage is a Num Indicator to provide a predictive Least Squares Moving Average (PLSMA) over a length of values. This is the same as LeastSquaresMovingAverage, but with LinearRegressionResultType.NEXT_Y.
See Also: