PureBytes Links
Trading Reference Links
|
I'm trying to convert in ms language the Fisher's formula in order to
determine the nearness to normality of Gauss (curtosi)
m:=Sum(C-Mov(C,144,S),144);
m4:=m*m*m*m/144;
fisher:=m4/(Stdev(C,144)*Stdev(C,144)*Stdev(C,144)*Stdev(C,144));fisher-3
Can anyone help me?
Thanks,
Fulvio
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|