This is Haji's MSc thesis codes. Use it with ultimate caution.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

app2.tex 2.0KB

123456789101112131415161718192021222324252627282930313233
  1. % !TEX encoding = UTF-8 Unicode
  2. \chapter{اثبات‌ها}\label{Chap:App2}
  3. %==================================================================
  4. \section*{اثبات گزاره \ref{thm:4c-lglk}}\label{app:4c-lglk}
  5. با استفاده از قانون زنجیر در احتمالات می‌توان نوشت
  6. \begin{align}
  7. &f(\mathcal{D} \vert \theta) = \prod_{i=1}^K f\left((t_i,u_i,p_i)| \mathcal{D}(t_i)\right) \prod_{u=1}^{N} S(T,u) \nonumber
  8. \end{align}
  9. که $t_0=0$ و $S_u(T)$ احتمال بقای فرآیند $\lambda_u(t)$ بعد از آخرین رویدادش است.
  10. \begin{align}
  11. S_u(T) = \exp\left(-\int_{t_{\vert\mathcal{D}_u\vert}}^T \lambda_{u}(s) ds\right) \nonumber
  12. \end{align}
  13. اکنون با استفاده از رابطه فوق می‌توان درستنمایی را محاسبه کرد.
  14. \begin{align}
  15. &f(\mathcal{D} \vert \theta)
  16. = \prod_{u=1}^{N} \prod_{i=1}^{\vert\mathcal{D}_u\vert} f\left((t_i,u_i,p_i)| \mathcal{D}(t_i)\right) \prod_{u=1}^{N} S(T,u) \nonumber \\
  17. &= \prod_{u=1}^{N} \prod_{i=1}^{\vert\mathcal{D}_u\vert} \lambda_{u}(t_i) \exp\left(-\int_{t_{i-1}}^{t_i} \lambda_{u}(s) ds\right) f_{u}(p_i | t_i)
  18. \prod_{u=1}^{N} S(T,u) \nonumber
  19. \end{align}
  20. \begin{align}
  21. &= \prod_{u=1}^{N} \exp\left(-\int_0^{t_{\vert\mathcal{D}_u\vert}} \lambda_{u}(s) ds\right) \prod_{i=1}^{\vert\mathcal{D}_u\vert} f_{u}(p_i | t_i) \lambda_{u}(t_i) \prod_{u=1}^{N} S(T,u) \nonumber \\
  22. &= \prod_{u=1}^{N} \exp\left(-\int_0^{t_{\vert\mathcal{D}_u\vert}} \lambda_{u}(s) ds\right) S(T,u)
  23. \prod_{i=1}^{\vert\mathcal{D}_u\vert} f_{u}(p_i | t_i) \lambda_{u}(t_i) \nonumber\\
  24. &= \prod_{u=1}^{N} \exp\left(-\int_0^T \lambda_{u}(s) ds\right)
  25. \prod_{i=1}^{\vert\mathcal{D}_u\vert} f_{u}(p_i | t_i) \lambda_{u}(t_i) \nonumber
  26. \\
  27. &= \prod_{u=1}^{N} \exp\left(-\int_0^T \lambda_{u}(s) ds\right)
  28. \prod_{u=1}^{N} \prod_{i=1}^{\vert\mathcal{D}_u\vert} f_{u}(p_i | t_i) \lambda_{u}(t_i) \nonumber \\
  29. &=\exp\left(-\int_0^T \sum_{u=1}^N \lambda_u(s) ds \right) \prod_{i=1}^K \lambda_{u_i}(t_i) f_{u_i}(p_i|t_i) \nonumber
  30. \end{align}