for my master's thesis I am working with a survey dataset on wealth distribution where I am re-estimating the top tail of the distribution, i.e. the richest households. Since I assume that my wealth data follows a Pareto distribution, I need to find xmin, e.g. the right scale parameter in order to identify the cut-off-point. I have chosen the upper 10 percentiles of my wealth variable for possible xmins. For these 10 percentiles I calculated the respective CCDFs and estimated the 10 possible shape parameters "alpha".
I now want to perform a Kolgomorov-Smirnov test to identify the correct xmin using the p-values. If I understand the test correctly, it is primarily intended to test non-normal distributions. The assumed empirical (in my case Pareto) distribution is compared to a hypothetical distribution and the distance between both is calculated. If H0 cannot be rejected, the hypothetical fits the empirical model.
"Help ksmirnov" says:
Code:
ksmirnov varname = exp [if] [in]
Thank you and kind regards
Moritz
0 Response to K-S test for Pareto distributed data.
Post a Comment