Statistic
Summary
- Given a sample x1,…,xn and a function g:Rn→R then
z=g(x1,…,xn)
- is called a statistic .
Examples
- The sample mean
¯x=1nn∑i=1xi
- The sample variance
s2x=1n−1n∑i=1(xi−¯x)2
- The sample covariance
s2x,y=1n−1n∑i=1(xi−¯x)(yi−¯y)
Summary
z=g(x1,…,xn)
Examples
¯x=1nn∑i=1xi
s2x=1n−1n∑i=1(xi−¯x)2
s2x,y=1n−1n∑i=1(xi−¯x)(yi−¯y)