boristane / boristane/stat-methods.js

Add support for skewness

Open
#22 0 comments 0 reactions 0 assignees View on GitHub
enhancement good first issue help wanted
Dominant language
JavaScript
Stars
6
Forks
4
PR merge metrics
No merged PRs in 30d

Description

Add support for sample skewness as defined [here](https://en.wikipedia.org/wiki/Skewness#Sample_skewness).

```js
skewness([4, 1, 1, 3]); // -> 0.185185
```

**Update README.md** under _Averages and measures of central location_ and the table of contents.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.