送交者: LaoXiao 于 2008-12-17, 12:11:59:
回答: “不需保留小数点后面的数”。指“N个X之和” (N > 1000) 由 JFF 于 2008-12-17, 11:48:03:
If N=5 and K=1,000,000, you want use the simulation result.
If N=5 and K=50, you don't know which one should be use.
If N=1000 and K=50, you want just use CLT and throw away the simulation result.
If N=1000 and K=1,000,000, you need check your simulation program -- because this is impossible!