Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 743 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 743 Bytes

math-estimation

Normal Puasson distribution playground

Screenshot_20230226_200623

Simple sample where you can play with math estimation with nice visualization.

simply copy this into your terminal to get the demo locally

 git clone https://github.com/alekspickle/math-estimation

Libs, used for visualization are d3(sub dependent of function-plot) and function-plot. And they are awesome, I encourage you to check them out! Specifically the latter one, It's the best lib I have found so far for displaying functions (after canvas anyway).