MathOnco / HAL

HAL (Hybrid Automata Library) is the one-stop shop for all of your hybrid modeling needs
MIT License
37 stars 12 forks source link

ECDF calculations #1

Closed rschenck closed 5 years ago

rschenck commented 5 years ago

Can we get some ECDF functions added to the Tools.Internal?

So far I've got this to help with visualizations, but could be useful for others as well:

` /**

rschenck commented 5 years ago

Although the Apache Commons Math3 (4?) seems to do the trick as well...