StdErr
|
Statistical functions |
SYNTAX | StdErr( ARRAY, periods ) |
RETURNS | ARRAY |
FUNCTION | Calculates standard error function (standard error of linear regression estimate) of the ARRAY over periods bars The function accepts periods parameter that can be constant as well as time-variant (array). |
EXAMPLE | StdErr( close, 10 ); |
SEE ALSO |
The StdErr function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.