[jira] [Created] (MATH-1084) Big Decimal support for statistical functions

2013-12-26 Thread analyticalcalculator (JIRA)
analyticalcalculator created MATH-1084:
--

 Summary: Big Decimal support for statistical functions
 Key: MATH-1084
 URL: https://issues.apache.org/jira/browse/MATH-1084
 Project: Commons Math
  Issue Type: Wish
Affects Versions: 3.1.1
Reporter: analyticalcalculator
 Fix For: 3.3


Right now there is only double primitive type support for statistical 
functions. Can Big Decimal support be provided for Apache Math Library.
I want to use this library for financial and money related application.   



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (MATH-1084) Big Decimal support for statistical functions

2013-12-26 Thread analyticalcalculator (JIRA)

[ 
https://issues.apache.org/jira/browse/MATH-1084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13856822#comment-13856822
 ] 

analyticalcalculator commented on MATH-1084:


I am aware about Big Fraction /Dfp class but those classes only provides the 
standard mathematical operations and not the statistical functions. 

 Big Decimal support for statistical functions
 -

 Key: MATH-1084
 URL: https://issues.apache.org/jira/browse/MATH-1084
 Project: Commons Math
  Issue Type: Wish
Affects Versions: 3.1.1
Reporter: analyticalcalculator
  Labels: newbie
 Fix For: 3.3


 Right now there is only double primitive type support for statistical 
 functions. Can Big Decimal support be provided for Apache Math Library.
 I want to use this library for financial and money related application.   



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Resolved] (MATH-1084) Big Decimal support for statistical functions

2013-12-26 Thread Phil Steitz (JIRA)

 [ 
https://issues.apache.org/jira/browse/MATH-1084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Phil Steitz resolved MATH-1084.
---

Resolution: Invalid

You should start by posting questions about how to set up / model your 
financial calculations to the user list, or suggestions for enhancement to the 
dev mailing list.  Your questions / ideas are most welcome, just please start 
on the mailing lists.  ASF Jira is not a discussion forum. 

 Big Decimal support for statistical functions
 -

 Key: MATH-1084
 URL: https://issues.apache.org/jira/browse/MATH-1084
 Project: Commons Math
  Issue Type: Wish
Affects Versions: 3.1.1
Reporter: analyticalcalculator
  Labels: newbie
 Fix For: 3.3


 Right now there is only double primitive type support for statistical 
 functions. Can Big Decimal support be provided for Apache Math Library.
 I want to use this library for financial and money related application.   



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Reopened] (OGNL-240) build unit test failure MethodTestOgnlTestCase.runTest:217-OgnlTestCase.assertEquals:196 expected:f[oo] but was:f[irst]

2013-12-26 Thread Henri Yandell (JIRA)

 [ 
https://issues.apache.org/jira/browse/OGNL-240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Henri Yandell reopened OGNL-240:



Reopened per Jason's note on the mailing list that he's attached a patch, but 
nothing has been committed to svn.

[Noting that Resolved = Committed to SVN]

 build unit test failure 
 MethodTestOgnlTestCase.runTest:217-OgnlTestCase.assertEquals:196 
 expected:f[oo] but was:f[irst]
 -

 Key: OGNL-240
 URL: https://issues.apache.org/jira/browse/OGNL-240
 Project: Commons OGNL
  Issue Type: Bug
  Components: Core Runtime
Affects Versions: 4.0
 Environment: windows 64bit
Reporter: Jason Pyeron
 Fix For: 4.0

 Attachments: OGNL-240.patch, 
 TEST-org.apache.commons.ognl.test.MethodTest.xml


 Running org.apache.commons.ognl.test.MethodTest
 Tests run: 12, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0 sec  
 FAILURE!
 runTest[3](org.apache.commons.ognl.test.MethodTest)  Time elapsed: 0 sec   
 FAILURE!
 org.junit.ComparisonFailure: expected:f[oo] but was:f[irst]
 at org.junit.Assert.assertEquals(Assert.java:125)
 at org.junit.Assert.assertEquals(Assert.java:147)
 at 
 org.apache.commons.ognl.test.OgnlTestCase.assertEquals(OgnlTestCase.java:196)
 at 
 org.apache.commons.ognl.test.OgnlTestCase.runTest(OgnlTestCase.java:217)
 at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:606)
 at 
 org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
 at 
 org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
 at 
 org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
 at 
 org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
 at 
 org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
 at 
 org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
 at 
 org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
 at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
 at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
 at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
 at org.junit.runners.Suite.runChild(Suite.java:128)
 at org.junit.runners.Suite.runChild(Suite.java:24)
 at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
 at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
 at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
 at 
 org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
 at 
 org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
 at 
 org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:606)
 at 
 org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208)
 at 
 org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:158)
 at 
 org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:86)
 at 
 org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
 at 
 org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:95)



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)