phetsims / dot

A math library with a focus on mutable and immutable linear algebra for 2D and 3D applications.
http://scenerystack.org/
MIT License
13 stars 6 forks source link

create DOT/Stats.js #86

Closed zepumph closed 5 years ago

zepumph commented 5 years ago

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.

zepumph commented 5 years ago

Done above.