Dear Statalist,
I got stuck with a surprising issue today when analyzing a dataset. I wanted to compute the kurtosis of the revenues of a company in the three years t0, t+1 and t+2. E.g. I wanted to compute a kurtosis value for the company Microsoft for the year 2000 -- which is based on Microsoft's sales values for the three years 2000, 2001 and 2002.
However, the weird thing that happens is that the result for the kurtosis is always 1.5
This is the case for all of the firms in my dataset, for all years
I assume this could have something to do with the specific formula for computing the kurtosis which Stata uses?
There appear to be different definitions and different ways how to compute the kurtosis. Would there by any alternative ways to compute the kurtosis? (So that the result is not always equal to 1.5)
It seems to me that the answer to this calculation is not necessarily always equal to 1.5 -- but it is rather a result of the specific definition used by Stata?
The current way I computed the kurtosis was as follows. If there would be any alternative suitable with regards to the above, this would be incredibly helpful.
My current Stata code is:
rangestat (kurtosis) firm_revenues, interval (Year 0 3) by(Company)
Thank you so much & all the best,
Franz
Related Posts with Kurtosis of three values always equals 1.5
strange behaviour in logit with clustering of standard errors.In performing a logistic regression with 'logit', I am encountering very significant association's (…
How to obtain CIs for standardized direct/indirect effects when using SEM builderHi all, When using the SEM builder there is an option to have indirect/direct effects reported for …
Count total observationsHello! I am having some troubles in doing some analysis with stata. I have a dataset in which each r…
Selecting multiple variables (with * or ?)Dear all, Can I please ask you a question about selecting multiple variables by the use of the aste…
Looping over folders and files weird behaviourHello everyone, I have a problem with my code and I don´t know how to solve it. The issue is that I…
Subscribe to:
Post Comments (Atom)
0 Response to Kurtosis of three values always equals 1.5
Post a Comment