Find the transition probability matrix. Check my answer.Transition probability matrix for $X_1 = # heads$, *flip heads* $X_2 = # tails$ * flip tails* $X_3 = # heads$Long term probability in Markov ChainsDeterming a transition probability matrixExplicit transition matrixTransition Probability Matrix of Tossing Three coinsProbability of a fair sequence of tosses ending on two successive tails given the first toss was a head?About the transition matrix of Markov ChainsWhat is the Probability that coin is tossed three timesTransition Matrix problemConstruct transition probability matrix for markov chain
Difference between shutdown options
"Oh no!" in Latin
Why can't the Brexit deadlock in the UK parliament be solved with a plurality vote?
If Captain Marvel (MCU) were to have a child with a human male, would the child be human or Kree?
Ways of geometrical multiplication
Review your own paper in Mathematics
Telemetry for feature health
Does the Crossbow Expert feat's extra crossbow attack work with the reaction attack from a Hunter ranger's Giant Killer feature?
How to preserve electronics (computers, iPads and phones) for hundreds of years
Origin of pigs as a species
Isometric embedding of a genus g surface
How to make money from a browser who sees 5 seconds into the future of any web page?
Storage of electrolytic capacitors - how long?
Deciphering cause of death?
Proving an identity involving cross products and coplanar vectors
How do I prevent inappropriate ads from appearing in my game?
Showing mass murder in a kid's book
Typing CO_2 easily
Sigmoid with a slope but no asymptotes?
How can I, as DM, avoid the Conga Line of Death occurring when implementing some form of flanking rule?
How to reduce predictors the right way for a logistic regression model
How to get directions in deep space?
Did I make a mistake by ccing email to boss to others?
Has the laser at Magurele, Romania reached a tenth of the Sun's power?
Find the transition probability matrix. Check my answer.
Transition probability matrix for $X_1 = # heads$, *flip heads* $X_2 = # tails$ * flip tails* $X_3 = # heads$Long term probability in Markov ChainsDeterming a transition probability matrixExplicit transition matrixTransition Probability Matrix of Tossing Three coinsProbability of a fair sequence of tosses ending on two successive tails given the first toss was a head?About the transition matrix of Markov ChainsWhat is the Probability that coin is tossed three timesTransition Matrix problemConstruct transition probability matrix for markov chain
$begingroup$
A coin is tossed continuously until 2 heads or 2 tails appear respectively. Let the result of first toss is tail. The game is over when we get 2 heads respectively.
Determine the transition probability matrix.
Check my answer is correct or not.
Let $X_n$ denote the number of tail that appear.
Let the state $S=0,1,2$.
So, the transition probability matrix is
$$P=
beginbmatrix
1&0&0\
0&dfrac12&dfrac12\
0&0&1
endbmatrix.
$$
probability stochastic-processes markov-chains
$endgroup$
add a comment |
$begingroup$
A coin is tossed continuously until 2 heads or 2 tails appear respectively. Let the result of first toss is tail. The game is over when we get 2 heads respectively.
Determine the transition probability matrix.
Check my answer is correct or not.
Let $X_n$ denote the number of tail that appear.
Let the state $S=0,1,2$.
So, the transition probability matrix is
$$P=
beginbmatrix
1&0&0\
0&dfrac12&dfrac12\
0&0&1
endbmatrix.
$$
probability stochastic-processes markov-chains
$endgroup$
add a comment |
$begingroup$
A coin is tossed continuously until 2 heads or 2 tails appear respectively. Let the result of first toss is tail. The game is over when we get 2 heads respectively.
Determine the transition probability matrix.
Check my answer is correct or not.
Let $X_n$ denote the number of tail that appear.
Let the state $S=0,1,2$.
So, the transition probability matrix is
$$P=
beginbmatrix
1&0&0\
0&dfrac12&dfrac12\
0&0&1
endbmatrix.
$$
probability stochastic-processes markov-chains
$endgroup$
A coin is tossed continuously until 2 heads or 2 tails appear respectively. Let the result of first toss is tail. The game is over when we get 2 heads respectively.
Determine the transition probability matrix.
Check my answer is correct or not.
Let $X_n$ denote the number of tail that appear.
Let the state $S=0,1,2$.
So, the transition probability matrix is
$$P=
beginbmatrix
1&0&0\
0&dfrac12&dfrac12\
0&0&1
endbmatrix.
$$
probability stochastic-processes markov-chains
probability stochastic-processes markov-chains
asked Mar 14 at 6:30
Ongky Denny WijayaOngky Denny Wijaya
4018
4018
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
Notice that $a_i,j$ element in matrix describes the probability of transition from state $i$ to $j$. Your matrix describes process in which '$0$' is absorbing state (which is obviously not true).
If the matrix shall describe number of consecutive tails (and the two tails is absorbing state) then the matrix is as follows:
$$P=
beginbmatrix
dfrac12&dfrac12&0\
dfrac12&0&dfrac12\
0&0&1
endbmatrix.
$$
$endgroup$
$begingroup$
Why $P_10=dfrac12$? I think if we have first toss is tail then it is imposibble the number of tail next toss is $0$.
$endgroup$
– Ongky Denny Wijaya
Mar 14 at 6:47
$begingroup$
Rows/columns of your matrix are states?
$endgroup$
– vermator
Mar 14 at 7:09
$begingroup$
Yes. It is state.
$endgroup$
– Ongky Denny Wijaya
Mar 14 at 7:10
$begingroup$
Your matrix shall describe number of consecutive tails (which corresponds to your game), or number of tails in general?
$endgroup$
– vermator
Mar 14 at 7:13
$begingroup$
number of consecutive tails
$endgroup$
– Ongky Denny Wijaya
Mar 14 at 7:15
|
show 2 more comments
$begingroup$
I think in this case you need to have 4 states: state 2 tails, state tail, state head and state 2 heads which I will call states 1,2,3 and 4 respectively.
$$P=
beginbmatrix
1&0&0&0\
dfrac12&0&dfrac12&0\
0&dfrac12&0&dfrac12\
0&0&0&1
endbmatrix.
$$
If I understand you correctly you keep playing until you get either two heads or two tails. Then, states 1 and 4 are absorbing states.
Then when you are in state 2 (got a tail) then you can jump after the coin flip to either state 1 (two tail flips) or state 3 (one head).
If you start with a tail then your initial state probability vector $pi$ would be
$$pi=
beginbmatrix
0\
1\
0\
0
endbmatrix.
$$
$endgroup$
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
return StackExchange.using("mathjaxEditing", function ()
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
);
);
, "mathjax-editing");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "69"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3147629%2ffind-the-transition-probability-matrix-check-my-answer%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Notice that $a_i,j$ element in matrix describes the probability of transition from state $i$ to $j$. Your matrix describes process in which '$0$' is absorbing state (which is obviously not true).
If the matrix shall describe number of consecutive tails (and the two tails is absorbing state) then the matrix is as follows:
$$P=
beginbmatrix
dfrac12&dfrac12&0\
dfrac12&0&dfrac12\
0&0&1
endbmatrix.
$$
$endgroup$
$begingroup$
Why $P_10=dfrac12$? I think if we have first toss is tail then it is imposibble the number of tail next toss is $0$.
$endgroup$
– Ongky Denny Wijaya
Mar 14 at 6:47
$begingroup$
Rows/columns of your matrix are states?
$endgroup$
– vermator
Mar 14 at 7:09
$begingroup$
Yes. It is state.
$endgroup$
– Ongky Denny Wijaya
Mar 14 at 7:10
$begingroup$
Your matrix shall describe number of consecutive tails (which corresponds to your game), or number of tails in general?
$endgroup$
– vermator
Mar 14 at 7:13
$begingroup$
number of consecutive tails
$endgroup$
– Ongky Denny Wijaya
Mar 14 at 7:15
|
show 2 more comments
$begingroup$
Notice that $a_i,j$ element in matrix describes the probability of transition from state $i$ to $j$. Your matrix describes process in which '$0$' is absorbing state (which is obviously not true).
If the matrix shall describe number of consecutive tails (and the two tails is absorbing state) then the matrix is as follows:
$$P=
beginbmatrix
dfrac12&dfrac12&0\
dfrac12&0&dfrac12\
0&0&1
endbmatrix.
$$
$endgroup$
$begingroup$
Why $P_10=dfrac12$? I think if we have first toss is tail then it is imposibble the number of tail next toss is $0$.
$endgroup$
– Ongky Denny Wijaya
Mar 14 at 6:47
$begingroup$
Rows/columns of your matrix are states?
$endgroup$
– vermator
Mar 14 at 7:09
$begingroup$
Yes. It is state.
$endgroup$
– Ongky Denny Wijaya
Mar 14 at 7:10
$begingroup$
Your matrix shall describe number of consecutive tails (which corresponds to your game), or number of tails in general?
$endgroup$
– vermator
Mar 14 at 7:13
$begingroup$
number of consecutive tails
$endgroup$
– Ongky Denny Wijaya
Mar 14 at 7:15
|
show 2 more comments
$begingroup$
Notice that $a_i,j$ element in matrix describes the probability of transition from state $i$ to $j$. Your matrix describes process in which '$0$' is absorbing state (which is obviously not true).
If the matrix shall describe number of consecutive tails (and the two tails is absorbing state) then the matrix is as follows:
$$P=
beginbmatrix
dfrac12&dfrac12&0\
dfrac12&0&dfrac12\
0&0&1
endbmatrix.
$$
$endgroup$
Notice that $a_i,j$ element in matrix describes the probability of transition from state $i$ to $j$. Your matrix describes process in which '$0$' is absorbing state (which is obviously not true).
If the matrix shall describe number of consecutive tails (and the two tails is absorbing state) then the matrix is as follows:
$$P=
beginbmatrix
dfrac12&dfrac12&0\
dfrac12&0&dfrac12\
0&0&1
endbmatrix.
$$
answered Mar 14 at 6:41
vermatorvermator
34110
34110
$begingroup$
Why $P_10=dfrac12$? I think if we have first toss is tail then it is imposibble the number of tail next toss is $0$.
$endgroup$
– Ongky Denny Wijaya
Mar 14 at 6:47
$begingroup$
Rows/columns of your matrix are states?
$endgroup$
– vermator
Mar 14 at 7:09
$begingroup$
Yes. It is state.
$endgroup$
– Ongky Denny Wijaya
Mar 14 at 7:10
$begingroup$
Your matrix shall describe number of consecutive tails (which corresponds to your game), or number of tails in general?
$endgroup$
– vermator
Mar 14 at 7:13
$begingroup$
number of consecutive tails
$endgroup$
– Ongky Denny Wijaya
Mar 14 at 7:15
|
show 2 more comments
$begingroup$
Why $P_10=dfrac12$? I think if we have first toss is tail then it is imposibble the number of tail next toss is $0$.
$endgroup$
– Ongky Denny Wijaya
Mar 14 at 6:47
$begingroup$
Rows/columns of your matrix are states?
$endgroup$
– vermator
Mar 14 at 7:09
$begingroup$
Yes. It is state.
$endgroup$
– Ongky Denny Wijaya
Mar 14 at 7:10
$begingroup$
Your matrix shall describe number of consecutive tails (which corresponds to your game), or number of tails in general?
$endgroup$
– vermator
Mar 14 at 7:13
$begingroup$
number of consecutive tails
$endgroup$
– Ongky Denny Wijaya
Mar 14 at 7:15
$begingroup$
Why $P_10=dfrac12$? I think if we have first toss is tail then it is imposibble the number of tail next toss is $0$.
$endgroup$
– Ongky Denny Wijaya
Mar 14 at 6:47
$begingroup$
Why $P_10=dfrac12$? I think if we have first toss is tail then it is imposibble the number of tail next toss is $0$.
$endgroup$
– Ongky Denny Wijaya
Mar 14 at 6:47
$begingroup$
Rows/columns of your matrix are states?
$endgroup$
– vermator
Mar 14 at 7:09
$begingroup$
Rows/columns of your matrix are states?
$endgroup$
– vermator
Mar 14 at 7:09
$begingroup$
Yes. It is state.
$endgroup$
– Ongky Denny Wijaya
Mar 14 at 7:10
$begingroup$
Yes. It is state.
$endgroup$
– Ongky Denny Wijaya
Mar 14 at 7:10
$begingroup$
Your matrix shall describe number of consecutive tails (which corresponds to your game), or number of tails in general?
$endgroup$
– vermator
Mar 14 at 7:13
$begingroup$
Your matrix shall describe number of consecutive tails (which corresponds to your game), or number of tails in general?
$endgroup$
– vermator
Mar 14 at 7:13
$begingroup$
number of consecutive tails
$endgroup$
– Ongky Denny Wijaya
Mar 14 at 7:15
$begingroup$
number of consecutive tails
$endgroup$
– Ongky Denny Wijaya
Mar 14 at 7:15
|
show 2 more comments
$begingroup$
I think in this case you need to have 4 states: state 2 tails, state tail, state head and state 2 heads which I will call states 1,2,3 and 4 respectively.
$$P=
beginbmatrix
1&0&0&0\
dfrac12&0&dfrac12&0\
0&dfrac12&0&dfrac12\
0&0&0&1
endbmatrix.
$$
If I understand you correctly you keep playing until you get either two heads or two tails. Then, states 1 and 4 are absorbing states.
Then when you are in state 2 (got a tail) then you can jump after the coin flip to either state 1 (two tail flips) or state 3 (one head).
If you start with a tail then your initial state probability vector $pi$ would be
$$pi=
beginbmatrix
0\
1\
0\
0
endbmatrix.
$$
$endgroup$
add a comment |
$begingroup$
I think in this case you need to have 4 states: state 2 tails, state tail, state head and state 2 heads which I will call states 1,2,3 and 4 respectively.
$$P=
beginbmatrix
1&0&0&0\
dfrac12&0&dfrac12&0\
0&dfrac12&0&dfrac12\
0&0&0&1
endbmatrix.
$$
If I understand you correctly you keep playing until you get either two heads or two tails. Then, states 1 and 4 are absorbing states.
Then when you are in state 2 (got a tail) then you can jump after the coin flip to either state 1 (two tail flips) or state 3 (one head).
If you start with a tail then your initial state probability vector $pi$ would be
$$pi=
beginbmatrix
0\
1\
0\
0
endbmatrix.
$$
$endgroup$
add a comment |
$begingroup$
I think in this case you need to have 4 states: state 2 tails, state tail, state head and state 2 heads which I will call states 1,2,3 and 4 respectively.
$$P=
beginbmatrix
1&0&0&0\
dfrac12&0&dfrac12&0\
0&dfrac12&0&dfrac12\
0&0&0&1
endbmatrix.
$$
If I understand you correctly you keep playing until you get either two heads or two tails. Then, states 1 and 4 are absorbing states.
Then when you are in state 2 (got a tail) then you can jump after the coin flip to either state 1 (two tail flips) or state 3 (one head).
If you start with a tail then your initial state probability vector $pi$ would be
$$pi=
beginbmatrix
0\
1\
0\
0
endbmatrix.
$$
$endgroup$
I think in this case you need to have 4 states: state 2 tails, state tail, state head and state 2 heads which I will call states 1,2,3 and 4 respectively.
$$P=
beginbmatrix
1&0&0&0\
dfrac12&0&dfrac12&0\
0&dfrac12&0&dfrac12\
0&0&0&1
endbmatrix.
$$
If I understand you correctly you keep playing until you get either two heads or two tails. Then, states 1 and 4 are absorbing states.
Then when you are in state 2 (got a tail) then you can jump after the coin flip to either state 1 (two tail flips) or state 3 (one head).
If you start with a tail then your initial state probability vector $pi$ would be
$$pi=
beginbmatrix
0\
1\
0\
0
endbmatrix.
$$
edited Mar 14 at 12:51
answered Mar 14 at 12:45
AhamAham
414
414
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3147629%2ffind-the-transition-probability-matrix-check-my-answer%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown