All Classes and Interfaces
Class
Description
One-way Analysis of Variance (ANOVA) F-test implementation.
Immutable Beta distribution.
Immutable binomial distribution.
Immutable chi-squared distribution.
Chi-squared test implementations for hypothesis testing.
Combinatorial mathematics utility methods.
Numerical differentiation utilities using finite difference methods.
Utility class providing common probability distribution functions.
Immutable F-distribution (Fisher-Snedecor distribution).
Immutable Gamma distribution.
Interpolation utility class providing common interpolation algorithms.
Precomputed cubic spline coefficients for efficient multi-point evaluation.
Immutable log-normal distribution.
MathException - Base exception for the math module
数学模块基础异常
Immutable mathematical matrix backed by a
double[][] array.Immutable normal (Gaussian) distribution.
Numerical integration utility class providing common quadrature algorithms.
OpenMathLib - Unified facade for the opencode-base-math module
OpenMathLib - opencode-base-math 模块统一门面
Dedicated percentile calculator with configurable interpolation strategy.
Interpolation method for percentile calculation.
Regression analysis utilities.
Result of a linear regression: y = slope * x + intercept.
Numerical root-finding algorithms for single-variable real functions.
Special mathematical functions (Gamma, Beta, Error function, etc.).
Statistical utility methods for descriptive statistics.
Mutable accumulator for computing streaming (online) statistics using Welford's algorithm.
Immutable Student's t-distribution.
Immutable record holding the result of a statistical hypothesis test.
Student's t-test implementations for hypothesis testing.
Immutable mathematical vector backed by a
double array.