Statistics usage guide

Hi, currently looking to migrate from Apache commons math to Hipparchus, since having to implement more stat related logic in my app and it seems Hipparchus is better maintained and also has some additional features.

So I thought I check the statistics section in the User guide to see what is required (so far in Apache I mostly use DescriptiveStatistics). However this section is missing (404). Is there someway I can access this part of the user guide (other sections are working).

Thanks in advance!!!
Peter

What URL did you follow that leads to a 404 error?

The statistics package can be accessed here: https://www.hipparchus.org/hipparchus-stat/index.html

Thanks!!!

The link I tried was: https://www.hipparchus.org/hipparchus-core/stat.html#Overview

I ended up there via: the drop down menu on home page → User Guide → then click on statistics link

Actually the migration was so easy, turned out I didn’t require much documentation :slight_smile: