On Fri, 12 Sept 2025 at 17:04, Gilles Sadowski <gillese...@gmail.com> wrote:
> Hi. > > Le ven. 12 sept. 2025 à 17:47, Alex Herbert <alex.d.herb...@gmail.com> a > écrit : > > > > I've cut the RC1. I can cancel if you find blockers with compatibility > for > > Math. However I do not think it is an issue. > > > > The org.apache.commons.math4.legacy.stat.interval package is the only one > > that was ported. > > So, the reply (and subsequent question) to your initial inquiry of whether > to add other functionality before this release would have been: Are there > other things to be ported? I guess there is, but I'm not implying that it > must be done before the next release; it's just because you asked... > Regression is one of the packages to port. But that is not a small package and requires other code from Math. It is not something I use and so I would not be in the best position to oversee a port that addresses any issues in the current API. I do use the correlation package. That uses some matrix functionality from Math which adds some complexity. I would have to look at the code to determine how difficult it would be to port. In both cases, these would be new packages in Statistics and so do not have to be added for this release. > > > The Math interval package only contains one interval: the > > binomial proportional confidence interval with many implementations in > > different classes. The port puts all these into a single enum with each > > implementation an enum instance for a simpler API. Note that the Math > > org.apache.commons.math4.legacy.stat.interval package is not used > anywhere > > within Math and IIUC could be deleted. > > Great. Will you do it? > Then it may be worth (?) doing a new "beta" release of [Math]. > Deleting the package will be trivial. I am not sure where we are with another release of Math with regard to other features in progress. Alex > > Thanks, > Gilles > > > [...] > >> [...] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > >