I would write an indicator in EasyLanguage which is based on the "LinRegForecast_a" but I do not understand the syntax.
I have little practice with arrays.
can anyone help me?
it's possible have a numeric example?
thanks
code LinRegForecast_a:
Inputs: IndArray[Xsize](NumericArrayRef), DepArray[Ysize](NumericArrayRef), ArraySize(Numeric), X(Numeric);
LinRegForecast_a = LinRegIntercept_a(IndArray, DepArray, ArraySize) + (LinRegSlope_a(IndArray, DepArray, ArraySize) * X);
I have little practice with arrays.
can anyone help me?
it's possible have a numeric example?
thanks
code LinRegForecast_a:
Inputs: IndArray[Xsize](NumericArrayRef), DepArray[Ysize](NumericArrayRef), ArraySize(Numeric), X(Numeric);
LinRegForecast_a = LinRegIntercept_a(IndArray, DepArray, ArraySize) + (LinRegSlope_a(IndArray, DepArray, ArraySize) * X);