Statistics Every Programmer Needs
eBook - ePub

Statistics Every Programmer Needs

  1. English
  2. ePUB (mobile friendly)
  3. Available on iOS & Android
eBook - ePub

Statistics Every Programmer Needs

About this book

Put statistics into practice with Python!

Data-driven decisions rely on statistics. Statistics Every Programmer Needs introduces the statistical and quantitative methods that will help you go beyond “gut feeling” for tasks like predicting stock prices or assessing quality control, with examples using the rich tools of the Python ecosystem.

Statistics Every Programmer Needs will teach you how to:

• Apply foundational and advanced statistical techniques
• Build predictive models and simulations
• Optimize decisions under constraints
• Interpret and validate results with statistical rigor
• Implement quantitative methods using Python

In this hands-on guide, stats expert Gary Sutton blends the theory behind these statistical techniques with practical Python-based applications, offering structured, reproducible, and defensible methods for tackling complex decisions. Well-annotated and reusable Python code listings illustrate each method, with examples you can follow to practice your new skills.

About the technology

Whether you’re analyzing application performance metrics, creating relevant dashboards and reports, or immersing yourself in a numbers-heavy coding project, every programmer needs to know how to turn raw data into actionable insight. Statistics and quantitative analysis are the essential tools every programmer needs to clarify uncertainty, optimize outcomes, and make informed choices.

About the book

Statistics Every Programmer Needs teaches you how to apply statistics to the everyday problems you’ll face as a software developer. Each chapter is a new tutorial. You’ll predict ultramarathon times using linear regression, forecast stock prices with time series models, analyze system reliability using Markov chains, and much more. The book emphasizes a balance between theory and hands-on Python implementation, with annotated code and real-world examples to ensure practical understanding and adaptability across industries.

What's inside

• Probability basics and distributions
• Random variables
• Regression
• Decision trees and random forests
• Time series analysis
• Linear programming
• Monte Carlo and Markov methods and much more

About the reader

Examples are in Python.

About the author

Gary Sutton is a business intelligence and analytics leader and the author of Statistics Slam Dunk: Statistical analysis with R on real NBA data.

Table of Contents

1 Laying the groundwork
2 Exploring probability and counting
3 Exploring probability distributions and conditional probabilities
4 Fitting a linear regression
5 Fitting a logistic regression
6 Fitting a decision tree and a random forest
7 Fitting time series models
8 Transforming data into decisions with linear programming
9 Running Monte Carlo simulations
10 Building and plotting a decision tree
11 Predicting future states with Markov analysis
12 Examining and testing naturally occurring number sequences
13 Managing projects
14 Visualizing quality control

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Statistics Every Programmer Needs by Gary Sutton in PDF and/or ePUB format, as well as other popular books in Computer Science & Data Mining. We have over one million books available in our catalogue for you to explore.

Information

Publisher
Manning
Year
2025
eBook ISBN
9781638357643
Edition
0

Table of contents

  1. Statistics Every Programmer Needs
  2. copyright
  3. contents
  4. dedication
  5. preface
  6. acknowledgments
  7. about this book
  8. about the author
  9. about the cover illustration
  10. 1 Laying the groundwork
  11. 2 Exploring probability and counting
  12. 3 Exploring probability distributions and conditional probabilities
  13. 4 Fitting a linear regression
  14. 5 Fitting a logistic regression
  15. 6 Fitting a decision tree and a random forest
  16. 7 Fitting time series models
  17. 8 Transforming data into decisions with linear programming
  18. 9 Running Monte Carlo simulations
  19. 10 Building and plotting a decision tree
  20. 11 Predicting future states with Markov analysis
  21. 12 Examining and testing naturally occurring number sequences
  22. 13 Managing projects
  23. 14 Visualizing quality control