LinRegInterceptArray (Function)
Uses regression analysis to determine the point at which a line will intersect the y-axis based on array values.
All array-based function calculations begin with array element 1.
Function
LinRegInterceptArray(PriceArray, Size)
Parameters
|
Name |
Type |
Description |
|
PriceArray |
NumericArray |
A numeric array that calculations are based on. |
|
Size |
Numeric |
A numeric expression representing the number of elements in the original array that have been used. |
Returns
A numeric value containing the point at which a line will intersect the y-axis, using an array.