This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # aggregate 100 random walks, with | |
| # different start points: | |
| # in each case take a walk of ten steps | |
| # and add a 100-dimensional vector | |
| # to an aggregator (allwalks) | |
| # that has ten different entries, | |
| # for the ten possible steps of each | |
| # walk |