I want to support calculations for values used when making box plots. This is to help me wean out outliers in https://github.com/phetsims/interaction-dashboard/issues/112. After discussing with @samreid, the way I want to accomplish this is to create a new file in dot called Stats.js that will have functions to get different quartiles, and to calculate the IQR.
We also think that Util.median should be moved over to this file.
I want to support calculations for values used when making box plots. This is to help me wean out outliers in https://github.com/phetsims/interaction-dashboard/issues/112. After discussing with @samreid, the way I want to accomplish this is to create a new file in dot called Stats.js that will have functions to get different quartiles, and to calculate the IQR.
We also think that
Util.median
should be moved over to this file.