Q1: 15 points Q2: 20 points Q3: 25 points Q4: 30 points Q5: 30 points Total: 120 points
twitter.com/dog_rates
. Recently they provided
ratings for a set of five dogs: Ali, Cardie, Duncan, Toby, and
Whistle (the set {a, c, d, t, w}). All of the ratings were
integers in the set {11, 12, 13, 14, 15}. We define r(x) to be
the rating of dog x, and assume that r is a function.
We will define M to be the Markov process for this game, with state set {0, 1, 2}, and Z to be the transition matrix of M, with Zij being the probability of going from state i to state j in one step. We also define A to be the matrix such that Aij is the number of outcomes (out of four) that take state i to state j in one step. Note that for any i and j, Zij = Aij/4. We can also consider A to be the adjacency matrix of a directed multigraph G, which has node set {0, 1, 2} and has Aij directed edges from node i to node j.
Last modified 14 January 2018