[关闭]
@740340735 2016-01-01T07:02:11.000000Z 字数 1092 阅读 590

Exercise 6.2

算法设计与分析


Problem
Let .
1. Show how to compute with bits (there will be bits to store , but you can simply take as granted).
2. Show that , so is really an un biased estimator of .
3. How would you check whether is a good estimator? What goes wrong with our naive approach?
Proof:
  1. Just Sum up for each , and it is apperant that we only need each , whcih can be stored by space easily.
  2. The following shows the computation of
  3. It is a good estimator. We could calculate the , see how it goes with . And I really don't know what goes wrong with our naive approach.

添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注