kmath
kmath copied to clipboard
Kotlin mathematics extensions library
- [ ] Reimplement [percentiles](https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/stat/descriptive/DescriptiveStatistics.html#getPercentile(double)) - [ ] Reimplement descriptive statistics inside kmath with buffer flow.
Move all factory functions to base classes so they are easy to find: - Buffers to `Buffer` - Mutable buffers to `MutableBuffer` - ND-fields and rings to `NDAlgebra` - ND...
https://github.com/mipt-npm/kmath/blob/78fa87711680e96ebf97dc0146e1de6cc55d4618/kmath-geometry/src/commonMain/kotlin/scientifik/kmath/geometry/Euclidean3DSpace.kt#L33 Probability here wrong root extraction, or strange property (see norm())
Including: - MPP implementation - Common math - EJML - Ojalgo (when it is ready)
Support reading and writing objects in [NetCdf](https://docs.unidata.ucar.edu/netcdf-java/5.3/userguide/index.html) format. Github page: https://github.com/Unidata/netcdf-java
Convert NDStructure to and from table formats. - [ ] krangl: https://github.com/holgerbrandl/krangl - [ ] dataforge-tables: https://github.com/mipt-npm/dataforge-core/tree/master/dataforge-tables