Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 5 of 5

Thread: Where to start? Simulating with Java

  1. #1
    Junior Member
    Join Date
    Jul 2012
    Posts
    3
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Where to start? Simulating with Java

    Hello All,

    First time poster here - I am a self taught Java rookie. I study Statistics and Operations Research and want to be able to use Java to create my own, custom simulations and modelling software.

    Can anyone point me in the direction of a good book, article, tutorial or simple code where I can begin to familiarize myself with simulating in Java? My initial efforts on google led me to the Java Simulation Handbook which uses the DESMO-J toolset for Java:

    The Java Simulation Handbook

    but I cannot find any reviews and am not sure if its worth reading/the money.

    Thank you in advance!
    Teddy R


  2. #2
    Member
    Join Date
    Jul 2012
    Posts
    119
    Thanks
    0
    Thanked 19 Times in 19 Posts

    Default Re: Where to start? Simulating with Java

    Quote Originally Posted by Teddy R View Post
    Hello All,

    First time poster here - I am a self taught Java rookie. I study Statistics and Operations Research and want to be able to use Java to create my own, custom simulations and modelling software.

    Can anyone point me in the direction of a good book, article, tutorial or simple code where I can begin to familiarize myself with simulating in Java? My initial efforts on google led me to the Java Simulation Handbook which uses the DESMO-J toolset for Java:

    The Java Simulation Handbook

    but I cannot find any reviews and am not sure if its worth reading/the money.

    Thank you in advance!
    Teddy R
    Uh oh...This book is good. I've read it. However, the examples cannot replace everything in reality. Statistics and simulation base mostly on real samples. The more samples you gather the better your statistics and your simulation. Hence, you should deepen your knowledge in theory of probability. Probably you can look for some books about the MARKOV PROCESS....It's worth.

  3. The Following User Says Thank You to Voodoo For This Useful Post:

    Teddy R (July 11th, 2012)

  4. #3
    Junior Member
    Join Date
    Jul 2012
    Posts
    3
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: Where to start? Simulating with Java

    Thanks, I have done a good bit of probability theory and have run into Markov chains and Markov processes a bit in school but its good to hear that the book is worth looking into.

    Appreciate it.

  5. #4
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: Where to start? Simulating with Java

    Just throwing the idea out there, but you might consider looking into R, which excels at statistics and modelling, and has a huge community actively developing packages available through CRAN. In fact, a lot of simulation/modelling/statistics books have been written which are based upon using R. R is its own application and language, but I believe there are API's that let you access R through java (for instance rJava).

  6. #5
    Junior Member
    Join Date
    Jul 2012
    Posts
    3
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: Where to start? Simulating with Java

    Thats very interesting, I was unaware Java had the flexibility to call on languages such as R. A few of my courses have featured R, and it is nice and while it is extremely useful, I was concerned as it tends to be used in academic circles, while Java is more marketable when it comes time to getting a job. Do you know if Java is able to call other stat applications? (I am especially curious about SAS).

    Thank you!

Similar Threads

  1. Replies: 0
    Last Post: July 2nd, 2012, 09:11 PM
  2. Replies: 0
    Last Post: December 12th, 2011, 07:25 PM
  3. Java Web Start app exiting with access denie (java.lang.RuntimePermission
    By sonaljain in forum What's Wrong With My Code?
    Replies: 2
    Last Post: June 13th, 2011, 08:43 PM
  4. How should i write and compile java with Ubuntu?
    By Talk Binary in forum Java IDEs
    Replies: 19
    Last Post: May 7th, 2009, 05:29 AM