Standard Estimators
You can use these estimators to estimate the Expectation , Variance and CDF of an n-fold experiment:
Estimate Expectation:
Xˉ(n):μ=E(X1),σn2=V(X1)/n, if E(X12)<∞
Estimate Variance:
S(n)2:μ=V(X1),nσn2→V((X1−E(X1))2) as n→∞, if E(X14)<∞
Estimate CDF:
Fn(t;X1,…,Xn):μ=F(t),σn2=F(t)(1−F(t))/n
Their Distribution
For very large n they are approximately normally distributed with the above Expectation and Variance.
nFn(t;X1,…,Xn) has Binomial Distribution with n=n and p=F(t). So at a given point t we can approximate a Binomial Distribution with the ECDF times n.
If all datapoints come from a Normal Distribution, then the Sample Variance has Chi-Squared Distribution:
Γ(2n−1,21)=:χn−12
with n−1 Degrees of Freedom.