Think Stats



Download free course Think Stats, pdf file on 264 pages by Allen Downey.
If you know how to program, you have the skills to turn data into knowledge, using tools of probability and statistics. This concise introduction shows you how to perform statistical analysis computationally, rather than mathematically, with programs written in Python.

By working with a single case study throughout this thoroughly revised book, you'll learn the entire process of exploratory data analysis - from collecting data and generating statistics to identifying patterns and testing hypotheses. You'll explore distributions, rules of probability, visualization, and many other tools and concepts.

New chapters on regression, time series analysis, survival analysis, and analytic methods will enrich your discoveries.

Develop an understanding of probability and statistics by writing and testing code; Run experiments to test statistical behavior, such as generating samples from several distributions; Use simulations to understand concepts that are hard to grasp mathematically; Import data from most sources with Python, rather than rely on data that's cleaned and formatted for statistics tools; Use statistical inference to answer questions about real-world data.

Table of contents

  • Exploratory Data Analysis
  • Distributions
  • Probability Mass Functions
  • Cumulative Distribution Functions
  • Modeling Distributions
  • Probability Density Functions
  • Relationships Between Variables
  • Estimation
  • Linear Least Squares
  • Regression
  • Time Series Analysis
  • Survival Analysis
  • Analytic Methods
Pages : 264
Size : 2.8 MB
File type : PDF
Downloads: 66
Created: 2022-02-03
License: CC BY-NC-SA
Author(s): Allen Downey
Think Stats

Warning: Trying to access array offset on false in /home/tutovnfz/public_html/article.php on line 233

Others Stats Tutorials

Think Stats, 2nd Edition

Others related eBooks about Think Stats

Exploring Cloud Computing

Cloud Computing is enabling many trends in IT today: microservices, pay-as-you-go pricing,..., download free Cloud Computing tutorial in PDF (121 pages) created by ....

Visualising Facebook

Download free course Visualising Facebook, pdf file on 238 pages by Daniel Miller, Jolynna Sinanan....

How the World Changed Social Media

Download free course How the World Changed Social Media, pdf file on 288 pages by Daniel Miller, Dr Elisabetta Costa, Nell Haynes, Tom McDonald, Dr Razvan Nicolescu, Jolynna Sinanan, Juliano Spyer, Shriram Venkatraman, Xinyuan Wang....

Statistics with Julia

Download free course Statistics with Julia, pdf file on 413 pages by Hayden Klok, Yoni Nazarathy....

Digital Video Concepts, Methods, and Metrics

Digital Video Concepts, Methods, and Metrics: Quality, Compression, Performance, and Power..., download free Video Concepts tutorial in PDF (368 pages) created by Shahriar Akramullah ....

ember 101

Download free course ember 101, pdf file on 142 pages by Adolfo Builes....

Contribute to Opensource

Download free course Contribute to Opensource, pdf file on 100 pages by Daniele Scasciafratte....

Migrating Big Data Analytics into the Cloud

Download free course Migrating Big Data Analytics into the Cloud, pdf file on 16 pages by Mike Barlow....

Web Application Security for Dummies - Qualys Limited Edition

Web application security may seem like a complex, daunting task. This book is a quick guide to understanding how to make your website secure. It surveys the best steps for establishing a regular program to quickly find vulnerabilities in your site with a web application scanner. ...

Essential Git

This book written to provide clear and concise explanation of topics for programmers both starting to learn the Git programming as well as those diving in more complex topics. Most examples are linked to online playground that allows you to change the code and re-run it....