Results 1 to 8 of 8
Thread: Maths Packages
- 11-25-2008, 08:44 AM #1
Member
- Join Date
- Sep 2008
- Posts
- 5
- Rep Power
- 0
Maths Packages
hi,
I'm presently engaged in a software company that makes the software related with market trading.... so here i have to use some mathmatical packages that does the calculations related to financial calculations... the methods and class provided by Sun are not sufficient for me... so i'm searching the third party maths packages... i googled it but didnt got the best result....
so plz anyone who can help me... jst give me the link from where i can download those packages...
thankx in advance...
- 11-25-2008, 09:03 AM #2
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
As far as in my Java programming I've never use any third party package for mathematical calculations. In respect to what that Java Math class is not sufficient?
- 11-25-2008, 09:15 AM #3
Member
- Join Date
- Sep 2008
- Posts
- 5
- Rep Power
- 0
thankx for ur reply...
basically i'm searching the maths package principally containing classes oriented towards finance, including a Black-Scholes options model. Also a Subpackages that defines a range of average price calculators .... simple and exponential moving averages, plus VWAP(Value-Weighted Avegrage Price) and TWAP (Total Weighted Average Price)... and stock price models. Also i need the packages that are able to calculate cointegrations... Vector calculations... Matrix Calculations...etc.....etc...
can u provide me those packages or the links that can handle the above calculations....
thankx
- 11-25-2008, 09:30 AM #4
Senior Member
- Join Date
- Jun 2008
- Posts
- 2,366
- Rep Power
- 7
Nope, there isn't, AFAIK. And if Google doesn't find you one, you can fairly safely assume there isn't one. Create one.
However, entering the following text in Google "java financial library" seems to bring a few promising possibilites.
- 11-25-2008, 09:33 AM #5
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Ya me too. Using Java Math class lots of things are possible.
- 11-25-2008, 09:44 AM #6
Member
- Join Date
- Sep 2008
- Posts
- 5
- Rep Power
- 0
thankx to masijade and Eranga...
there are but not sufficient for me... i've downloaded yesterday.... but searching for more... i can provide u my fren.. it may be helpful for u 2 also, in the future...
commons.apache.org/math/api-1.2/index.html (this is the javadoc...)
commons.apache.org/downloads/download_math.cgi (and this is the bin file...)
besides these if u find some more then plz do reply ok....
thankx u 2...
- 11-25-2008, 09:54 AM #7
Senior Member
- Join Date
- Jun 2008
- Posts
- 2,366
- Rep Power
- 7
Did you google the phrase I gave you? Seemingly not.
jFin | Open source derivatives trade processing
freshmeat.net: Project details for Java Financial Library
Edit: Admitted, these projects probably have more than you, and may be missing a specific piece or two, but they should be able to handle most of what you need.
You can also google things such as "Java Beta Distribution" and the like to attempt to find individual items. Java3D also has classes for Matrix and Vector operations that you would probably find helpful.Last edited by masijade; 11-25-2008 at 10:24 AM.
- 11-27-2008, 06:46 AM #8
Yeah, probably write the classes if at all possible. The web is fantastic, but it remains a consumer grade tool. If you are in fact doing financials, you would at a minimum have to understand the inner workings of any package you use.
For astronomy, it is similar. There should be powerful tools available, but when there is money on the line I strongly suggest compiling from sources and reading all those sources in detail.
National Institute of Standards has some Vector Math code, don't do an overnight work here. Dig your heels in.Introduction to Programming Using Java.
Cybercartography: A new theoretical construct proposed by D.R. Fraser Taylor
Similar Threads
-
Whats wrong with my maths???
By soc86 in forum New To JavaReplies: 4Last Post: 11-03-2008, 05:52 PM -
Importing packages from the packages within same application.
By sta2003 in forum New To JavaReplies: 3Last Post: 02-12-2008, 11:03 AM -
Using packages
By prfalco in forum New To JavaReplies: 5Last Post: 01-31-2008, 10:38 PM -
Maths table.. what am I doing wrong (probably everything!! :p )
By ad0m in forum New To JavaReplies: 15Last Post: 11-30-2007, 05:19 PM -
Generates random maths questions
By cachi in forum New To JavaReplies: 4Last Post: 08-01-2007, 04:48 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks