Add support for Triangular distribution
hot9cups opened this issue · 7 comments
Go through the Gaussian distribution class, the Binomial class and the Exponential class which are subclasses of General distribution class.
I would like to expand this to include another distribution, the Triangular distribution
Please assign this issue to me, I am new to open source and would like to contribute
@AmeyaPhadnis-2019H1030012G I never got a response from you, are you still interested in this?
@CraigP17 I'm gonna wait for a few more hours for Ameya to respond, since I've waited 2 days already. In case they don't respond, I'll be glad to assign this to you. In the meanwhile, could you tell me how you plan to approach this?
I went through the other distribution classes and testing for each, then reviewed the Triangular distribution and Matplotlib. I'm halfway through the base implementation of it
Okay I think we've waited enough for Ameya, I'm assigning this to you now, Craig.
And yep, that sounds good. Make sure to follow the same code style as other classes as far as possible :)
Will do, thanks!