You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
268 B
7 lines
268 B
2 years ago
|
|
||
|
Exercise 3.82: Redo Exercise 3.5 on Monte
|
||
|
Carlo integration in terms of streams. The stream version of
|
||
|
estimate-integral will not have an argument telling how many trials to
|
||
|
perform. Instead, it will produce a stream of estimates based on successively
|
||
|
more trials.
|