Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 369 Bytes

09a-statistics-intro.asciidoc

File metadata and controls

15 lines (13 loc) · 369 Bytes
  • Counting

  • total burgers sold - total commits, repos,

  • counting a running and or smoothed average

  • standard deviation

  • sampling

  • uniform

  • top k

  • reservior

  • ?rolling topk/reservior sampling?

  • algebraic vs holistic aggregate

  • use countmin sketch to turn a holistic aggregate into an algebraic aggregate

  • quantile or histogram

  • numeric stability