Markov Chain Construction












0












$begingroup$


enter image description here



For part a) I'm a bit confused on how the long term would effect the construction. Would I just draw a state diagram with the probabilities stemming from A. Or do I have to find the fixed point probabilities?



For part b) I'm not sure what the question is actually asking, could someone explain the notation to me?



Thanks in advance!










share|cite|improve this question











$endgroup$












  • $begingroup$
    One really needs some explanations about the unorthodox notation $$p_infty(xto y)$$
    $endgroup$
    – Did
    Dec 17 '18 at 8:32
















0












$begingroup$


enter image description here



For part a) I'm a bit confused on how the long term would effect the construction. Would I just draw a state diagram with the probabilities stemming from A. Or do I have to find the fixed point probabilities?



For part b) I'm not sure what the question is actually asking, could someone explain the notation to me?



Thanks in advance!










share|cite|improve this question











$endgroup$












  • $begingroup$
    One really needs some explanations about the unorthodox notation $$p_infty(xto y)$$
    $endgroup$
    – Did
    Dec 17 '18 at 8:32














0












0








0





$begingroup$


enter image description here



For part a) I'm a bit confused on how the long term would effect the construction. Would I just draw a state diagram with the probabilities stemming from A. Or do I have to find the fixed point probabilities?



For part b) I'm not sure what the question is actually asking, could someone explain the notation to me?



Thanks in advance!










share|cite|improve this question











$endgroup$




enter image description here



For part a) I'm a bit confused on how the long term would effect the construction. Would I just draw a state diagram with the probabilities stemming from A. Or do I have to find the fixed point probabilities?



For part b) I'm not sure what the question is actually asking, could someone explain the notation to me?



Thanks in advance!







probability markov-chains






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Dec 17 '18 at 8:22









Karn Watcharasupat

3,9642526




3,9642526










asked Dec 16 '18 at 5:15









Umade IkloeUmade Ikloe

72




72












  • $begingroup$
    One really needs some explanations about the unorthodox notation $$p_infty(xto y)$$
    $endgroup$
    – Did
    Dec 17 '18 at 8:32


















  • $begingroup$
    One really needs some explanations about the unorthodox notation $$p_infty(xto y)$$
    $endgroup$
    – Did
    Dec 17 '18 at 8:32
















$begingroup$
One really needs some explanations about the unorthodox notation $$p_infty(xto y)$$
$endgroup$
– Did
Dec 17 '18 at 8:32




$begingroup$
One really needs some explanations about the unorthodox notation $$p_infty(xto y)$$
$endgroup$
– Did
Dec 17 '18 at 8:32










1 Answer
1






active

oldest

votes


















0












$begingroup$

For part (a), what the question stem gives, is the asymptotic behaviour of the markov chain. From what I understand, the notation $p_{infty}(A to A)$ is the probability that starting at $A$, the asymptotic probability that we will be at $A$, that is, the limiting probability of being at $A$ on the $n$th step. Note that for a markov chain with transition matrix $P in mathbb{R}^{4times 4}$ and asymptotic distribution $pi in mathbb{R}^4$ (assuming it exists) satisfies,



$$P^T pi = pi $$



In our case the asymptotic distribution is given by,



$$pi = left[begin{matrix}0.5 \ 0.2 \ 0.2 \ 0.1 end{matrix} right] $$



Now, our task is to find the transition matrix $P$, from that, we can construct the markov chain. Of course, there is no unique solution, so we need to make some choices. Perhaps the easiest thing to do right now is to decide on the structure of the MC. Note that the asymptotic distribution is non-zero for any entry, meaning the MC is irreducible (so we can go to any vertex from any other vertex).



One way that comes to mind is simply making a cycle graph with the following transition matrix,



$$P = left[ begin{matrix}a & 1-a & 0 & 0 \ 0 & b & 1-b & 0 \ 0 & 0 & c & 1-c \ 1-d & 0 & 0 & d end{matrix} right] $$



