afidd / Semi-Markov

A C++ library to specify and simulate trajectories from semi-Markov models.
6 stars 2 forks source link

Continuous variable distributions lack unit_tests #1

Closed adolgert closed 10 years ago

adolgert commented 10 years ago

Made unit tests for distributions, currently in the tests/ directory. Stopped short of defining Kolmogorov-Smirnov test. This would be nice for all distributions. The idea is to create an estimator of the cumulative distribution function from samples and compare with the cumulative distribution that is expected.