Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 925 Bytes

File metadata and controls

12 lines (8 loc) · 925 Bytes

Bayesian Decision-making Algorithms

This repository contains the companion web version of the Bayesian Decision-making Algorithms book, which has been built with the designed to last philosophy in mind.

The build pipeline is as follows:

  1. Convert the TeX source to Markdown using a Node script.1
  2. Build the HTML site using Zola.
  3. Render all math server-side using KaTeX with a small helper script.

For copyright reasons, this repository does not accept pull requests directly. If you find an error or other issue with the book, please file a GitHub issue.

Footnotes

  1. The designed-to-last philosophy does not extend to this script, which very much relies on an approach where only final output is verified rather than intermediate logic.