We can't find the internet
Attempting to reconnect
Something went wrong!
Hang in there while we get back on track
Raymond Hettinger: Numerical Marvels Inside Python - Keynote | PyData Tel Aviv 2022
Discover the importance of accuracy in numerical computations and explore techniques used in Python's math and statistics modules.
- The importance of accuracy in numerical computations is highlighted, with the speaker noting that it’s easy to lose precision with floating point numbers.
-
The talk focuses on the
mathandstatisticsmodules in Python, and the techniques used to improve accuracy in numerical computations. - The speaker discusses the concept of a “group” in mathematics, which has properties that make it useful for numerical computations.
-
The
hypotfunction is used as an example of a function that can be computed accurately using numerical techniques. -
The speaker notes that the
mathmodule has agammafunction that can be used to compute factorials, and that this function is used to improve accuracy in numerical computations. - The talk also discusses the concept of logarithms and how they can be used to reduce the size of large numbers, making it easier to compute accurate results.
-
The speaker notes that the
statisticsmodule has functions for computing combinations and permutations, and that these functions can be used to improve accuracy in numerical computations. -
The talk concludes by highlighting the importance of accuracy in numerical computations, and the techniques used in the
mathandstatisticsmodules to achieve accurate results.