StdErr
- standard error

Statistical functions
(AmiBroker 3.40)


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

References:

The StdErr function is used in the following formulas in AFL on-line library:

More information:

See updated/extended version on-line.