_toc.yml 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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_discrete_numpy
  12. - file: chapters/hmm/hmm_filter
  13. - file: chapters/hmm/hmm_smoother
  14. - file: chapters/hmm/hmm_viterbi
  15. - file: chapters/hmm/hmm_parallel
  16. - file: chapters/hmm/hmm_sampling
  17. - file: chapters/lgssm/lgssm_index
  18. sections:
  19. - file: chapters/lgssm/kalman_filter
  20. - file: chapters/lgssm/kalman_smoother
  21. - file: chapters/lgssm/kalman_parallel
  22. - file: chapters/lgssm/kalman_sampling
  23. - file: chapters/extended/extended_index
  24. sections:
  25. - file: chapters/extended/extended_filter
  26. - file: chapters/extended/extended_smoother
  27. - file: chapters/extended/extended_parallel
  28. - file: chapters/unscented/unscented_index
  29. sections:
  30. - file: chapters/unscented/unscented_filter
  31. - file: chapters/unscented/unscented_smoother
  32. - file: chapters/quadrature/quadrature_index
  33. - file: chapters/postlin/postlin_index
  34. - file: chapters/adf/adf_index
  35. - file: chapters/vi/vi_index
  36. - file: chapters/pf/pf_index
  37. - file: chapters/smc/smc_index
  38. - file: chapters/learning/learning_index
  39. sections:
  40. - file: chapters/learning/em
  41. - file: chapters/learning/sgd
  42. - file: chapters/learning/vb
  43. - file: chapters/learning/mcmc
  44. - file: chapters/tracking/tracking_index
  45. - file: chapters/ensemble/ensemble_index
  46. - file: chapters/bnp/bnp_index
  47. - file: chapters/changepoint/changepoint_index
  48. - file: chapters/timeseries/timeseries_index
  49. - file: chapters/gp/gp_index
  50. - file: chapters/ode/ode_index
  51. - file: chapters/control/control_index
  52. - file: bib