Markov model on a sequence of numbers

In summary, the conversation discusses using a Markov chain and modifying the random generation process to calculate the sum of probabilities for all integral sequences after running the generator 1000 times. The suggestion of using permutation and combinations is also mentioned as a potential solution.
  • #1
iheadset
3
0
Dear Sir,
Assuming that my lottery machine can generate 10 numbers (0..9), in which 0 and 9 are supposed to be starting and ending states of my Markov chain. I apply Markov chain to model each number appearance because I would want to modify the random generation process into, say, my own process, such that each currently output number will show up in dependence of the previously generated number.
Now I would like to run my generator 1000 times and given the probability for any number to reach the end state is x, how can I calculate the sum of probabilities of all integral sequences then ?
Thank you Sir.
 
Physics news on Phys.org
  • #2
Hey iheadset.

When you say sum of probabilities do you mean the sum of them at each transition point or the sum of events at the final transition?
 
  • Like
Likes iheadset
  • #3
chiro said:
Hey iheadset.

When you say sum of probabilities do you mean the sum of them at each transition point or the sum of events at the final transition?
Yes, that is right Sir. I would like to find that sum.
 
  • #4
That means you are looking at a T + T^2 + T^3 + ... + T^n matrix to find the sum of these transition matrices.

If you supply an initial probability as your vector and apply it to the above sum there is only one more thing to do - which is to find intersections in events and remove them as they will be "double counted".

You will probably have to resort to the Markov property to do this and generate identities which you can use to find them.
 
  • #5
'You can try permutation and combinations'. I think it is the easiest method to solve the problem and also you get approximate method. You can try this.
 

1. What is a Markov model on a sequence of numbers?

A Markov model on a sequence of numbers is a mathematical tool used to analyze a sequence of data points, where the probability of each data point depends only on the previous data point. It is a type of stochastic process, meaning that it involves random variables and probabilistic outcomes.

2. How is a Markov model different from other statistical models?

A Markov model differs from other statistical models due to its assumption of memorylessness - the probability of a future data point only depends on the current state and not on any previous states. This makes it useful for analyzing data sequences that exhibit randomness or unpredictability.

3. What are some real-world applications of Markov models on sequences of numbers?

Markov models can be applied in various fields such as finance, economics, biology, and computer science. Some examples include predicting stock market trends, analyzing DNA sequences, and generating text using natural language processing techniques.

4. How are Markov models trained and evaluated?

Markov models are trained using a process called parameter estimation, where the transition probabilities between states are calculated based on the observed data. The model's performance can then be evaluated by comparing its predictions to the actual data and measuring metrics such as accuracy or error rate.

5. What are the limitations of Markov models on sequences of numbers?

One major limitation of Markov models is their assumption of memorylessness, which may not always be true in real-world scenarios. They also require a large amount of data to accurately estimate the transition probabilities and may not perform well if the data is sparse or irregularly distributed. Additionally, Markov models are not suitable for analyzing data with long-term dependencies or trends.

Similar threads

  • Set Theory, Logic, Probability, Statistics
2
Replies
41
Views
4K
  • Set Theory, Logic, Probability, Statistics
Replies
3
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
9
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
3
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
0
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
918
  • Precalculus Mathematics Homework Help
Replies
4
Views
746
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
4
Views
5K
Back
Top