[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Volatility (alternate)



PureBytes Links

Trading Reference Links

Gary Funck wrote:

> Why do you and Mark recode StdDev(), rather than use it directly?
> This looks a lot simpler to me:
>     Value1 = log(c/c[1]);
>     Srvola = 100 * stddev(Value1, recvola);
>
> --
> --
> | Gary Funck,  Intrepid Technology, gary@xxxxxxxxxxxx, (650) 964-8135

   We recode stddev because its wrong in TS ! "Surprised?"  Mark