[jira] [Commented] (MATH-1341) "RandomDataGenerator" is brittle

2016-05-13 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15282935#comment-15282935 ] Luc Maisonobe commented on MATH-1341: - Seems good to me. > "RandomDataGenerator" is brittle >

[jira] [Commented] (MATH-1158) Factory method to provide sampling from distributions

2016-02-25 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15166884#comment-15166884 ] Luc Maisonobe commented on MATH-1158: - No objections. > Factory method to provide sampling from

[jira] [Commented] (MATH-1313) Wrong tolerance in some unit tests of "RandomGeneratorAbstractTest"

2016-01-10 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15091108#comment-15091108 ] Luc Maisonobe commented on MATH-1313: - Testing uniformity seems better than what we currently have, so

[jira] [Commented] (MATH-1314) RNG: Warn users about "seeding"

2016-01-10 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15091112#comment-15091112 ] Luc Maisonobe commented on MATH-1314: - Nothing can ensure *all* seed are good enough. For any

[jira] [Updated] (MATH-1300) BitsStreamGenerator#nextBytes(byte[]) is wrong

2016-01-01 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe updated MATH-1300: Fix Version/s: 3.6 > BitsStreamGenerator#nextBytes(byte[]) is wrong >

[jira] [Updated] (MATH-1304) "nextBytes" methods in RNG implementations

2016-01-01 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe updated MATH-1304: Fix Version/s: 3.6 > "nextBytes" methods in RNG implementations >

[jira] [Updated] (MATH-1305) Improve performance of nextBytes() method of BitsStreamGenerator and AbstractRandomGenerator

2016-01-01 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe updated MATH-1305: Fix Version/s: 3.6 > Improve performance of nextBytes() method of BitsStreamGenerator and >

[jira] [Updated] (MATH-1281) "Median" should not extend "Percentile"

2016-01-01 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe updated MATH-1281: Fix Version/s: (was: 3.6) > "Median" should not extend "Percentile" >

[jira] [Resolved] (MATH-1285) Description API ZipfDistribution

2016-01-01 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe resolved MATH-1285. - Resolution: Fixed > Description API ZipfDistribution > > >

[jira] [Resolved] (MATH-1302) Rotation constructor with RotationOrder and angles produces wrong rotation

2015-12-27 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe resolved MATH-1302. - Resolution: Fixed Two methods, compose and composeInverse have been added. They both allow

[jira] [Resolved] (MATH-1297) multistep integrator start failure triggers NPE

2015-12-27 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe resolved MATH-1297. - Resolution: Fixed Fixed in git repository, both in MATH_3_X and master branches. > multistep

[jira] [Resolved] (MATH-1302) Rotation constructor with RotationOrder and angles produces wrong rotation

