当前位置:网站首页>Stochastic process -- Markov chain
Stochastic process -- Markov chain
2022-06-23 19:33:00 【Jokic_ Rn】
Markov The process
The present state is known , The future state has nothing to do with the past state .
P ( X ( t n + 1 ) ≤ x n + 1 ∣ X ( t 1 ) = x 1 , . . . , X ( t n ) = x n ) = P ( X ( t n + 1 ) ≤ x n + 1 ∣ X ( t n ) = x n ) P(X(t_{n+1})≤x_{n+1}|X(t_1)=x_1,...,X(t_n)=x_n) = P(X(t_{n+1})≤x_{n+1}|X(t_n)=x_n) P(X(tn+1)≤xn+1∣X(t1)=x1,...,X(tn)=xn)=P(X(tn+1)≤xn+1∣X(tn)=xn)
State transition matrix
If the state transition probability is independent of a certain state , Call this process homogeneous Markov The process .
p i j = P ( X n + k = j ∣ X n = i ) p_{ij} = P(X_{n+k}=j|X_n=i) pij=P(Xn+k=j∣Xn=i)
i It's the current state ,j Is the next status
In matrix form
P ( k ) = [ p 11 ( k ) p 12 ( k ) . . . p 1 n ( k ) . . . . . . . . . . . . . . . . . . . . . . . . p n 1 ( k ) . . . . . . p n n ( k ) ] P(k) = \begin{bmatrix} p_{11}(k) & p_{12}(k) & ... & p_{1n}(k) \\ ... & ... & ...&...\\ ... & ...& ... & ...\\ p_{n1}(k) & ... & ... & p_{nn}(k) \end{bmatrix} P(k)=⎣⎢⎢⎡p11(k)......pn1(k)p12(k).....................p1n(k)......pnn(k)⎦⎥⎥⎤
C-K equation
p i j = ∑ r p i r ( k ) p r j ( l ) p_{ij} = \sum_rp_{ir}(k)p_{rj}(l) pij=r∑pir(k)prj(l)
In the form of a matrix
P ( k + l ) = P ( k ) P ( l ) = [ P ( 1 ) ] k + l P(k+l) = P(k)P(l) = [P(1)]^{k+l} P(k+l)=P(k)P(l)=[P(1)]k+l
n The transition probability of each step can be determined by 1 Step transition probability acquisition
边栏推荐
- Advanced network accounting notes (V)
- LeetCode 1079. 活字印刷
- Principles of microcomputer Chapter VIII notes arrangement
- Function definition and function parameters
- Matrix analysis notes (I)
- Robust extraction of specific signals with time structure (Part 2)
- Matrix analysis notes (II)
- Naacl 2022 finds | byte proposes MTG: multilingual text generation data set
- #19生成器函数经典案例
- 打新债有何要求 打新债安全吗
猜你喜欢

#20Set介绍与API

Chaos engineering, learn about it
Database migration tool flyway vs liquibase (I)

Take out Jianghu will change, and meituan "big brother" is hard to be

Sany Heavy energy technology innovation board listed: annual revenue of RMB 10.2 billion and market value of RMB 47 billion

火线沙龙第26期-多云安全专场

硬件开发笔记(六): 硬件开发基本流程,制作一个USB转RS232的模块(五):创建USB封装库并关联原理图元器件

How can enterprises do business monitoring well?

Nanxin semiconductor rushes to the scientific innovation board: its annual revenue is RMB 980 million. Sequoia Xiaomi oppo is the shareholder

为什么你的数据图谱分析图上只显示一个值?
随机推荐
#19生成器函数经典案例
SAP实施项目上的内部顾问与外部顾问,相互为难还是相互成就?
[noi 2014] 15. Syndrome de difficulté à se lever [binaire]
Programmable, protocol independent software switch (read the paper)
Shunted self attention | vit method for solving small target problems, which is derived from PVT and higher than PVT
Robust extraction of specific signals with time structure (Part 2)
【NOI2014】15.起床困难综合症【二进制】
宝安区航城街道领导一行莅临联诚发参观调研
20set introduction and API
Function definition and function parameters
Are there conditions for making new bonds? Is it safe to make new bonds
Définition de la fonction et paramètres de la fonction
打新债有何要求 打新债安全吗
Uniswap创始人:不会为Genie发行独立代币,Genie产品将集成至Uniswap界面
Matrix analysis notes (II)
函數的定義和函數的參數
[one by one series] identityserver4 (II) using client credentials to protect API resources
SAVE: 软件分析验证和测试平台
LeetCode 每日一题——30. 串联所有单词的子串
[one by one series] spa of identityserver4 (VI) authorization code process principle