simstudy icon indicating copy to clipboard operation
simstudy copied to clipboard

Truncated Distributions

Open assignUser opened this issue 3 years ago • 3 comments

assignUser avatar Oct 27 '20 22:10 assignUser

I think it would be nicer to add another field/parameter for the truncated distributions rather than doubling up all distributions as dist_trunc. It would maybe be a good time to do the switch to parameter names without inherent meaning, but this would be potentially a breaking change (we could possibly implement it in a way that is backwards compatible but I am not sure how well that would work). So we should think about this carefully.

assignUser avatar Oct 30 '20 14:10 assignUser

I agree - it is nice to have a motivating reason to do this, other than the fact that using "variance" to refer to a dispersion parameter or, even worse, the number of trials in a binomial trial seems reason enough.

As far as implementing the change to param1/param2/param3, seems like a perfect kind of challenge for you - how to transition gracefully from ill-considered non-professional interface to a more professional one.

kgoldfeld avatar Oct 30 '20 14:10 kgoldfeld

And another issue to consider when designing the changes for #75 (I'm going through and linking these issues so we don't lose track :) )

assignUser avatar Jul 08 '21 20:07 assignUser