/percentizer

Calculates percentiles of a list of numbers and renders a percentile chart. Deployed via Amazon AWS Amplify.

Primary LanguageHTMLMIT LicenseMIT

percentizer README

tl,dr: percentalizes your data!

Works in a browser - no server side (node.js) needed to use.

Deployed Here (to Amazon AWS Amplify via a Github App)

Takes a raw data set, calculates percentiles and renders against a normal distribution curve with standard deviations.

Enter a list of numbers:

input data

Press 'Go' and a percentile chart is rendered:

percentalizer

Dependencies

  • npm

How to Use

On a Unix system (tested on Mac OS):

./build.sh

open dist/index.html

References

https://github.com/FVANCOP/ChartNew.js https://www.npmjs.com/package/percentile

Related reading