Phase 1 (Highlights)#
With this blog it completes the awesome month of statistical learning and coding, and the official Phase 1 of the Google Summer of Code-2020.
I will try to highlight some notable additions to stats
during this month.
Merged PRs#
-
Added Sampling methods of Continuous Random Variables from external libraries.
-
Added Lomax and Bounded Pareto Distributions(CRV types).
-
Fixes Symbolic
Expectation
and itsdoit
method.
-
Rename
doit
toexpand
in Symbolicstats
.
-
Added
is_random
to check for random expressions.
-
Completes sampling from external libraries for CRV, FRV and DRV.
-
Added a test for a fixed issue of
stats
.
-
Fixes
Sum.doit()
forRandomIndexedSymbol
.
-
Added support for Sampling from Stochatic Processes.
-
Added Expectation, Variance and CrossCovariance Matrices.
Open PRs#
-
Added Poisson, Wiener and Gamma Process.
With the end of the official Phase 1, I would like to thank my mentors for their constant support and guidance and look forward for significant additions to stats
during the upcoming month and begin with the Phase 2 of program.