This PR addresses #328 by adding the ability to construct and print <epidist> objects with an exponential distribution.
The create_epidist_prob_dist(), is_epidist_params(), clean_epidist_params() and family.epidist() are updated to accommodate an exponential distribution. .clean_epidist_params_exp() is added to standardise the various valid parameterisations for the exponential distribution input by users.
Unit tests have been added for create_epidist_prob_dist() and clean_epidist_params().
This PR addresses #328 by adding the ability to construct and print
<epidist>
objects with an exponential distribution.The
create_epidist_prob_dist()
,is_epidist_params()
,clean_epidist_params()
andfamily.epidist()
are updated to accommodate an exponential distribution..clean_epidist_params_exp()
is added to standardise the various valid parameterisations for the exponential distribution input by users.Unit tests have been added for
create_epidist_prob_dist()
andclean_epidist_params()
.