PureBytes Links
Trading Reference Links
|
I have tried in this way but it not works
:-(m1:=Sum(C-Sum(C/Sum(1,21),21),21);m4:=m1*m1*m1*m1/21;FisherKurtosis:=m4/(Stdev(C,21)*Stdev(C,21)*Stdev(C,21)*Stdev(C,21));FisherKurtosis-3
Please help me, thanks
>How I could plot skewness and kurtosis with Fisher's
formulas?
>>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 the Yahoo! Terms of Service.
|