1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 6 months ago. based on code collected 6 months ago.
Mar 20, 2024 — Mar 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added method to check that two double arrays are equal. More... over 21 years ago
Fixed implementation, improved documentation. More... over 21 years ago
Modified constructor to copy input coefficients array. Changed evaluation to use Horner's method. Exposed coefficients as read-only property Implemented DifferentiableUnivariateRealFunction interfaces Dropped redundant firstDerivative, secondDerivative methods More... over 21 years ago
Initial commit More... over 21 years ago
Initial commit. Replaces InterpolatorTest. More... over 21 years ago
Initial commit. More... over 21 years ago
Javadoc More... over 21 years ago
Javadoc. More... over 21 years ago
Removed unused import. Javadoc. More... over 21 years ago
Formatting. More... over 21 years ago
Override getTolerance() to work with correct target value. More... over 21 years ago
Added another test, fixed reference to target values. More... over 21 years ago
Adjusted target values for product, log sum and variance based on exact computations using BigDecimal, comparison to R. Changed percentile targets to match implemented algorithm. More... over 21 years ago
Javadoc only. Added reference link. More... over 21 years ago
Corrected javadoc, minor improvment to computation. More... over 21 years ago
Corrected javadoc, minor improvment to computation. More... over 21 years ago
new approach to testing against certified data sets. More... over 21 years ago
Added tests based on NIST definition. More... over 21 years ago
Renamed internal field, added algorithm documentation. More... over 21 years ago
Fixed code and javadoc to advertise the right exceptions, cleaned up formatting. More... over 21 years ago
Replaced low-accuracy textbook comparison values with values from R. More... over 21 years ago
Stopped swallowing MathExceptions, cleaned up formatting. More... over 21 years ago
Fixed javadoc typo. More... over 21 years ago
Changed to extend RetryTestCase to allow retries when statistical tests fail. More... over 21 years ago
Initial commit. More... over 21 years ago
Dropped extraneous line added in error with last commit. More... over 21 years ago
Added test cases corresponding to examples in the User Guide. More... over 21 years ago
Added Frequency example showing cumPct for a value between stored values. More... over 21 years ago
Fixed error in getCumFreq (use custom comparator when one is supplied). Removed tabs. More... over 21 years ago
Filled in missing Frequency section. More... over 21 years ago