I have a requirement to be able to get the standard error for a predicted y
value for a given x value. I believe that adding a generalisation of
getInterceptStdErr() to SimpleRegression as detailed in the feature
description of [MATH-1260] would do the trick. Ad hoc experimentation with
exposing xb
Hi Otmar.
On Thu, 20 Aug 2015 16:01:36 -, oe...@apache.org wrote:
Repository: commons-math
Updated Branches:
refs/heads/MATH_3_X 9cb16d5b1 -> 7934bfea1
refs/heads/master f70741c9b -> 5ca0a1c35
MATH-1258: check for equal array lengths in distance functions
Project: http://git-wip-us.ap
GitHub user codematters opened a pull request:
https://github.com/apache/commons-codec/pull/3
Support decoding of Base64 with intermediary padding.
Some base64 encoders in the wild incorrectly pad data before the end of
data. For instance, the string "testtesttest" might be encod
Hi All,
Apache Commons-CSV 1.2-RC1 is available for review here:
https://dist.apache.org/repos/dist/dev/commons/csv/
(svn revision 10234)
Maven artifacts are here:
https://repository.apache.org/content/repositories/orgapachecommons-1108/org/apache/commons/commons-csv/1.2/
Details of cha