本文介绍"Probability Spaces", 这是概率论中的基本概念. 注意到, 概率论的公理化基础是测度论, 因此对于概率度量函数\(\mathbb P\)的讨论涉及一些测度论知识.

Ref:

  1. NOTES ON PROBABILITY by Greg Lawler
  2. Probability_Theory by Kyle Siegrist
  3. The Book of Statistical Proofs
Read more »

Ref:

  1. NOTES ON PROBABILITY by Greg Lawler
  2. Probability_Theory by Kyle Siegrist
  3. The Book of Statistical Proofs
Read more »

Ref:

  • Beancount documentation
  • How to manage your finances with Beancount -- CoolByte
Read more »

A trie (pronounced as "try") or prefix tree is a tree data structure used for storing and searching a specific key from a set, usually a string set.

Using Trie, search complexities can be brought to O(n)(n = key length).

208. Implement Trie (Prefix Tree)

Read more »
0%