Inferential Statistics in Data Science
Experiment →Uncertain situations, which could have multiple outcomes. A coin toss is an experiment. Outcome → result of a single trial. So, if "head" lands, the outcome of the coin toss experiment is “Heads” Event → one or more outcomes from an experiment. “Tails” is one of the possible events for this experiment. Basic Probability Chance of something happening, but in the academic term “likelihood of an event or sequence of events occurring”. for example Tossing a coin Rolling a dice Conditional Probability Probability of an event occurring given that another event has already occurred. for example Picking 3 blue balls from a box has 5 red and 5 blue balls. The probability of picking the first blue ball is 5/10 = 1/2. We’re left with 9 balls in total. So the probability of picking the second blue ball is 4/9. Similarly picking the 3rd blue ball from the box is 3/8. The final probability is 1/2 * 4/9 * 3/8 = 0.08333 or 8.3%. Probability Density function and Prob...