Open Side Menu Go to the Top
Register
Use of Matlab in poker simulation Use of Matlab in poker simulation

07-07-2015 , 11:00 PM
My intention here is to put some clarity about the real maths of poker.
Simulation tools like Matlab can be used for calculation in poker.
I will try to upload tutorial content about the sintaxis first. Then I will introduce the montecarlo simulation, and I will upload some scripts. Depending on the feedback I will keep on uploading content. The total of the content is about 20-30 posts and is pretty advanced. I recomend first installing Matlab 2010b in order to follow the tutorials and to run the scritps.
I have a degree in Materials Engineering.


1: What Montecarlo Method Means

Stochastic systems
Monte Carlo method :
This is a type of mathematical algorithms based on random samples
to calculate the result.
They are frequently used in computer simulations
physical and mathematical systems .
Because they need a lot of input data
(due to the randomness of the data , it is necessary
You have enough data to make a statistical analysis) it is
a suitable method to solve computer problems .
Usually this method is used when it is not possible to calculate
the solution analytically or using an algorithm
deterministic .

stochastic systems
Monte Carlo method :
The Monte Carlo method solves problems using probability.
Given the probability P that an event will occur under certain
conditions , you can use a computer to generate these
Repeatedly conditions.
The number of occurrences of the event divided by the number
of times it has generated the condition should be
approximately equal to P.
Use of Matlab in poker simulation Quote
07-07-2015 , 11:22 PM
waiting for more
Use of Matlab in poker simulation Quote
07-08-2015 , 11:24 AM
Why Matlab?
Use of Matlab in poker simulation Quote

      
m