-
-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Description
Addition of statistical and probability distribution functions
Detailed Description
I saw the Probability file in the repository and only basic operations (addition rule) to calculate probability was given. Addition to this function, we can add statistical distribution functions like Gaussian Normalization, Binomial Distribution, etc classes and provide some addition functions to incorporate the changes in basic statistical features (mean , variance, standard deviation) for each distribution.
Context
The observation of distribution functions are very much helpful in case of statistical calculations which is more advanced in case of Python but is lagging in C++.
Possible Implementation
Using basic class concept with inheritance we can easily add different distribution features and effectively calculate the statistical features using them.