rain1024 / gVim-Pathogen

My Coding Life
http://rain1024.github.io/gVim-Pathogen
2 stars 0 forks source link

Probability and statistics #36

Open rain1024 opened 10 years ago

rain1024 commented 10 years ago

Probability

Probability deals with predicting the likelihood of future events and it is primarily a theoretical branch of mathematics, which studies the consequences of mathematical definitions

Books

rain1024 commented 10 years ago

Statistic

image from The Cartoon Guide to Statistics, page 2

Statistics involves the analysis of the frequency of past events and it is primarily an applied branch of mathematics, which tries to make sense of observations in the real world.

Correlation

Statistical correlation is a statistical technique which tells us if two variables are related.

Correlation Coefficient image

image

The coefficient of determination, r^2, is useful because it gives the proportion of the variance (fluctuation) of one variable that is predictable from the other variable. It is a measure that allows us to determine how certain one can be in making predictions from a certain model/graph. The coefficient of determination is the ratio of the explained variation to the total variation. The coefficient of determination is such that 0 < r 2 < 1, and denotes the strength of the linear association between x and y.
The coefficient of determination represents the percent of the data that is the closest to the line of best fit. For example, if r = 0.922, then r 2 = 0.850, which means that 85% of the total variation in y can be explained by the linear relationship between x and y (as described by the regression equation). The other 15% of the total variation in y remains unexplained. The coefficient of determination is a measure of how well the regression line represents the data. If the regression line passes exactly through every point on the scatter plot, it would be able to explain all of the variation. The further the line is away from the points, the less it is able to explain.

Coefficient of Determination image

References

rain1024 commented 10 years ago

Distribution

Discrete distributions

Binomial distribution

Real world examples

image

Toss a fair coin three times ... what is the chance of getting two Heads?

Poisson distribution

Real world examples

image

The arrival of a weird particle from outer space at a counter on some farm outside Topeka, occurs on average 2 times per hour. But there are variations from that average. What is the probability that in a given hour three weird particles will be recorded?

image

Continuous distributions

Normal distribution

image

Laplace distribution

image

References