New random sample tests; rewrite testpdf
Rewrote testpdf so that it takes a function of the random variable, and the list of distribution name and keyword-argument pair. Added new tests levy and exponential-power; several more (beta, chi-squared, exponential) written but commented out because they take an unreasonably long time to complete; these require further investigation.
Showing
- random/beta.lisp 13 additions, 11 deletionsrandom/beta.lisp
- random/chi-squared.lisp 12 additions, 10 deletionsrandom/chi-squared.lisp
- random/exponential-power.lisp 16 additions, 9 deletionsrandom/exponential-power.lisp
- random/exponential.lisp 3 additions, 1 deletionrandom/exponential.lisp
- random/laplace.lisp 2 additions, 2 deletionsrandom/laplace.lisp
- random/levy.lisp 22 additions, 10 deletionsrandom/levy.lisp
- random/tdist.lisp 3 additions, 3 deletionsrandom/tdist.lisp
- random/tests.lisp 5 additions, 15 deletionsrandom/tests.lisp
- tests/exponential-power.lisp 20 additions, 16 deletionstests/exponential-power.lisp
- tests/laplace.lisp 2 additions, 1 deletiontests/laplace.lisp
- tests/levy.lisp 30 additions, 25 deletionstests/levy.lisp
- tests/tdist.lisp 4 additions, 2 deletionstests/tdist.lisp
Loading
Please register or sign in to comment