Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 940d767

Browse files
Update README.md
1 parent a7bcefd commit 940d767

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

‎README.md‎

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -588,6 +588,36 @@ So the formula kind of tells us "forwards" P(Fire|Smoke) when we know "backwards
588588

589589

590590
# 10. Statistical Inference
591+
### What is statistical inference?
592+
Statistical inference is the process of drawing conclusions about populations or scientific truths from data.
593+
594+
The four-step process that encompasses statistics: Data Production, Exploratory Data Analysis, Probability and Inference.
595+
596+
A **statistical inference** aims at learning characteristics of the population from a sample; the population characteristics are parameters and sample characteristics are statistics.
597+
598+
A **statistical model** is a representation of a complex phenomena that generated the data.
599+
* It has mathematical formulations that describe relationships between random variables and parameters.
600+
* It makes assumptions about the random variables, and sometimes parameters.
601+
* A general form: data = model + residuals
602+
* Model should explain most of the variation in the data
603+
* Residuals are a representation of a lack-of-fit, that is of the portion of the data unexplained by the model.
604+
605+
**Estimation** represents ways or a process of learning and determining the population parameter based on the model fitted to the data.
606+
607+
**Point Estimation** and **Interval Estimation**, and **Hypothesis Testing** are three main ways of learning about the population parameter from the sample statistic.
608+
609+
An **estimator** is particular example of a statistic, which becomes an **estimate** when the formula is replaced with actual observed sample values.
610+
611+
**Point Estimation** = a single value that estimates the parameter. Point estimates are single values calculated from the sample
612+
613+
**Confidence Intervals** = gives a range of values for the parameter Interval estimates are intervals within which the parameter is expected to fall, with a certain degree of confidence.
614+
615+
**Hypothesis Tests** = tests for a specific value(s) of the parameter.
616+
In order to perform these inferential tasks, i.e., make inference about the unknown population parameter from the sample statistic, we need to know the likely values of the sample statistic. What would happen if we do sampling many times?
617+
618+
We need the sampling distribution of the statistic
619+
* It depends on the model assumptions about the population distribution, and/or on the sample size.
620+
* Standard error refers to the standard deviation of a sampling distribution.
591621

592622

593623
# 11. Hypothesis Testing

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /