9
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Jul 28, 2024 — Jul 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changed implementation to return correct inverse probabilities for p=0,1 (per discussion on commons-dev). More... about 21 years ago
Changed to allow p=1 as argument to inverseCumulativeProbability. More... about 21 years ago
Formatting, minor edits / updates. More... about 21 years ago
javadoc More... about 21 years ago
Add test for getN. More... about 21 years ago
Added test for toString(). More... about 21 years ago
Fixed typo in toString(), added median. More... about 21 years ago
Added *last* missing sections :-) More... about 21 years ago
Added test class for PolynomialSplineFunction. More... about 21 years ago
javadoc. More... about 21 years ago
Javadoc. More... about 21 years ago
Changed some methods to return interface types. Improved javadoc. More... about 21 years ago
Added constructor. More... about 21 years ago
Moved instance field initialization into constructor. More... about 21 years ago
Changed wrapped Variance instance to private. More... about 21 years ago
Changed implementation to wrap, rather than extend SumOfLogs. More... about 21 years ago
Removed unused import. More... about 21 years ago
Added geometric mean to StatUtils. More... about 21 years ago
-Changed UnivariateRealFunction.solve() to throw FunctionEvaluationException. -Changed UnivariateRealSolver.solve() to throw more specific exceptions: ConvergenceException if max iterations is exceeded IllegalArgumentException if endpoints do not (appear to) bracket a root FunctionEvaluationException if an error occurs evaluating the function -Changed UnivariateRealSolver setters to throw IllegalArgumentException instead of MathException when input property values are out of range. -Changed AbstractContinuousDistribution.inverseCumulativeProbability to handle corner cases where solution equals domain lower or upper bound. -Improved javadoc. -Improved test coverage. More... about 21 years ago
Dropped serialization. More... about 21 years ago
Added argumentless constructor. More... about 21 years ago
Javadoc. More... about 21 years ago
Javadoc. More... about 21 years ago
Renamed RealSolverTest to BrentSolverTest. More... about 21 years ago
Added FunctionEvaluationException and test class. More... about 21 years ago
Renamed ComplexMath to ComplexUtils. More... about 21 years ago
Removed redundant null check. More... about 21 years ago
Removed [lang] dependency. More... about 21 years ago
Eliminated [lang] dependency. More... about 21 years ago
Eliminated [lang] dependency and local path reference. More... about 21 years ago