jasmineRepo / JAS-mine-core

JAS-mine maintains and develops the JAS simulation platform, a discrete-event tool-kit for agent-based and dynamic microsimulation modelling. This repository contains the core libraries. See www.jas-mine.net for more details.
2 stars 5 forks source link

Adding `P25` and `P75` for inter-quartile ranges? #45

Closed andrewbaxter439 closed 9 months ago

andrewbaxter439 commented 9 months ago

Would this be straightforward to add a 25th and 75th percentile without breaking anything?

https://github.com/jasmineRepo/JAS-mine-core/blob/94178d2f3bbec42ba2df9287a59fdae4350425e3/microsim-core/src/main/java/microsim/statistics/functions/PercentileArrayFunction.java#L26-L33