https://github.com/r2dev2/nearlynormal
A simulation to see if a distribution is normal enough to be modeled using a Student's t-distribution.
https://github.com/r2dev2/nearlynormal
simulation statistics svelte
Last synced: 7 months ago
JSON representation
A simulation to see if a distribution is normal enough to be modeled using a Student's t-distribution.
- Host: GitHub
- URL: https://github.com/r2dev2/nearlynormal
- Owner: r2dev2
- Created: 2021-03-31T01:10:18.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-02T04:48:08.000Z (almost 5 years ago)
- Last Synced: 2025-01-03T14:23:35.219Z (about 1 year ago)
- Topics: simulation, statistics, svelte
- Language: JavaScript
- Homepage: https://r2dev2.github.io/NearlyNormal/
- Size: 341 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nearly Normal
A simulation to see if a distribution is normal enough to be modelled using a Student's t-distribution.
## Usage
To host locally, use ``pnpm``.
```
pnpm i
pnpm build
pnpm start
```