Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 22 days 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 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-02T04:48:08.000Z (almost 4 years ago)
- Last Synced: 2024-11-09T06:44:55.576Z (3 months 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
```