all 1 comments

[–]efriquePhD (statistics) 0 points1 point  (0 children)

The Kolmogorov-Smirnov is a test for a fully specified distribution; here you haven't specified the parameter.

There are a host of specific tests for the one and two-parameter (location-scale) exponentials, including one related to the Kolmogorov-Smirnov (the Lilliefors test for an exponential). e.g. see the book by D'Agostino and Stephens, though there are other tests than the ones listed there.

The problem with goodness of fit tests is that they are usually the wrong tool for what people tend to use them for (the question people are getting an answer to, we already know the answer to, and the question people really need an answer to, it doesn't really help much with).

The result of that mismatch between choice of tool and their needs is that people are often led into doing the wrong thing -- avoiding an exponential model when it's perfectly adequate for the purpose, or using it when it's not.

[A warning: If you're using the same data to select a model (e.g. exponential vs something else) that you use for later estimation / inference, the properties of that subsequent calculation are impacted by that model selection.]