東京大学 新領域創成科学研究科 メディカル情報生命専攻 2018年8月実施 問題11
Author
zephyr
Description
Suppose that a sequence x = x 1 x 2 ⋯ x n \mathbf{x} = x_1 x_2 \cdots x_n x = x 1 x 2 ⋯ x n is generated from a first-order stationary Markov model that has initial probabilities { π k } \{\pi_k\} { π k } and transition probabilities { a i j } \{a_{ij}\} { a ij } as follows.
Initial probabilities:
P ( x 1 = k ) = π k , for k ∈ { 0 , 1 } P(x_1 = k) = \pi_k, \quad \text{for } k \in \{0, 1\} P ( x 1 = k ) = π k , for k ∈ { 0 , 1 }
Transition probabilities:
P ( x t = j ∣ x t − 1 = i ) = a i j , for i , j ∈ { 0 , 1 } , t = 2 , … , n P(x_t = j \mid x_{t-1} = i) = a_{ij}, \quad \text{for } i, j \in \{0, 1\}, \quad t = 2, \ldots, n P ( x t = j ∣ x t − 1 = i ) = a ij , for i , j ∈ { 0 , 1 } , t = 2 , … , n
Note that P ( X ) P(X) P ( X ) is the probability that X X X is true, and P ( X ∣ Y ) P(X \mid Y) P ( X ∣ Y ) is the conditional probability that X X X is true when Y Y Y is true.
Answer the following questions:
(1) Assume n = 4 n = 4 n = 4 . Show the probability that 101 101 101 is included as a continuous substring in x \mathbf{x} x . Show also the probability that 111 111 111 is included as a continuous substring in x \mathbf{x} x .
(2) Assume n = 4 n = 4 n = 4 . Show the expected number of 1s in x \mathbf{x} x when 101 101 101 is included as a continuous substring in x \mathbf{x} x .
In the following questions, use the following transition probabilities.
a 00 = 0.8 , a 01 = 0.2 , a 10 = 0.3 , a 11 = 0.7 a_{00} = 0.8, \quad a_{01} = 0.2, \quad a_{10} = 0.3, \quad a_{11} = 0.7 a 00 = 0.8 , a 01 = 0.2 , a 10 = 0.3 , a 11 = 0.7
(3) Calculate the expected proportion of 1s in x \mathbf{x} x when n → ∞ n \to \infty n → ∞ .
(4) Suppose that n = 2 m n = 2m n = 2 m (m m m is a positive integer). When every two letters of x = x 1 x 2 ⋯ x 2 m \mathbf{x} = x_1 x_2 \cdots x_{2m} x = x 1 x 2 ⋯ x 2 m is converted to a letter of y = y 1 ⋯ y m \mathbf{y} = y_1 \cdots y_m y = y 1 ⋯ y m using the following rule, calculate the expected proportions of a , c , g , t a, c, g, t a , c , g , t in y \mathbf{y} y when m → ∞ m \to \infty m → ∞ .
y i = { a , if x 2 i − 1 = 0 and x 2 i = 0 , c , if x 2 i − 1 = 0 and x 2 i = 1 , g , if x 2 i − 1 = 1 and x 2 i = 0 , t , if x 2 i − 1 = 1 and x 2 i = 1 , for i = 1 , … , m y_i =
\begin{cases}
a, & \text{if } x_{2i-1} = 0 \text{ and } x_{2i} = 0, \\
c, & \text{if } x_{2i-1} = 0 \text{ and } x_{2i} = 1, \\
g, & \text{if } x_{2i-1} = 1 \text{ and } x_{2i} = 0, \\
t, & \text{if } x_{2i-1} = 1 \text{ and } x_{2i} = 1, \\
\end{cases}
\quad \text{for } i = 1, \ldots, m y i = ⎩ ⎨ ⎧ a , c , g , t , if x 2 i − 1 = 0 and x 2 i = 0 , if x 2 i − 1 = 0 and x 2 i = 1 , if x 2 i − 1 = 1 and x 2 i = 0 , if x 2 i − 1 = 1 and x 2 i = 1 , for i = 1 , … , m
假设序列 x = x 1 x 2 ⋯ x n \mathbf{x} = x_1 x_2 \cdots x_n x = x 1 x 2 ⋯ x n 是从一个一阶平稳马尔可夫模型生成的,该模型具有如下初始概率 { π k } \{\pi_k\} { π k } 和转移概率 { a i j } \{a_{ij}\} { a ij } 。
初始概率:
P ( x 1 = k ) = π k , 对于 k ∈ { 0 , 1 } P(x_1 = k) = \pi_k, \quad \text{对于 } k \in \{0, 1\} P ( x 1 = k ) = π k , 对于 k ∈ { 0 , 1 }
转移概率:
P ( x t = j ∣ x t − 1 = i ) = a i j , 对于 i , j ∈ { 0 , 1 } , t = 2 , … , n P(x_t = j \mid x_{t-1} = i) = a_{ij}, \quad \text{对于 } i, j \in \{0, 1\}, \quad t = 2, \ldots, n P ( x t = j ∣ x t − 1 = i ) = a ij , 对于 i , j ∈ { 0 , 1 } , t = 2 , … , n
注意 P ( X ) P(X) P ( X ) 是 X X X 为真的概率,P ( X ∣ Y ) P(X \mid Y) P ( X ∣ Y ) 是 X X X 在 Y Y Y 为真时的条件概率。
回答以下问题:
(1) 假设 n = 4 n = 4 n = 4 。证明在 x \mathbf{x} x 中包含 101 101 101 作为连续子串的概率。也证明在 x \mathbf{x} x 中包含 111 111 111 作为连续子串的概率。
(2) 假设 n = 4 n = 4 n = 4 。证明在 x \mathbf{x} x 中包含 101 101 101 作为连续子串时 x \mathbf{x} x 中 1 的期望数量。
在以下问题中,使用以下转移概率。
a 00 = 0.8 , a 01 = 0.2 , a 10 = 0.3 , a 11 = 0.7 a_{00} = 0.8, \quad a_{01} = 0.2, \quad a_{10} = 0.3, \quad a_{11} = 0.7 a 00 = 0.8 , a 01 = 0.2 , a 10 = 0.3 , a 11 = 0.7
(3) 计算当 n → ∞ n \to \infty n → ∞ 时 x \mathbf{x} x 中 1 的期望比例。
(4) 假设 n = 2 m n = 2m n = 2 m (m m m 是一个正整数)。当 x = x 1 x 2 ⋯ x 2 m \mathbf{x} = x_1 x_2 \cdots x_{2m} x = x 1 x 2 ⋯ x 2 m 的每两个字母转换为 y = y 1 ⋯ y m \mathbf{y} = y_1 \cdots y_m y = y 1 ⋯ y m 的一个字母时,使用以下规则,计算 y \mathbf{y} y 中 a , c , g , t a, c, g, t a , c , g , t 的期望比例,当 m → ∞ m \to \infty m → ∞ 时。
y i = { a , 如果 x 2 i − 1 = 0 且 x 2 i = 0 , c , 如果 x 2 i − 1 = 0 且 x 2 i = 1 , g , 如果 x 2 i − 1 = 1 且 x 2 i = 0 , t , 如果 x 2 i − 1 = 1 且 x 2 i = 1 , 对于 i = 1 , … , m y_i =
\begin{cases}
a, & \text{如果 } x_{2i-1} = 0 \text{ 且 } x_{2i} = 0, \\
c, & \text{如果 } x_{2i-1} = 0 \text{ 且 } x_{2i} = 1, \\
g, & \text{如果 } x_{2i-1} = 1 \text{ 且 } x_{2i} = 0, \\
t, & \text{如果 } x_{2i-1} = 1 \text{ 且 } x_{2i} = 1, \\
\end{cases}
\quad \text{对于 } i = 1, \ldots, m y i = ⎩ ⎨ ⎧ a , c , g , t , 如果 x 2 i − 1 = 0 且 x 2 i = 0 , 如果 x 2 i − 1 = 0 且 x 2 i = 1 , 如果 x 2 i − 1 = 1 且 x 2 i = 0 , 如果 x 2 i − 1 = 1 且 x 2 i = 1 , 对于 i = 1 , … , m
Kai
(1)
To determine the probability of specific substrings occurring within a Markov sequence, we need to calculate the joint probabilities of these substrings appearing in the sequence.
Probability of 101 101 101 being included
We consider all possible sequences of length 4 that include 101 101 101 as a continuous substring:
0101 0101 0101
1010 1010 1010
1011 1011 1011
1101 1101 1101
Calculate the probabilities of these sequences:
For 0101 0101 0101 :
P ( 0101 ) = π 0 ⋅ a 01 ⋅ a 10 ⋅ a 01 P(0101) = \pi_0 \cdot a_{01} \cdot a_{10} \cdot a_{01} P ( 0101 ) = π 0 ⋅ a 01 ⋅ a 10 ⋅ a 01
For 1010 1010 1010 :
P ( 1010 ) = π 1 ⋅ a 10 ⋅ a 01 ⋅ a 10 P(1010) = \pi_1 \cdot a_{10} \cdot a_{01} \cdot a_{10} P ( 1010 ) = π 1 ⋅ a 10 ⋅ a 01 ⋅ a 10
For 1011 1011 1011 :
P ( 1011 ) = π 1 ⋅ a 10 ⋅ a 01 ⋅ a 11 P(1011) = \pi_1 \cdot a_{10} \cdot a_{01} \cdot a_{11} P ( 1011 ) = π 1 ⋅ a 10 ⋅ a 01 ⋅ a 11
For 1101 1101 1101 :
P ( 1101 ) = π 1 ⋅ a 11 ⋅ a 10 ⋅ a 01 P(1101) = \pi_1 \cdot a_{11} \cdot a_{10} \cdot a_{01} P ( 1101 ) = π 1 ⋅ a 11 ⋅ a 10 ⋅ a 01
The probability of 101 101 101 being included is the sum of these probabilities:
P ( 101 ) = P ( 0101 ) + P ( 1010 ) + P ( 1011 ) + P ( 1101 ) = π 0 ⋅ a 01 ⋅ a 10 ⋅ a 01 + π 1 ⋅ a 10 ⋅ a 01 ⋅ a 10 + π 1 ⋅ a 10 ⋅ a 01 ⋅ a 11 + π 1 ⋅ a 11 ⋅ a 10 ⋅ a 01 P(101) = P(0101) + P(1010) + P(1011) + P(1101) = \pi_0 \cdot a_{01} \cdot a_{10} \cdot a_{01} + \pi_1 \cdot a_{10} \cdot a_{01} \cdot a_{10} + \pi_1 \cdot a_{10} \cdot a_{01} \cdot a_{11} + \pi_1 \cdot a_{11} \cdot a_{10} \cdot a_{01} P ( 101 ) = P ( 0101 ) + P ( 1010 ) + P ( 1011 ) + P ( 1101 ) = π 0 ⋅ a 01 ⋅ a 10 ⋅ a 01 + π 1 ⋅ a 10 ⋅ a 01 ⋅ a 10 + π 1 ⋅ a 10 ⋅ a 01 ⋅ a 11 + π 1 ⋅ a 11 ⋅ a 10 ⋅ a 01
= π 0 ⋅ a 01 ⋅ a 10 ⋅ a 01 + π 1 ⋅ ( a 10 ⋅ a 01 + a 11 ⋅ a 10 ⋅ a 01 ) = \pi_0 \cdot a_{01} \cdot a_{10} \cdot a_{01} + \pi_1 \cdot (a_{10} \cdot a_{01} + a_{11} \cdot a_{10} \cdot a_{01}) = π 0 ⋅ a 01 ⋅ a 10 ⋅ a 01 + π 1 ⋅ ( a 10 ⋅ a 01 + a 11 ⋅ a 10 ⋅ a 01 )
Probability of 111 111 111 being included
We consider the sequences of length 4 that include 111 111 111 as a continuous substring:
0111 0111 0111
1110 1110 1110
1111 1111 1111
Calculate the probabilities of these sequences:
For 0111 0111 0111 :
P ( 0111 ) = π 0 ⋅ a 01 ⋅ a 11 ⋅ a 11 P(0111) = \pi_0 \cdot a_{01} \cdot a_{11} \cdot a_{11} P ( 0111 ) = π 0 ⋅ a 01 ⋅ a 11 ⋅ a 11
For 1110 1110 1110 :
P ( 1110 ) = π 1 ⋅ a 11 ⋅ a 11 ⋅ a 10 P(1110) = \pi_1 \cdot a_{11} \cdot a_{11} \cdot a_{10} P ( 1110 ) = π 1 ⋅ a 11 ⋅ a 11 ⋅ a 10
For 1111 1111 1111 :
P ( 1111 ) = π 1 ⋅ a 11 ⋅ a 11 ⋅ a 11 P(1111) = \pi_1 \cdot a_{11} \cdot a_{11} \cdot a_{11} P ( 1111 ) = π 1 ⋅ a 11 ⋅ a 11 ⋅ a 11
The probability of 111 111 111 being included is the sum of these probabilities:
P ( 111 ) = P ( 0111 ) + P ( 1110 ) + P ( 1111 ) = π 0 ⋅ a 01 ⋅ a 11 ⋅ a 11 + π 1 ⋅ ( a 11 ⋅ a 11 ⋅ a 10 + a 11 ⋅ a 11 ⋅ a 11 ) P(111) = P(0111) + P(1110) + P(1111) = \pi_0 \cdot a_{01} \cdot a_{11} \cdot a_{11} + \pi_1 \cdot (a_{11} \cdot a_{11} \cdot a_{10} + a_{11} \cdot a_{11} \cdot a_{11}) P ( 111 ) = P ( 0111 ) + P ( 1110 ) + P ( 1111 ) = π 0 ⋅ a 01 ⋅ a 11 ⋅ a 11 + π 1 ⋅ ( a 11 ⋅ a 11 ⋅ a 10 + a 11 ⋅ a 11 ⋅ a 11 )
= π 0 ⋅ a 01 ⋅ a 11 ⋅ a 11 + π 1 ⋅ a 11 ⋅ a 11 = \pi_0 \cdot a_{01} \cdot a_{11} \cdot a_{11} + \pi_1 \cdot a_{11} \cdot a_{11} = π 0 ⋅ a 01 ⋅ a 11 ⋅ a 11 + π 1 ⋅ a 11 ⋅ a 11
(2)
Given that we need to find the expected number of 1s in the sequence x = x 1 x 2 x 3 x 4 \mathbf{x} = x_1 x_2 x_3 x_4 x = x 1 x 2 x 3 x 4 when the substring 101 101 101 is included, we need to consider the sequences that include 101 101 101 .
The sequences of length 4 that include 101 101 101 as a continuous substring are:
0101 0101 0101
1010 1010 1010
1011 1011 1011
1101 1101 1101
Let P ( 0101 ) P(0101) P ( 0101 ) , P ( 1010 ) P(1010) P ( 1010 ) , P ( 1011 ) P(1011) P ( 1011 ) , and P ( 1101 ) P(1101) P ( 1101 ) be the probabilities of these sequences, respectively.
We will calculate the expected number of 1s by averaging the number of 1s in these sequences, weighted by their probabilities.
For 0101 0101 0101 :
Number of 1s = 2 \text{Number of 1s} = 2 Number of 1s = 2
For 1010 1010 1010 :
Number of 1s = 2 \text{Number of 1s} = 2 Number of 1s = 2
For 1011 1011 1011 :
Number of 1s = 3 \text{Number of 1s} = 3 Number of 1s = 3
For 1101 1101 1101 :
Number of 1s = 3 \text{Number of 1s} = 3 Number of 1s = 3
The expected number of 1s, E [ # 1 s ] E[\#1s] E [ #1 s ] , is given by:
E [ # 1 s ] = 2 ⋅ P ( 0101 ) + 2 ⋅ P ( 1010 ) + 3 ⋅ P ( 1011 ) + 3 ⋅ P ( 1101 ) P ( 101 ) E[\#1s] = \frac{2 \cdot P(0101) + 2 \cdot P(1010) + 3 \cdot P(1011) + 3 \cdot P(1101)}{P(101)} E [ #1 s ] = P ( 101 ) 2 ⋅ P ( 0101 ) + 2 ⋅ P ( 1010 ) + 3 ⋅ P ( 1011 ) + 3 ⋅ P ( 1101 )
Where P ( 101 ) P(101) P ( 101 ) is the total probability of having the substring 101 101 101 :
P ( 101 ) = P ( 0101 ) + P ( 1010 ) + P ( 1011 ) + P ( 1101 ) P(101) = P(0101) + P(1010) + P(1011) + P(1101) P ( 101 ) = P ( 0101 ) + P ( 1010 ) + P ( 1011 ) + P ( 1101 )
Thus, the expected number of 1s is:
E [ # 1 s ] = 2 ⋅ P ( 0101 ) + 2 ⋅ P ( 1010 ) + 3 ⋅ P ( 1011 ) + 3 ⋅ P ( 1101 ) P ( 0101 ) + P ( 1010 ) + P ( 1011 ) + P ( 1101 ) E[\#1s] = \frac{2 \cdot P(0101) + 2 \cdot P(1010) + 3 \cdot P(1011) + 3 \cdot P(1101)}{P(0101) + P(1010) + P(1011) + P(1101)} E [ #1 s ] = P ( 0101 ) + P ( 1010 ) + P ( 1011 ) + P ( 1101 ) 2 ⋅ P ( 0101 ) + 2 ⋅ P ( 1010 ) + 3 ⋅ P ( 1011 ) + 3 ⋅ P ( 1101 )
Using the given probabilities:
P ( 0101 ) = π 0 ⋅ a 01 ⋅ a 10 ⋅ a 01 P(0101) = \pi_0 \cdot a_{01} \cdot a_{10} \cdot a_{01} P ( 0101 ) = π 0 ⋅ a 01 ⋅ a 10 ⋅ a 01
P ( 1010 ) = π 1 ⋅ a 10 ⋅ a 01 ⋅ a 10 P(1010) = \pi_1 \cdot a_{10} \cdot a_{01} \cdot a_{10} P ( 1010 ) = π 1 ⋅ a 10 ⋅ a 01 ⋅ a 10
P ( 1011 ) = π 1 ⋅ a 10 ⋅ a 01 ⋅ a 11 P(1011) = \pi_1 \cdot a_{10} \cdot a_{01} \cdot a_{11} P ( 1011 ) = π 1 ⋅ a 10 ⋅ a 01 ⋅ a 11
P ( 1101 ) = π 1 ⋅ a 11 ⋅ a 10 ⋅ a 01 P(1101) = \pi_1 \cdot a_{11} \cdot a_{10} \cdot a_{01} P ( 1101 ) = π 1 ⋅ a 11 ⋅ a 10 ⋅ a 01
Substitute these probabilities into the expression for the expected number of 1s:
E [ # 1 s ] = 2 ( π 0 ⋅ a 01 ⋅ a 10 ⋅ a 01 ) + 2 ( π 1 ⋅ a 10 ⋅ a 01 ⋅ a 10 ) + 3 ( π 1 ⋅ a 10 ⋅ a 01 ⋅ a 11 ) + 3 ( π 1 ⋅ a 11 ⋅ a 10 ⋅ a 01 ) ( π 0 ⋅ a 01 ⋅ a 10 ⋅ a 01 ) + ( π 1 ⋅ a 10 ⋅ a 01 ⋅ a 10 ) + ( π 1 ⋅ a 10 ⋅ a 01 ⋅ a 11 ) + ( π 1 ⋅ a 11 ⋅ a 10 ⋅ a 01 ) E[\#1s] = \frac{2 (\pi_0 \cdot a_{01} \cdot a_{10} \cdot a_{01}) + 2 (\pi_1 \cdot a_{10} \cdot a_{01} \cdot a_{10}) + 3 (\pi_1 \cdot a_{10} \cdot a_{01} \cdot a_{11}) + 3 (\pi_1 \cdot a_{11} \cdot a_{10} \cdot a_{01})}{(\pi_0 \cdot a_{01} \cdot a_{10} \cdot a_{01}) + (\pi_1 \cdot a_{10} \cdot a_{01} \cdot a_{10}) + (\pi_1 \cdot a_{10} \cdot a_{01} \cdot a_{11}) + (\pi_1 \cdot a_{11} \cdot a_{10} \cdot a_{01})} E [ #1 s ] = ( π 0 ⋅ a 01 ⋅ a 10 ⋅ a 01 ) + ( π 1 ⋅ a 10 ⋅ a 01 ⋅ a 10 ) + ( π 1 ⋅ a 10 ⋅ a 01 ⋅ a 11 ) + ( π 1 ⋅ a 11 ⋅ a 10 ⋅ a 01 ) 2 ( π 0 ⋅ a 01 ⋅ a 10 ⋅ a 01 ) + 2 ( π 1 ⋅ a 10 ⋅ a 01 ⋅ a 10 ) + 3 ( π 1 ⋅ a 10 ⋅ a 01 ⋅ a 11 ) + 3 ( π 1 ⋅ a 11 ⋅ a 10 ⋅ a 01 )
(3)
To find the steady-state probabilities π 0 \pi_0 π 0 and π 1 \pi_1 π 1 , we solve the following system:
π 0 = π 0 a 00 + π 1 a 10 \pi_0 = \pi_0 a_{00} + \pi_1 a_{10} π 0 = π 0 a 00 + π 1 a 10
π 1 = π 0 a 01 + π 1 a 11 \pi_1 = \pi_0 a_{01} + \pi_1 a_{11} π 1 = π 0 a 01 + π 1 a 11
π 0 + π 1 = 1 \pi_0 + \pi_1 = 1 π 0 + π 1 = 1
Substitute the given values:
π 0 = π 0 ⋅ 0.8 + π 1 ⋅ 0.3 \pi_0 = \pi_0 \cdot 0.8 + \pi_1 \cdot 0.3 π 0 = π 0 ⋅ 0.8 + π 1 ⋅ 0.3
π 1 = π 0 ⋅ 0.2 + π 1 ⋅ 0.7 \pi_1 = \pi_0 \cdot 0.2 + \pi_1 \cdot 0.7 π 1 = π 0 ⋅ 0.2 + π 1 ⋅ 0.7
π 0 + π 1 = 1 \pi_0 + \pi_1 = 1 π 0 + π 1 = 1
Solving the system:
π 0 = 3 5 , π 1 = 2 5 \pi_0 = \frac{3}{5}, \quad \pi_1 = \frac{2}{5} π 0 = 5 3 , π 1 = 5 2
The expected proportion of 1s is:
π 1 = 2 5 = 0.4 \pi_1 = \frac{2}{5} = 0.4 π 1 = 5 2 = 0.4
(4)
Given the rules for y i y_i y i :
a a a : x 2 i − 1 = 0 x_{2i-1} = 0 x 2 i − 1 = 0 and x 2 i = 0 x_{2i} = 0 x 2 i = 0
c c c : x 2 i − 1 = 0 x_{2i-1} = 0 x 2 i − 1 = 0 and x 2 i = 1 x_{2i} = 1 x 2 i = 1
g g g : x 2 i − 1 = 1 x_{2i-1} = 1 x 2 i − 1 = 1 and x 2 i = 0 x_{2i} = 0 x 2 i = 0
t t t : x 2 i − 1 = 1 x_{2i-1} = 1 x 2 i − 1 = 1 and x 2 i = 1 x_{2i} = 1 x 2 i = 1
Calculate the steady-state probabilities for pairs:
P ( 00 ) = π 0 ⋅ a 00 = 3 5 ⋅ 0.8 = 0.48 P(00) = \pi_0 \cdot a_{00} = \frac{3}{5} \cdot 0.8 = 0.48 P ( 00 ) = π 0 ⋅ a 00 = 5 3 ⋅ 0.8 = 0.48
P ( 01 ) = π 0 ⋅ a 01 = 3 5 ⋅ 0.2 = 0.12 P(01) = \pi_0 \cdot a_{01} = \frac{3}{5} \cdot 0.2 = 0.12 P ( 01 ) = π 0 ⋅ a 01 = 5 3 ⋅ 0.2 = 0.12
P ( 10 ) = π 1 ⋅ a 10 = 2 5 ⋅ 0.3 = 0.12 P(10) = \pi_1 \cdot a_{10} = \frac{2}{5} \cdot 0.3 = 0.12 P ( 10 ) = π 1 ⋅ a 10 = 5 2 ⋅ 0.3 = 0.12
P ( 11 ) = π 1 ⋅ a 11 = 2 5 ⋅ 0.7 = 0.28 P(11) = \pi_1 \cdot a_{11} = \frac{2}{5} \cdot 0.7 = 0.28 P ( 11 ) = π 1 ⋅ a 11 = 5 2 ⋅ 0.7 = 0.28
The expected proportions are:
a a a : P ( 00 ) = 0.48 P(00) = 0.48 P ( 00 ) = 0.48
c c c : P ( 01 ) = 0.12 P(01) = 0.12 P ( 01 ) = 0.12
g g g : P ( 10 ) = 0.12 P(10) = 0.12 P ( 10 ) = 0.12
t t t : P ( 11 ) = 0.28 P(11) = 0.28 P ( 11 ) = 0.28
Knowledge
概率计算 马尔可夫链 转移概率 随机过程
重点词汇
Markov Model 马尔可夫模型
Transition Probability 转移概率
Steady-State 稳态
参考资料
"Markov Chains: From Theory to Implementation and Experimentation" by Paul A. Gagniuc
"Introduction to Probability Models" by Sheldon M. Ross