Path: blob/master/notebook-for-reviewing/chapter_7_statistical_estimate_and_sampling_distribution.ipynb
388 views
Kernel: Python 3
In [ ]:
Chapter 7 Statistical Estimation and Sampling Distribution
7.1 Point Estimates
Parameters: used to discrabe a probability distribution, e.g. mean, variance, etc.
Statistics: a function of random sample of a distribution, i.e. randomly choose some samples from a distribution.
Estimate: guess the parameter by the statistics.
7.2 Properities of Point Estimate
Estimate bias: , if , we call this estimate unbias estimate.
Estimate variance: is the same with the definition of variance.
Mean squared error (MSE):
7.3 Sampling Distribution
7.4 Constructing Parameter Estimate
Moment estimate method
For parameters , we create
Solve these functions we can get the .
Maximum likehood estimate method
where is the likehood function.