Skip to main content Brad's PyNotes

Posts on Math

  1. Statistics Module

    TL;DR

    The statistics module provides mathematical statistics functions for calculating averages, spread measures, and correlations without external dependencies.

    Interesting!

    Unlike floating-point calculations, the statistics module can work with Decimal and Fraction types for exact mathematical precision in statistical calculations!