Understanding Random Variables and Their Types: Real-Life ExamplesIn the world of probability and statistics, random variables are the backbone of understanding uncertainty. Despite the technical-sounding…2d ago2d ago
An Introduction to Discrete Probability DistributionsA discrete probability distribution applies to scenarios where outcomes are countable and finite. Each possible outcome is assigned a…3d ago3d ago
P-Value is just probabilityIn statistics, especially in Hypothesis testing, we make decisions whether to accept or reject a certain hypothesis based on P-Value.Jun 24, 2021Jun 24, 2021
How does probability help?In simple terms, probability helps you quantify the uncertainty of any particular event.Jun 24, 2021Jun 24, 2021
Introduction to Visualizations in python using Matplolib and SeabornYou know how vital and helpful it is to view data in pictorial forms for better understanding. Python has exceptional libraries…Aug 9, 2020Aug 9, 2020
*args and for-else in Pythonargs are called non-keyword arguments. It is used when you are not sure or aware of how many arguments will be passed into a function that…May 25, 2020May 25, 2020
Simple linear RegressionThis algorithm is taught as an introductory chapter in almost every Machine Learning course that you come across. It is because this…May 14, 2020May 14, 2020