Arima/Arma Time series Models in Java [closed] - java

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I am looking for an Arima time series models in java.
Is there any Java library implementing Arima/Arma model?

Googling should help :)
I got this from Google:
Java ARMA model, simulation and fitting
Java ARIMA model

Hi Please refer to Apache Math Library for other forms of Regression, like Simple, OLS, GLS etc. I am looking for the same API as you are and API suggested in an Answer above SuanShu is not useful because it's PAID. I think Apache Math might be useful for you.

Related

PriorityBlockingDeque/PriorityDeque implementation [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm looking for a PriorityBlockingDeque(or even a PriorityDeque) implementation since the Java doesn't provide one with the standard library.
Thanks.
Addition: Forgot to mention, any library in addition to infomancers-collections
Guava: MinMaxPriorityQueue. Not blocking -- but if you like, you can file a feature request for such a beast.
Just tried to google with "PriorityBlockingDeque java".
First refererence is seems to be what you want.
Google is our friend ;)

Tutorial about OpenMap [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm looking for tutorial about OpenMap, which is one of map api.
But there is no good tutorial and documentation about this library on their web site.
I mailed them about this subject. But there is no response from them.
If you know any good tutorial can you share it?
Any help will be appreciated.
I found the OpenMap Developer's Guide to be quite helpful when I had to maintain an application built on OpenMap.
This tutorial from NetBeans might help.
https://platform.netbeans.org/tutorials/nbm-geospatial.html
It shows how to use OpenMap and GeoToolkit.

Simple sample Velocity examples [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Please recommend open source web applications that use velocity for html generation, that would be good examples to learn from.
Want to try using velocity for my next web app but want to learn from more experienced people first (:
Apache Roller does. Also the example applications that come with the VelocityTools project. Liferay. And plenty of frameworks include Velocity support and examples. Apache Click is one of the better of those.

Do you know good JMonkeyEngine tutorials and docs? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm interested in JMonkey for some fun projects, but when I search Google to find tutorials and docs, I can only find either really basic and/or incomplete stuff, like these on http://jmonkeyengine.org/, or really specific ones. Do you know some "from beginner to expert" tutorial for JMonkey?
http://jmonkeyengine.org/wiki/doku.php/jme3 has a complete series of tutorials for jME3. They just haven't been accessible via google until now..
http://jmonkeyengine.org/wiki/doku.php/jme2:jme2 has a series of tutorials for the now community-supported old jME2
Actually, the best I found is this one:
http://www.theprogrammersweblog.com/2008/12/3d-game-programming-in-java-using.html
It's incomplete (but maybe it will be completed someday), but 11 parts are already available.
The aim is to create a complete Asteroid game.
Hey check this Game Making PDF

What's the best open-source Java Bayesian spam filter library? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
In other answers at Stackoverflow it's been suggested that Weka is good, but there are others (Classifier4j, jBNC, Naiban).
Does anyone have actual experience with these?
Weka is awesome, but Classifier4J is probably closer to what you want, since it's more aimed at text recognition.
You could also have a look at the still very new Apache Mahout project.
Another new library is ci-bayes, nice and very simple to use.
disclaimer: I have submitted a patches to this project and am currently a committer

Categories

Resources