Skip to content

Commit

Permalink
fix formatting violation
Browse files Browse the repository at this point in the history
  • Loading branch information
eschen42 committed Nov 3, 2022
1 parent 9e0f4bc commit e927f3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ procedure `welford_add(W, x)`
- `x` the next value to add to the record

procedure `welford_get(welford_running)`

- produce `welford_cumulative` record summarizing normal statistics
- for the series of x provided to `welford_add`
- `welford_running` a `welford_running` record updated by `welford_add`
Expand Down

0 comments on commit e927f3c

Please sign in to comment.