_toc.yml 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. # Table of contents
  2. # Learn more at https://jupyterbook.org/customize/toc.html
  3. format: jb-book
  4. root: root
  5. chapters:
  6. - file: chapters/scratch
  7. - file: chapters/ssm/ssm
  8. - file: chapters/hmm/hmm_index
  9. sections:
  10. - file: chapters/hmm/hmm
  11. - file: chapters/hmm/hmm_filter
  12. - file: chapters/hmm/hmm_smoother
  13. - file: chapters/hmm/hmm_viterbi
  14. - file: chapters/hmm/hmm_parallel
  15. - file: chapters/hmm/hmm_sampling
  16. - file: chapters/lgssm/lgssm_index
  17. sections:
  18. - file: chapters/lgssm/kalman_filter
  19. - file: chapters/lgssm/kalman_smoother
  20. - file: chapters/lgssm/kalman_parallel
  21. - file: chapters/lgssm/kalman_sampling
  22. - file: chapters/extended/extended_index
  23. sections:
  24. - file: chapters/extended/extended_filter
  25. - file: chapters/extended/extended_smoother
  26. - file: chapters/extended/extended_parallel
  27. - file: chapters/unscented/unscented_index
  28. sections:
  29. - file: chapters/unscented/unscented_filter
  30. - file: chapters/unscented/unscented_smoother
  31. - file: chapters/quadrature/quadrature_index
  32. - file: chapters/postlin/postlin_index
  33. - file: chapters/adf/adf_index
  34. - file: chapters/vi/vi_index
  35. - file: chapters/pf/pf_index
  36. - file: chapters/smc/smc_index
  37. - file: chapters/learning/learning_index
  38. sections:
  39. - file: chapters/learning/em
  40. - file: chapters/learning/sgd
  41. - file: chapters/learning/vb
  42. - file: chapters/learning/mcmc
  43. - file: chapters/tracking/tracking_index
  44. - file: chapters/ensemble/ensemble_index
  45. - file: chapters/bnp/bnp_index
  46. - file: chapters/changepoint/changepoint_index
  47. - file: chapters/timeseries/timeseries_index
  48. - file: chapters/gp/gp_index
  49. - file: chapters/ode/ode_index
  50. - file: chapters/control/control_index
  51. - file: bib