RandomWalker
R package RandomWalker by spsanderson — release notes from GitHub.
A random-walk generator that outgrew one dimension and renamed its core column to prove it.
◆Recent moves
- 0y ago
RandomWalker 1.0.0
The 1.0.0 stable tag, arriving after the dimensional generalisation and column rename landed in the development series. The feed body contains only YAML front matter, so what this release adds beyond declaring stability is not readable here.
View source ↗ - 1y ago
Random walks gain up to three dimensions
⚡ SPARKRandom walks gain a .dimensions parameter supporting up to three dimensions, which forced the old x column to become step_number across every generator including rw30(). This is the release that turned a one-dimensional simulator into a general path generator, and it is where the package's current data shape was set.
View source ↗ - 1y ago
Cumulative-statistic augmenters and interactive plotting
Seven new functions land at once — five std_cum_*_augment() variants for cumulative sum, product, min, max and mean, plus get_attributes() and running_quantile(). visualize_walks() also gains .interactive and .pluck parameters, establishing the transform-and-plot layer over generated walks.
View source ↗ - 1y ago
Initial release: six walk generators plus visualisation
The initial release, shipping the generator set — brownian_motion(), geometric_brownian_motion(), random_normal_walk(), random_normal_drift_walk(), discrete_walk() and rw30() — alongside euclidean_distance(), visualize_walks() and summarize_walks(). The surface everything since has extended.
View source ↗