Support for multi-format config files in java

2021-12-01 Thread Zak Mc Kracken
Hi all, I'm trying to understand if Commons Config has some facility to instantiate a configuration flavour, based on a file extension. I've written details here: https://stackoverflow.com/questions/70123979/support-for-multi-format-config-files-in-java Thanks in advance, Marco. --

Maven repository for commons-statistics-inference

2024-02-22 Thread Zak Mc Kracken
Hi all, I need to compute the Fisher exact test and I'd like to use the implementation in commons-statistics-inference: https://github.com/apache/commons-statistics/blob/master/commons-statistics-inference/src/main/java/org/apache/commons/statistics/inference/FisherExactTest.java However, org

Re: Maven repository for commons-statistics-inference

2024-02-22 Thread Zak Mc Kracken
On 22/02/2024 19:15, Gilles Sadowski wrote: The above class exists as of version 1.1 of "Commons Statistics", which hasn't been released yet. Thank you Gilles. I look forward to the new release. Best, Marco.