Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 454 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 454 Bytes

matstat-labs

Binder

A repo for matstat labs

Labs:

  • 1.ipynb
  • 2.ipynb
  • 3.ipynb

Utils:

  • /s - module with different classes to test statistical hypotheses.
  • /s/utils.py - simple util to output an html table
  • /s/Sample.py - represents a sample and has some helper methods. Also can be constructed without real sample data.