
Large N & Leeuwenhoek (70700173)
Common definition:
The quantities, characters, or symbols on which operations are performed by a computer, being stored and transmitted in the form of electrical signals and recorded on magnetic, optical, or mechanical recording media.
Things known or assumed as facts, making the basis of reasoning or calculation.

If you can’t measure it, you can’t manage it
If you don’t understand it,
you can’t well measure it.
Specifically, a variable = a dimension(well…) = a column
Empirically, a variable = a piece of data with homogeneous properties
Relationally, an observation ⊂ {var1, var2, var3,…} ⊂ a dataset


A concept?
A variable?
A measurement?
When would you want a variable to be constant in a research?
Nominal/categorical (discrete) < Ordinal (discrete) < Numeric(continuous)


Data
Variable




Point estimations/Moments
Note
I rated the applicant among the top 10-15% students taking BSc-courses at Manchester; and now I know for sure that she is among the best…
What’s the relationship between percentile and mean?

Hint
What’s the “point” estimate for?


Range: Max - min; [min, max]
Q: What’s the range of 2, 2, 2, 2?

Dispersion means how wild one can be
↪ Variance: σ2 for the population;1 s2 for a sample2
\[\begin{align} \sigma^2 =& \sum(X - \mu)^2p(X);\\ s^2 =& \sum(X - \bar X)^2p(x), \\ =& \frac{\sum(X - \bar{X})^2}{n - 1}. \end{align}\]
Why n - 1?
Intuitively, Only when there are more than one items, the variance can exist.
In statistics, degree of freedom (d.f.)*1
\[\begin{equation} \begin{bmatrix} X_1\\ \vdots \\ X_n \end{bmatrix} = \bar{X} \begin{bmatrix} 1 \\\vdots \\ 1 \end{bmatrix} + \begin{bmatrix} X_1 - \bar{X} \\ \vdots \\ X_n - \bar{X} \end{bmatrix} \end{equation}\]
Definition:
\[\begin{align} \sigma^2 =& \sum(X - \mu)^2p(X);\\ s^2 =& \sum(X - \bar X)^2p(x), \\ =& \frac{\sum(X - \bar{X})^2}{n - 1}. \end{align}\]
Given μ = ∑Xp(x), ∑p(x) = 1,
\[\begin{aligned} \sigma^2 =& \sum(X - \mu)^2p(x),\\ =& \sum(X^2 -2X\mu + \mu^2)p(x),\\ =& \sum X^2p(x) - 2\mu\sum Xp(x) + \mu^2\sum p(x). \\ =& \sum X^2p(x) - \mu^2. \end{aligned}\]

Starting from math💀