PureBytes Links
Trading Reference Links
|
Fulvio, be extremely careful with Kurtosis - sometimes known as
Actinic Keratosis Pilaris.
I wouldn't play around much with this one. It's often the precursor
to the potentially fatal and very virulent LeptoKurtosis disease
strain.
Rubber gloves and mask are essential in handling this one.
jose '-)
--- In equismetastock@xxxxxxxxxxxxxxx, "Fulvio" <amicone77@xxxx>
wrote:
> 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 Sponsor ---------------------~-->
Yahoo! Domains - Claim yours for only $14.70
http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/BefplB/TM
---------------------------------------------------------------------~->
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/
|