2015-12-26 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe resolved MATH-1302. - Resolution: Fixed Fix Version/s: 3.6 The issue has been fixed in git repository (both

[jira] [Resolved] (MATH-1303) Rotation.getAngles produces wrong angles for Cardan RotationOrders

2015-12-26 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe resolved MATH-1303. - Resolution: Fixed Fix Version/s: 3.6 The issue has been fixed in git repository (both

[jira] [Reopened] (MATH-1302) Rotation constructor with RotationOrder and angles produces wrong rotation

2015-12-26 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe reopened MATH-1302: - Assignee: Luc Maisonobe The applyTo(Rotation) method should also expose the rotation convention.

[jira] [Commented] (MATH-1302) Rotation constructor with RotationOrder and angles produces wrong rotation

2015-12-21 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15066239#comment-15066239 ] Luc Maisonobe commented on MATH-1302: - No. The order is the right one. What you present is a very well

[jira] [Commented] (MATH-1300) BitsStreamGenerator#nextBytes(byte[]) is wrong

2015-12-20 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15065726#comment-15065726 ] Luc Maisonobe commented on MATH-1300: - In fact, the code from Apache Commons Math come from the

[jira] [Commented] (MATH-1300) BitsStreamGenerator#nextBytes(byte[]) is wrong

2015-12-20 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15065729#comment-15065729 ] Luc Maisonobe commented on MATH-1300: - My position would be that even if having values independent of

[jira] [Commented] (MATH-1300) BitsStreamGenerator#nextBytes(byte[]) is wrong

2015-12-20 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15065748#comment-15065748 ] Luc Maisonobe commented on MATH-1300: - If it is unnecessary, sure it can be removed. Indicating that

[jira] [Created] (MATH-1297) multistep integrator start failure triggers NPE

2015-12-14 Thread Luc Maisonobe (JIRA)
Luc Maisonobe created MATH-1297: --- Summary: multistep integrator start failure triggers NPE Key: MATH-1297 URL: https://issues.apache.org/jira/browse/MATH-1297 Project: Commons Math Issue Type:

[jira] [Resolved] (MATH-1288) Allow ordinary differential equations to use Field

2015-12-09 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe resolved MATH-1288. - Resolution: Fixed The feature has been merged into MATH_3_X branch (commit 10c271f). > Allow

[jira] [Comment Edited] (MATH-1289) Incorrect calculation in org.apache.commons.math3.complex.Complex#multiply

2015-11-15 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15005989#comment-15005989 ] Luc Maisonobe edited comment on MATH-1289 at 11/15/15 6:43 PM: --- The

[jira] [Resolved] (MATH-1289) Incorrect calculation in org.apache.commons.math3.complex.Complex#multiply

2015-11-15 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe resolved MATH-1289. - Resolution: Invalid The expressions used in the library are correct. With your expressions,

[jira] [Commented] (MATH-1288) Allow ordinary differential equations to use Field

2015-11-11 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15001013#comment-15001013 ] Luc Maisonobe commented on MATH-1288: - Work on this new feature has been started on a dedicated branch

[jira] [Commented] (MATH-1284) Vector is-not-a Point

2015-10-25 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14973146#comment-14973146 ] Luc Maisonobe commented on MATH-1284: - I agree that vector is not a point. This issue was discussed

[jira] [Created] (MATH-1275) EventHandler and StepHandler interfaces do not provide derivatives

2015-09-16 Thread Luc Maisonobe (JIRA)
Luc Maisonobe created MATH-1275: --- Summary: EventHandler and StepHandler interfaces do not provide derivatives Key: MATH-1275 URL: https://issues.apache.org/jira/browse/MATH-1275 Project: Commons Math

[jira] [Resolved] (MATH-1271) Unsigned operations

2015-09-11 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe resolved MATH-1271. - Resolution: Fixed Fix Version/s: 4.0 Patch applied with minor changes (whitespace and

[jira] [Resolved] (MATH-1273) Negative zero support in FastMath.pow

2015-09-11 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe resolved MATH-1273. - Resolution: Fixed Fix Version/s: 3.6 Fixed in git repository, for both 4.0 and 3.X

[jira] [Resolved] (MATH-1272) FastMath.pow(double, long) enters an infinite loop with Long.MIN_VALUE

2015-09-10 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe resolved MATH-1272. - Resolution: Fixed Fix Version/s: 3.6 Fixed in git repository (commit d93c95d for master

[jira] [Commented] (MATH-1271) Unsigned operations

2015-09-10 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14738338#comment-14738338 ] Luc Maisonobe commented on MATH-1271: - Including code from "Hacker's Delight" is OK as per this page:

[jira] [Resolved] (MATH-1266) split and side methods may be inconsistent in BSP trees

2015-09-06 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe resolved MATH-1266. - Resolution: Fixed Fix Version/s: 3.6 4.0 Fixed in git repository (commit

[jira] [Created] (MATH-1266) split and side methods may be inconsistent in BSP trees

2015-09-04 Thread Luc Maisonobe (JIRA)
Luc Maisonobe created MATH-1266: --- Summary: split and side methods may be inconsistent in BSP trees Key: MATH-1266 URL: https://issues.apache.org/jira/browse/MATH-1266 Project: Commons Math

[jira] [Updated] (MATH-1266) split and side methods may be inconsistent in BSP trees

2015-09-04 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe updated MATH-1266: Description: In BSP trees, there are two related methods dealing with the relative position of a

[jira] [Created] (MATH-1232) UknownParameterException message prints {0} instead of parameter name

2015-06-11 Thread Luc Maisonobe (JIRA)
Luc Maisonobe created MATH-1232: --- Summary: UknownParameterException message prints {0} instead of parameter name Key: MATH-1232 URL: https://issues.apache.org/jira/browse/MATH-1232 Project: Commons

[jira] [Resolved] (MATH-1232) UknownParameterException message prints {0} instead of parameter name

2015-06-11 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe resolved MATH-1232. - Resolution: Fixed Fix Version/s: 3.6 4.0 Fixed in git repository, both

[jira] [Resolved] (MATH-1226) Exception thrown in ode for a pair of close events

2015-05-19 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe resolved MATH-1226. - Resolution: Fixed Fix Version/s: 3.6 4.0 Fixed in git repository, as of

[jira] [Resolved] (MATH-1116) NullPointerException not advertized in Javadoc

2015-05-19 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe resolved MATH-1116. - Resolution: Fixed Fix Version/s: 3.6 4.0 Fixed in git repository for the

[jira] [Resolved] (MATH-1224) NullPointerExceptions not documented in some classes

2015-05-19 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe resolved MATH-1224. - Resolution: Fixed Fix Version/s: 3.6 4.0 Fixed in git repository for the

[jira] [Resolved] (MATH-1225) ODE tutorial documentation not up to date

2015-05-17 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe resolved MATH-1225. - Resolution: Fixed Fix Version/s: 3.6 4.0 The userguide has been updated

[jira] [Resolved] (MATH-1222) Use Double.isNaN(double) instead of x != x in FastMath

2015-05-09 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe resolved MATH-1222. - Resolution: Fixed Fix Version/s: 4.0 Fixed in git repository (commit:903f280). Thanks for

[jira] [Resolved] (MATH-1223) Wrong splitting of huge double numbers

2015-05-07 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe resolved MATH-1223. - Resolution: Fixed Fix Version/s: 3.6 Fixed in git repository, with commit e4b3ac8 in the

[jira] [Created] (MATH-1223) Wrong splitting of huge double numbers

2015-05-07 Thread Luc Maisonobe (JIRA)
Luc Maisonobe created MATH-1223: --- Summary: Wrong splitting of huge double numbers Key: MATH-1223 URL: https://issues.apache.org/jira/browse/MATH-1223 Project: Commons Math Issue Type: Bug

[jira] [Resolved] (MATH-1118) Complex: semantics of equals != Double equals, mismatch with hashCode

2015-05-07 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe resolved MATH-1118. - Resolution: Fixed Fix Version/s: (was: 3.3) 3.6

[jira] [Resolved] (MATH-1143) Helper methods to FiniteDifferencesDifferentiator

2015-05-03 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe resolved MATH-1143. - Resolution: Fixed Fix Version/s: 4.0 Methods toDifferentiable (two signatures) and

[jira] [Commented] (MATH-1143) Helper methods to FiniteDifferencesDifferentiator

2015-04-30 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14521339#comment-14521339 ] Luc Maisonobe commented on MATH-1143: - If you have function f(x1, x2, x3) and know both

[jira] [Comment Edited] (MATH-1143) Helper methods to FiniteDifferencesDifferentiator

2015-04-30 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14521339#comment-14521339 ] Luc Maisonobe edited comment on MATH-1143 at 4/30/15 11:24 AM:

[jira] [Commented] (MATH-1143) Helper methods to FiniteDifferencesDifferentiator

2015-04-30 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14521431#comment-14521431 ] Luc Maisonobe commented on MATH-1143: - {quote} I am not sure I understand, how this

[jira] [Commented] (MATH-1143) Helper methods to FiniteDifferencesDifferentiator

2015-04-30 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14521494#comment-14521494 ] Luc Maisonobe commented on MATH-1143: - OK. You may have a look at the JacobianMatrices

[jira] [Updated] (MATH-1213) LaguerreSolver complex solve methods do not allow maxEval limit

2015-04-18 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe updated MATH-1213: Fix Version/s: (was: 3.5) 4,0 LaguerreSolver complex solve methods do not

[jira] [Resolved] (MATH-1195) Move the FastMathTestPerformance source

2015-04-12 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe resolved MATH-1195. - Resolution: Fixed Fix Version/s: (was: 3.4.2) 4,0

[jira] [Resolved] (MATH-1191) QRDecomposition decompose and performHouseholderReflection methods ignore matrix parameters

2015-04-10 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe resolved MATH-1191. - Resolution: Fixed Fix Version/s: (was: 3.4.2) 3.5 Fixed in git

[jira] [Resolved] (MATH-1211) PolyhedronsSet.firstIntersection(Vector3D point, Line line) sometimes reports intersections on wrong end of line

2015-04-09 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe resolved MATH-1211. - Resolution: Fixed Fix Version/s: 3.5 Your analysis was perfectly correct and your solution

[jira] [Commented] (MATH-1211) PolyhedronsSet.firstIntersection(Vector3D point, Line line) sometimes reports intersections on wrong end of line

2015-04-08 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14484866#comment-14484866 ] Luc Maisonobe commented on MATH-1211: - Hi Mike, Could you attach a self-contained test

[jira] [Resolved] (MATH-1186) Add README.md and CONTRIBUTING.md

2015-01-08 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe resolved MATH-1186. - Resolution: Fixed Fix Version/s: 4.0 Pull request has been merged. Add README.md and

[jira] [Resolved] (MATH-1188) BesselJ java contains non-Java5 code.

2015-01-08 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe resolved MATH-1188. - Resolution: Fixed Issue has been identified and fixed by Sebb. The fix is on commit 6a82f92.

[jira] [Created] (MATH-1188) BesselJ java contains non-Java5 code.

2015-01-08 Thread Luc Maisonobe (JIRA)
Luc Maisonobe created MATH-1188: --- Summary: BesselJ java contains non-Java5 code. Key: MATH-1188 URL: https://issues.apache.org/jira/browse/MATH-1188 Project: Commons Math Issue Type: Bug

[jira] [Commented] (MATH-1185) Tail probability drops to zero beyond 10e-17 ?

2015-01-05 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14264477#comment-14264477 ] Luc Maisonobe commented on MATH-1185: - Yes, there is a reason: it is due to the

[jira] [Commented] (MATH-1185) Tail probability drops to zero beyond 10e-17 ?

2015-01-05 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14264920#comment-14264920 ] Luc Maisonobe commented on MATH-1185: - The problem is not the global magnitude. Values

[jira] [Updated] (MATH-1153) Sampling from a 'BetaDistribution' is slow

2014-12-26 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe updated MATH-1153: Fix Version/s: (was: 3.4) 4.0 Sampling from a 'BetaDistribution' is slow

[jira] [Updated] (MATH-1158) Factory method to provide sampling from distributions

2014-12-26 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe updated MATH-1158: Fix Version/s: (was: 3.4) 4.0 Factory method to provide sampling from

[jira] [Commented] (MATH-1153) Sampling from a 'BetaDistribution' is slow

2014-12-17 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14249664#comment-14249664 ] Luc Maisonobe commented on MATH-1153: - In fact, I started incorporating the patch as an

[jira] [Updated] (MATH-1176) QRDecomposition does not detect the matrix singularity

2014-12-17 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe updated MATH-1176: Fix Version/s: 4.0 QRDecomposition does not detect the matrix singularity

[jira] [Resolved] (MATH-1132) NaN transformation based on NaNStrategy

2014-12-16 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe resolved MATH-1132. - Resolution: Won't Fix The subject has been discussed at length in the past few months, and after

[jira] [Updated] (MATH-1105) Least squares statistical data editing

2014-12-16 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe updated MATH-1105: Fix Version/s: (was: 3.4) 4.0 Least squares statistical data editing

[jira] [Commented] (MATH-1172) Boiler-plate code for simple parametric curve fitting

2014-12-16 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14248726#comment-14248726 ] Luc Maisonobe commented on MATH-1172: - If this issue should remain open until 4.0, can

[jira] [Commented] (MATH-1153) Sampling from a 'BetaDistribution' is slow

2014-12-16 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14248928#comment-14248928 ] Luc Maisonobe commented on MATH-1153: - I have reworked the patch in order to integrate

[jira] [Created] (MATH-1174) Some thin rectangles are not handled properly as PolygonsSet

2014-12-02 Thread Luc Maisonobe (JIRA)
Luc Maisonobe created MATH-1174: --- Summary: Some thin rectangles are not handled properly as PolygonsSet Key: MATH-1174 URL: https://issues.apache.org/jira/browse/MATH-1174 Project: Commons Math

[jira] [Resolved] (MATH-1174) Some thin rectangles are not handled properly as PolygonsSet

2014-12-02 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe resolved MATH-1174. - Resolution: Fixed Fixed in git repository (see commit e6aae3a). Some thin rectangles are not

[jira] [Resolved] (MATH-1168) PolygonSet instantiation throws NullPointerException

2014-12-02 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe resolved MATH-1168. - Resolution: Cannot Reproduce PolygonSet instantiation throws NullPointerException

[jira] [Resolved] (MATH-1162) contains(RegionS region) method of AbstractRegion throws NullPointerException exception

2014-11-23 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe resolved MATH-1162. - Resolution: Fixed Fix Version/s: 3.4 The issue has been fixed in the git repository (see

[jira] [Commented] (MATH-1168) PolygonSet instantiation throws NullPointerException

2014-11-23 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14222496#comment-14222496 ] Luc Maisonobe commented on MATH-1168: - I was not able to reproduce the issue, neither

[jira] [Commented] (MATH-1166) BicubicInterpolation may have a bug

2014-11-23 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14222502#comment-14222502 ] Luc Maisonobe commented on MATH-1166: - If I understand correctly, the former

[jira] [Commented] (MATH-1162) contains(RegionS region) method of AbstractRegion throws NullPointerException exception

2014-11-12 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14208655#comment-14208655 ] Luc Maisonobe commented on MATH-1162: - I've made some progress in the analysis. The

[jira] [Commented] (MATH-1162) contains(RegionS region) method of AbstractRegion throws NullPointerException exception

2014-11-05 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14198957#comment-14198957 ] Luc Maisonobe commented on MATH-1162: - I confirm the bug. A first analysis shows that

[jira] [Created] (MATH-1160) ContinuousOutputModel for ordinary differential equations should provide derivatives

2014-10-22 Thread Luc Maisonobe (JIRA)
Luc Maisonobe created MATH-1160: --- Summary: ContinuousOutputModel for ordinary differential equations should provide derivatives Key: MATH-1160 URL: https://issues.apache.org/jira/browse/MATH-1160

[jira] [Resolved] (MATH-1160) ContinuousOutputModel for ordinary differential equations should provide derivatives

2014-10-22 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe resolved MATH-1160. - Resolution: Fixed Solved in git repository as of commit 25aa4bd3. ContinuousOutputModel for

[jira] [Resolved] (MATH-1138) BicubicSplineInterpolator is returning incorrect interpolated values

2014-10-17 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe resolved MATH-1138. - Resolution: Fixed Fix Version/s: 3.4 Patch applied as of b5e155e. Thanks for the patch!

[jira] [Resolved] (MATH-1120) Need Percentile computations that can be matched with standard spreadsheet formula

2014-10-08 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe resolved MATH-1120. - Resolution: Fixed This issue seems to be solved now. It will be closed when 3.4 is officially

[jira] [Created] (MATH-1156) mvn tests fail if JDK 8 is used

2014-10-07 Thread Luc Maisonobe (JIRA)
Luc Maisonobe created MATH-1156: --- Summary: mvn tests fail if JDK 8 is used Key: MATH-1156 URL: https://issues.apache.org/jira/browse/MATH-1156 Project: Commons Math Issue Type: Bug Affects

[jira] [Resolved] (MATH-1156) mvn tests fail if JDK 8 is used

2014-10-07 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe resolved MATH-1156. - Resolution: Fixed Solved in Git repository (commit a67f0a3) mvn tests fail if JDK 8 is used

[jira] [Commented] (MATH-1157) problem with the rotation

2014-10-07 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14161848#comment-14161848 ] Luc Maisonobe commented on MATH-1157: - I don't think it is a real problem. What happens

[jira] [Comment Edited] (MATH-1157) problem with the rotation

2014-10-07 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14161848#comment-14161848 ] Luc Maisonobe edited comment on MATH-1157 at 10/7/14 12:50 PM:

[jira] [Commented] (MATH-1153) Sampling from a 'BetaDistribution' is slow

2014-10-01 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14154572#comment-14154572 ] Luc Maisonobe commented on MATH-1153: - There is a problem with the GitHub mirror

[jira] [Updated] (MATH-1120) Need Percentile computations that can be matched with standard spreadsheet formula

2014-08-31 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe updated MATH-1120: Fix Version/s: (was: 4.0) 3.4 Need Percentile computations that can be

[jira] [Commented] (MATH-1120) Need Percentile computations that can be matched with standard spreadsheet formula

2014-08-31 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14116794#comment-14116794 ] Luc Maisonobe commented on MATH-1120: - Yes, it will be included in next version as the

[jira] [Commented] (MATH-1120) Need Percentile computations that can be matched with standard spreadsheet formula

2014-07-21 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14068750#comment-14068750 ] Luc Maisonobe commented on MATH-1120: - Patch from today (2014-07-21) applied, with only

[jira] [Commented] (MATH-1120) Need Percentile computations that can be matched with standard spreadsheet formula

2014-07-13 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14060050#comment-14060050 ] Luc Maisonobe commented on MATH-1120: - The patch from June 27th has been applied, with

[jira] [Commented] (MATH-1120) Need Percentile computations that can be matched with standard spreadsheet formula

2014-06-23 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14040590#comment-14040590 ] Luc Maisonobe commented on MATH-1120: - Yes, but the intermediate instances only copy

[jira] [Commented] (MATH-1120) Need Percentile computations that can be matched with standard spreadsheet formula

2014-06-22 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14040181#comment-14040181 ] Luc Maisonobe commented on MATH-1120: - Patch applied (with several changes) as of

[jira] [Commented] (MATH-1120) Need Percentile computations that can be matched with standard spreadsheet formula

2014-06-22 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14040218#comment-14040218 ] Luc Maisonobe commented on MATH-1120: - Sure, these methods doulf be moved and API

[jira] [Commented] (MATH-1128) Lazy evaluation needed in o.a.c.m.fitting.leastsquares

2014-06-16 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14032228#comment-14032228 ] Luc Maisonobe commented on MATH-1128: - Seems OK to me. Lazy evaluation needed in

[jira] [Created] (MATH-1127) 2.0 equal to -2.0

2014-06-13 Thread Luc Maisonobe (JIRA)
Luc Maisonobe created MATH-1127: --- Summary: 2.0 equal to -2.0 Key: MATH-1127 URL: https://issues.apache.org/jira/browse/MATH-1127 Project: Commons Math Issue Type: Bug Affects Versions: 3.3

[jira] [Resolved] (MATH-1127) 2.0 equal to -2.0

2014-06-13 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe resolved MATH-1127. - Resolution: Fixed Fix Version/s: 3.4 Fixed in subversion repository as of r1602438. This

[jira] [Commented] (MATH-1123) NPE in BSPTree#fitToCell()

2014-05-19 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14001575#comment-14001575 ] Luc Maisonobe commented on MATH-1123: - Could you explain in which situation you

[jira] [Resolved] (MATH-1123) NPE in BSPTree#fitToCell()

2014-05-19 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe resolved MATH-1123. - Resolution: Fixed Fix Version/s: 3.4 Fixed in subversion repository as of r1595924. The

[jira] [Commented] (MATH-1123) NPE in BSPTree#fitToCell()

2014-05-19 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14001965#comment-14001965 ] Luc Maisonobe commented on MATH-1123: - Yes, the hull is correct and I agree colinear

[jira] [Commented] (MATH-1117) twod.PolygonsSet.getSize produces NullPointerException if BSPTree has no nodes

2014-04-28 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13982785#comment-13982785 ] Luc Maisonobe commented on MATH-1117: - Yes, these constructors are used outside of

[jira] [Resolved] (MATH-1117) twod.PolygonsSet.getSize produces NullPointerException if BSPTree has no nodes

2014-04-26 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe resolved MATH-1117. - Resolution: Fixed Fix Version/s: 3.3 The two problems you report are completely different

[jira] [Resolved] (MATH-1115) Constructor of PolyhedronsSet throws NullPointerException

2014-04-26 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe resolved MATH-1115. - Resolution: Fixed Fix Version/s: 3.3 Fixed in subversion repository as of r1590254. We

[jira] [Resolved] (MATH-1119) Add fast single-step method for fixed-step ODE integrators

2014-04-20 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe resolved MATH-1119. - Resolution: Fixed Fixed in subversion repository as of r1588769. Add fast single-step method

[jira] [Resolved] (MATH-1107) CMAESOptimizer fails sometimes when bounds are violated

2014-03-03 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe resolved MATH-1107. - Resolution: Fixed Patch applied (with minor changes) as of r1573506. Thanks for the report and

  1   2   3   4   5   6   7   8   9   10   >