Skip to content

Commit 2f33f95

Browse files
committed
docs: mark README update task complete
1 parent 0f847e0 commit 2f33f95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PRD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ We are adding new statistical functions that follow the existing patterns in `ma
1717
- [x] Add `zScore(arr, value)` — returns how many standard deviations a value is from the mean: `(value - mean) / standardDeviation`. Should reuse existing mean and standardDeviation functions. Add to `math_modules/zScore.js`, export from `index.js`, add tests.
1818
- [x] Add `skewness(arr)` — returns the sample skewness (Fisher's definition). Positive = right tail, negative = left tail, 0 = symmetric. Add to `math_modules/skewness.js`, export from `index.js`, add tests with known symmetric and skewed datasets.
1919
- [x] Add `kurtosis(arr)` — returns the excess kurtosis. Normal distribution = 0. Add to `math_modules/kurtosis.js`, export from `index.js`, add tests.
20-
- [ ] Update `README.md` — add documentation for all six new functions with usage examples, following the existing format.
20+
- [x] Update `README.md` — add documentation for all six new functions with usage examples, following the existing format.

0 commit comments

Comments
 (0)