For some parameters $a, b, c, d$. You put this into the equation with the given $pi$ (don't forget, you use $P^T$ and not $P$!) then try to find a solution to that linear system. I will let you do the details but from what I found, the equations reduce down the following two,



$$b = c $$



$$0.5a - 0.1d = 0.4 $$



I chose $b = c = 0.6$, $d = 0.2$ and $a = 0.84$. You should do the equations yourself and find your own solution. An interesting extension question is to ask about the kinds of probability distributions can be given to the cycle graph, or to ask how the structure of the graph has in relation to the probability distribution.



For part (b), what this is asking is to add another vertex to your graph such that if we started at $E$ we would never return to $E$. You can accomplish this by adding the vertex $E$ and an edge to one or more of $A, B, C, D$ but no return edge. That way, whenever the MC leaves $E$ it will never return. To ensure that with positive probability it could remain at $E$, you can give it a self loop. Try to convince yourself intuitively that this construction gives what you need. The transition matrix could be,



$$P = left[ begin{matrix}a & 1-a & 0 & 0 & 0 \ 0 & b & 1-b & 0 & 0 \ 0 & 0 & c & 1-c& 0 \ 1-d & 0 & 0 & d & 0 \ 1-e & 0 & 0 & 0 & e end{matrix} right] $$



For example, starting at $E$ the probability that it will be at $E$ the next turn will be $e$, and the probability that it will be at $E$ in the 2nd turn (i.e. $p_2(E to E)$) is $e^2$ and so on.






share|cite|improve this answer











$endgroup$













    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
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3042261%2fmarkov-chain-construction%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0












    $begingroup$

    For part (a), what the question stem gives, is the asymptotic behaviour of the markov chain. From what I understand, the notation $p_{infty}(A to A)$ is the probability that starting at $A$, the asymptotic probability that we will be at $A$, that is, the limiting probability of being at $A$ on the $n$th step. Note that for a markov chain with transition matrix $P in mathbb{R}^{4times 4}$ and asymptotic distribution $pi in mathbb{R}^4$ (assuming it exists) satisfies,



    $$P^T pi = pi $$



    In our case the asymptotic distribution is given by,



    $$pi = left[begin{matrix}0.5 \ 0.2 \ 0.2 \ 0.1 end{matrix} right] $$



    Now, our task is to find the transition matrix $P$, from that, we can construct the markov chain. Of course, there is no unique solution, so we need to make some choices. Perhaps the easiest thing to do right now is to decide on the structure of the MC. Note that the asymptotic distribution is non-zero for any entry, meaning the MC is irreducible (so we can go to any vertex from any other vertex).



    One way that comes to mind is simply making a cycle graph with the following transition matrix,



    $$P = left[ begin{matrix}a & 1-a & 0 & 0 \ 0 & b & 1-b & 0 \ 0 & 0 & c & 1-c \ 1-d & 0 & 0 & d end{matrix} right] $$



    For some parameters $a, b, c, d$. You put this into the equation with the given $pi$ (don't forget, you use $P^T$ and not $P$!) then try to find a solution to that linear system. I will let you do the details but from what I found, the equations reduce down the following two,



    $$b = c $$



    $$0.5a - 0.1d = 0.4 $$



    I chose $b = c = 0.6$, $d = 0.2$ and $a = 0.84$. You should do the equations yourself and find your own solution. An interesting extension question is to ask about the kinds of probability distributions can be given to the cycle graph, or to ask how the structure of the graph has in relation to the probability distribution.



    For part (b), what this is asking is to add another vertex to your graph such that if we started at $E$ we would never return to $E$. You can accomplish this by adding the vertex $E$ and an edge to one or more of $A, B, C, D$ but no return edge. That way, whenever the MC leaves $E$ it will never return. To ensure that with positive probability it could remain at $E$, you can give it a self loop. Try to convince yourself intuitively that this construction gives what you need. The transition matrix could be,



    $$P = left[ begin{matrix}a & 1-a & 0 & 0 & 0 \ 0 & b & 1-b & 0 & 0 \ 0 & 0 & c & 1-c& 0 \ 1-d & 0 & 0 & d & 0 \ 1-e & 0 & 0 & 0 & e end{matrix} right] $$



    For example, starting at $E$ the probability that it will be at $E$ the next turn will be $e$, and the probability that it will be at $E$ in the 2nd turn (i.e. $p_2(E to E)$) is $e^2$ and so on.






    share|cite|improve this answer











    $endgroup$


















      0












      $begingroup$

      For part (a), what the question stem gives, is the asymptotic behaviour of the markov chain. From what I understand, the notation $p_{infty}(A to A)$ is the probability that starting at $A$, the asymptotic probability that we will be at $A$, that is, the limiting probability of being at $A$ on the $n$th step. Note that for a markov chain with transition matrix $P in mathbb{R}^{4times 4}$ and asymptotic distribution $pi in mathbb{R}^4$ (assuming it exists) satisfies,



      $$P^T pi = pi $$



      In our case the asymptotic distribution is given by,



      $$pi = left[begin{matrix}0.5 \ 0.2 \ 0.2 \ 0.1 end{matrix} right] $$



      Now, our task is to find the transition matrix $P$, from that, we can construct the markov chain. Of course, there is no unique solution, so we need to make some choices. Perhaps the easiest thing to do right now is to decide on the structure of the MC. Note that the asymptotic distribution is non-zero for any entry, meaning the MC is irreducible (so we can go to any vertex from any other vertex).



      One way that comes to mind is simply making a cycle graph with the following transition matrix,



      $$P = left[ begin{matrix}a & 1-a & 0 & 0 \ 0 & b & 1-b & 0 \ 0 & 0 & c & 1-c \ 1-d & 0 & 0 & d end{matrix} right] $$



      For some parameters $a, b, c, d$. You put this into the equation with the given $pi$ (don't forget, you use $P^T$ and not $P$!) then try to find a solution to that linear system. I will let you do the details but from what I found, the equations reduce down the following two,



      $$b = c $$



      $$0.5a - 0.1d = 0.4 $$



      I chose $b = c = 0.6$, $d = 0.2$ and $a = 0.84$. You should do the equations yourself and find your own solution. An interesting extension question is to ask about the kinds of probability distributions can be given to the cycle graph, or to ask how the structure of the graph has in relation to the probability distribution.



      For part (b), what this is asking is to add another vertex to your graph such that if we started at $E$ we would never return to $E$. You can accomplish this by adding the vertex $E$ and an edge to one or more of $A, B, C, D$ but no return edge. That way, whenever the MC leaves $E$ it will never return. To ensure that with positive probability it could remain at $E$, you can give it a self loop. Try to convince yourself intuitively that this construction gives what you need. The transition matrix could be,



      $$P = left[ begin{matrix}a & 1-a & 0 & 0 & 0 \ 0 & b & 1-b & 0 & 0 \ 0 & 0 & c & 1-c& 0 \ 1-d & 0 & 0 & d & 0 \ 1-e & 0 & 0 & 0 & e end{matrix} right] $$



      For example, starting at $E$ the probability that it will be at $E$ the next turn will be $e$, and the probability that it will be at $E$ in the 2nd turn (i.e. $p_2(E to E)$) is $e^2$ and so on.






      share|cite|improve this answer











      $endgroup$
















        0












        0








        0





        $begingroup$

        For part (a), what the question stem gives, is the asymptotic behaviour of the markov chain. From what I understand, the notation $p_{infty}(A to A)$ is the probability that starting at $A$, the asymptotic probability that we will be at $A$, that is, the limiting probability of being at $A$ on the $n$th step. Note that for a markov chain with transition matrix $P in mathbb{R}^{4times 4}$ and asymptotic distribution $pi in mathbb{R}^4$ (assuming it exists) satisfies,



        $$P^T pi = pi $$



        In our case the asymptotic distribution is given by,



        $$pi = left[begin{matrix}0.5 \ 0.2 \ 0.2 \ 0.1 end{matrix} right] $$



        Now, our task is to find the transition matrix $P$, from that, we can construct the markov chain. Of course, there is no unique solution, so we need to make some choices. Perhaps the easiest thing to do right now is to decide on the structure of the MC. Note that the asymptotic distribution is non-zero for any entry, meaning the MC is irreducible (so we can go to any vertex from any other vertex).



        One way that comes to mind is simply making a cycle graph with the following transition matrix,



        $$P = left[ begin{matrix}a & 1-a & 0 & 0 \ 0 & b & 1-b & 0 \ 0 & 0 & c & 1-c \ 1-d & 0 & 0 & d end{matrix} right] $$



        For some parameters $a, b, c, d$. You put this into the equation with the given $pi$ (don't forget, you use $P^T$ and not $P$!) then try to find a solution to that linear system. I will let you do the details but from what I found, the equations reduce down the following two,



        $$b = c $$



        $$0.5a - 0.1d = 0.4 $$



        I chose $b = c = 0.6$, $d = 0.2$ and $a = 0.84$. You should do the equations yourself and find your own solution. An interesting extension question is to ask about the kinds of probability distributions can be given to the cycle graph, or to ask how the structure of the graph has in relation to the probability distribution.



        For part (b), what this is asking is to add another vertex to your graph such that if we started at $E$ we would never return to $E$. You can accomplish this by adding the vertex $E$ and an edge to one or more of $A, B, C, D$ but no return edge. That way, whenever the MC leaves $E$ it will never return. To ensure that with positive probability it could remain at $E$, you can give it a self loop. Try to convince yourself intuitively that this construction gives what you need. The transition matrix could be,



        $$P = left[ begin{matrix}a & 1-a & 0 & 0 & 0 \ 0 & b & 1-b & 0 & 0 \ 0 & 0 & c & 1-c& 0 \ 1-d & 0 & 0 & d & 0 \ 1-e & 0 & 0 & 0 & e end{matrix} right] $$



        For example, starting at $E$ the probability that it will be at $E$ the next turn will be $e$, and the probability that it will be at $E$ in the 2nd turn (i.e. $p_2(E to E)$) is $e^2$ and so on.






        share|cite|improve this answer











        $endgroup$



        For part (a), what the question stem gives, is the asymptotic behaviour of the markov chain. From what I understand, the notation $p_{infty}(A to A)$ is the probability that starting at $A$, the asymptotic probability that we will be at $A$, that is, the limiting probability of being at $A$ on the $n$th step. Note that for a markov chain with transition matrix $P in mathbb{R}^{4times 4}$ and asymptotic distribution $pi in mathbb{R}^4$ (assuming it exists) satisfies,



        $$P^T pi = pi $$



        In our case the asymptotic distribution is given by,



        $$pi = left[begin{matrix}0.5 \ 0.2 \ 0.2 \ 0.1 end{matrix} right] $$



        Now, our task is to find the transition matrix $P$, from that, we can construct the markov chain. Of course, there is no unique solution, so we need to make some choices. Perhaps the easiest thing to do right now is to decide on the structure of the MC. Note that the asymptotic distribution is non-zero for any entry, meaning the MC is irreducible (so we can go to any vertex from any other vertex).



        One way that comes to mind is simply making a cycle graph with the following transition matrix,



        $$P = left[ begin{matrix}a & 1-a & 0 & 0 \ 0 & b & 1-b & 0 \ 0 & 0 & c & 1-c \ 1-d & 0 & 0 & d end{matrix} right] $$



        For some parameters $a, b, c, d$. You put this into the equation with the given $pi$ (don't forget, you use $P^T$ and not $P$!) then try to find a solution to that linear system. I will let you do the details but from what I found, the equations reduce down the following two,



        $$b = c $$



        $$0.5a - 0.1d = 0.4 $$



        I chose $b = c = 0.6$, $d = 0.2$ and $a = 0.84$. You should do the equations yourself and find your own solution. An interesting extension question is to ask about the kinds of probability distributions can be given to the cycle graph, or to ask how the structure of the graph has in relation to the probability distribution.



        For part (b), what this is asking is to add another vertex to your graph such that if we started at $E$ we would never return to $E$. You can accomplish this by adding the vertex $E$ and an edge to one or more of $A, B, C, D$ but no return edge. That way, whenever the MC leaves $E$ it will never return. To ensure that with positive probability it could remain at $E$, you can give it a self loop. Try to convince yourself intuitively that this construction gives what you need. The transition matrix could be,



        $$P = left[ begin{matrix}a & 1-a & 0 & 0 & 0 \ 0 & b & 1-b & 0 & 0 \ 0 & 0 & c & 1-c& 0 \ 1-d & 0 & 0 & d & 0 \ 1-e & 0 & 0 & 0 & e end{matrix} right] $$



        For example, starting at $E$ the probability that it will be at $E$ the next turn will be $e$, and the probability that it will be at $E$ in the 2nd turn (i.e. $p_2(E to E)$) is $e^2$ and so on.







        share|cite|improve this answer














        share|cite|improve this answer



        share|cite|improve this answer








        edited Dec 16 '18 at 5:53

























        answered Dec 16 '18 at 5:47









        symchdmathsymchdmath

        54816




        54816






























            draft saved

            draft discarded




















































            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.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3042261%2fmarkov-chain-construction%23new-answer', 'question_page');
            }
            );

            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







            Popular posts from this blog

            Mont Emei

            Province de Neuquén

            Soliste