mirror of
https://github.com/apache/commons-math.git
synced 2025-02-14 22:16:48 +00:00
variable. The implementation uses running sums and does not require the data to be stored in memory. Since I could not conceive of any significantly different implementation strategies that did not amount to just improving efficiency or numerical accuracy of what I am submitting, I did not abstract the interface. The test cases validate the computations against NIST reference data and verified computations. The slope, intercept, their standard errors and r-square estimates are accurate to within 10E-12 against the reference data set. MSE and other ANOVA stats are good at least to within 10E-8. -- Phil S. PR: Issue #20224 Obtained from: Bugzilla Submitted by: Phil Steitz Reviewed by: Tim O'Brien git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@140858 13f79535-47bb-0310-9956-ffa450edef68
Description
Languages
Java
99.3%
R
0.5%