A Java library for scientific computing, inspired by SciPy.
jSciPy fills the gap in the Java ecosystem for a comprehensive scientific computing library similar to Python's SciPy. It provides robust implementations for signal processing, optimization, and more.
filtfilt), Peak Detection, Savitzky-Golay filters, Median filters, Convolution, Detrending, Resampling.Add the dependency via JitPack:
repositories {
mavenCentral()
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.github.hissain:jSciPy:1.1.0'
}
Explore the full API Documentation (Javadoc) to learn about all available classes and methods.
This project is licensed under the MIT License.