Week 5#
This blogs describes the week 5, the beginning week of the Phase 2. Phase 2 will be mostly focused on Compound Distributions which were stalled from 2018, and additions to Joint Distributions.
Some key highlights of this week are
Discussions#
-
This issue comprises of the discussions on the implementation design and API for the Compound Distributions.
PRs during this week#
Open PRs#
-
This PR is a prototype of the discussions in #19332. This builds basic framework and I will add tests and documentation so that it becomes ready for review from the mentors.
Testing and cleaning up Joint Rvs
This PR aims at cleaning Joint RVs and increasing the coverage of
joint_rv_types.py
. It also contains corrections in documentations, adding missing functions forMultivariateNormalDistribution
andMultivariateLaplaceDistribution
and few clean ups intest_joint_rv.py
. The coverage has been increased to98%
.
Merged PRs#
Added Poisson, Wiener and Gamma Process
This was one of the most important aim of the project which added
Poisson Process
,Wiener Process
andGamma Process
and makes me feel so happy to see it getting merged as this was the important pending work of the Phase 1. I hope to complete my project aims in the upcoming Phases too.