Category: Programming

  • How to implement these 5 powerful probability distributions in Python

    How to implement these 5 powerful probability distributions in Python

    R is considered as the de facto programming language for statistical analysis right? But In this post, I will show you how to easily implement statistical concepts using Python. I will implement discrete and continuous probability distributions using Python. I won’t get into the mathematical details of these distributions, but I will mention some of…