Week 12-GSoC 2020
This is the final blog of the official program highlighting the final week. Some of the key discussions were:
Open PRs:
- Adding Mixture Distribution
- The PR allows creating Mixture Distribution in
sympy.stats
. This PR is under discussion regarding the implementation notes and its API.
- The PR allows creating Mixture Distribution in
- Assumptions of Dependence of Rvs
- This PR continues the work of Gagandeep Singh for supporting Assumptions of Dependence between the random variables. This has intially been implemented with
Covariance
as the metric for assumptions.
- This PR continues the work of Gagandeep Singh for supporting Assumptions of Dependence between the random variables. This has intially been implemented with
- Handle Joint Rvs Expectation
- This PR adds the new algorithm to calculate the
Expectation
of random Variables containing the Joint Random Symbol. The also fixes itsVariance
Computing as it is dependent on theExpectation
. Moreover, this also addsdoit
method in symbolicVariance
andCovariance
classes and linksvariance
andcovariance
functions to their respective classes.
- This PR adds the new algorithm to calculate the
Merged PRs:
- Move external libraries import inside functions
- This PR moved all the imports of external libraries inside the functions in which they are used.
- Fix state space of Wiener Process
- This PR fixed a small bug related to the state space of
WienerProcess
.
- This PR fixed a small bug related to the state space of
By the end of this week, it completes the Google Summer of Code and I am really thankful to the Community and the mentors for always helping and supporting me. Further, as suggested by the mentors, I would now focus on testing ang fixing the issues to make stats
more robust.