Probability & Statistics
Coursera course on probabilities - for data science, actually quite good in explaining a lot of the basic tools,prob, conditional, distributions, sampling, CI, hypothesis, etc.
A great resource for proba/bayes/b-networks/etc (adam bali)
I.e, Probability deals with predicting the likelihood of future events, while statistics involves the analysis of the frequency of past events.
The problems considered by probability and statistics are inverse to each other.
In probability theory we consider some underlying process which has some randomness or uncertainty modeled by random variables, and we figure out what happens.
=> Underlying process + randomness and random variables -> what happens next?
In statistics we observe something that has happened, and try to figure out what underlying process would explain those observations.
=> observe what happened -> what is the underlying process?
Finally, probability theory is mainly concerned with the deductive part, statistics with the inductive part of modeling processes with uncertainty
Introduction to statistics
Table of content
Mode - most freq
Variation vs variance - a private case
Std vs variance - std is in the same metric as the mean, is the root of variance., allows outliers to influence, will not result in samples cancelling each other without the square root in the formula.
Introduction to Probability
Least squares regresssion It works by making the total of the square of the errors as small as possible (that is why it is called "least squares"
More on Statistics
25 concepts (part 2), 29 more concepts (part1) & part 3 in statistics.
Wiki
Chain rule - derivatives using the chain rule, on khan
Recommended Courses
Another great course on probability, distribution types, conditional, joint, chain, etc.
Kahn academy
A really good intro to probability, conditional, joint, etc.
(another angle) The main difference between probability and statistics has to do with knowledge
what are the known facts? Inherent in both probability and statistics is a population,
every individual we are interested in studying, and a sample, consisting of the individuals that are selected from the population.
in probability: would start with us knowing everything about the composition of a population, and then would ask, “What is the likelihood that a selection, or sample, from the population, has certain characteristics?”
In statistics: we have no knowledge about the types of socks in the drawer. we infer properties about the population on the basis of a random sample.
Some calculations to get you into probability:
Finding out the probability of an event
Of two consecutive events (multiplication)
Of several events (sum)
Etc..
STATISTICAL SAMPLING AND RESAMPLING
What is? Method for sampling/resampling, and sampling errors explained. (cross validation etc)
Last updated