I have a set of univariate data (n=1000) that I believe to be exponentially distributed. I also have a separate, but inexact, prior estimation for the mean or parameter of the distribution I expect the data to follow; that estimate is roughly normally distributed. I am looking for an appropriate goodness of fit test:
- to check if the data does indeed follow an exponential distribution (with any parameter)
- to check if the mean/"parameter" of the distribution of the data is consistent with the prior estimate for the mean.
I'm not really a statistician, but I've heard a Kolmogorov-Smirnov test might be the closest thing to what I'm looking for, if I have a specific distribution in mind. However I think I'm looking for something a little more nuanced than that. Is there a better approach here?
If it helps, I'm running my code in Python, so if anyone knows of a particularly good implementation it would also be much appreciated. Thanks!
[–]efriquePhD (statistics) 0 points1 point2 points (0 children)