PDA

View Full Version : monte carlo simulation


veloce
April 9th, 2008, 12:54 AM
Does anyone know of any good open source monte carlo simulation tools for linux?

I'm sick of using @risk on a windows machine - with their latest upgrade, I can't use an rdp session to connect to the windows machine. It's reached the threshold where I'd rather use something else.

I'd love something that integrated with ooo calc, but I'm happy to work with what's available.

I see R now has some limited integration with calc, does it do simulations?

thisismalhotra
April 9th, 2008, 06:39 AM
Does anyone know of any good open source monte carlo simulation tools for linux?

I'm sick of using @risk on a windows machine - with their latest upgrade, I can't use an rdp session to connect to the windows machine. It's reached the threshold where I'd rather use something else.

I'd love something that integrated with ooo calc, but I'm happy to work with what's available.

I see R now has some limited integration with calc, does it do simulations?

A shot in the dark but worth trying..

Use octave(use version 3.0 and not the older ones in repos).. It is fully matlab compatible and if you find a code online for Monte Carlo simulation for matlab most like it will work without any changes in octave.

GL

plvera
April 10th, 2008, 12:39 PM
I'm not familiar with calc.

R, however, has very powerful and reliable bootstrapping functions. Perhaps those would be useful to you, depending what you are looking for in your Monte Carlo simulation.

I hope this helps.

euler_fan
April 10th, 2008, 08:12 PM
I'd suggest R. There are some excellent MCMC and bootstrap packages available and it is possible to code up custom MCMC algorithms to fit your specific context. I'm writing a package for one such context--Single Photon Emission Computed Tomography--right now in fact.