Think Stats

Think Stats
Author: Allen B. Downey
Publsiher: "O'Reilly Media, Inc."
Total Pages: 284
Release: 2014-10-16
Genre: Computers
ISBN: 9781491907368

Download Think Stats Book in PDF, Epub and Kindle

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

Think Stats

Think Stats
Author: Allen B. Downey
Publsiher: "O'Reilly Media, Inc."
Total Pages: 137
Release: 2011-07-01
Genre: Computers
ISBN: 9781449313104

Download Think Stats Book in PDF, Epub and Kindle

If you know how to program, you have the skills to turn data into knowledge using the tools of probability and statistics. This concise introduction shows you how to perform statistical analysis computationally, rather than mathematically, with programs written in Python. You'll work with a case study throughout the book to help you learn the entire data analysis process—from collecting data and generating statistics to identifying patterns and testing hypotheses. Along the way, you'll become familiar with distributions, the rules of probability, visualization, and many other tools and concepts. Develop your 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 Learn topics not usually covered in an introductory course, such as Bayesian estimation Import data from almost any source using Python, rather than be limited to data that has been cleaned and formatted for statistics tools Use statistical inference to answer questions about real-world data

Think Bayes

Think Bayes
Author: Allen Downey
Publsiher: "O'Reilly Media, Inc."
Total Pages: 213
Release: 2013-09-12
Genre: Computers
ISBN: 9781491945445

Download Think Bayes Book in PDF, Epub and Kindle

If you know how to program with Python, and know a little about probability, you're ready to tackle Bayesian statistics. This book shows you how to use Python code instead of math to help you learn Bayesian fundamentals. Once you get the math out of the way, you'll be able to apply these techniques to real-world problems.

Think Complexity

Think Complexity
Author: Allen Downey
Publsiher: "O'Reilly Media, Inc."
Total Pages: 159
Release: 2012-03-02
Genre: Computers
ISBN: 9781449314637

Download Think Complexity Book in PDF, Epub and Kindle

Dive into Python's advanced possibilities, including algorithm analysis, graphs, scale-free networks, and cellular automata with this in-depth, hands-on guide.

Think Bayes

Think Bayes
Author: Allen B. Downey
Publsiher: "O'Reilly Media, Inc."
Total Pages: 338
Release: 2021-05-18
Genre: Computers
ISBN: 9781492089438

Download Think Bayes Book in PDF, Epub and Kindle

If you know how to program, you're ready to tackle Bayesian statistics. With this book, you'll learn how to solve statistical problems with Python code instead of mathematical formulas, using discrete probability distributions rather than continuous mathematics. Once you get the math out of the way, the Bayesian fundamentals will become clearer and you'll begin to apply these techniques to real-world problems. Bayesian statistical methods are becoming more common and more important, but there aren't many resources available to help beginners. Based on undergraduate classes taught by author Allen B. Downey, this book's computational approach helps you get a solid start. Use your programming skills to learn and understand Bayesian statistics Work with problems involving estimation, prediction, decision analysis, evidence, and Bayesian hypothesis testing Get started with simple examples, using coins, dice, and a bowl of cookies Learn computational methods for solving real-world problems

Think DSP

Think DSP
Author: Allen B. Downey
Publsiher: "O'Reilly Media, Inc."
Total Pages: 168
Release: 2016-07-12
Genre: Technology & Engineering
ISBN: 9781491938515

Download Think DSP Book in PDF, Epub and Kindle

If you understand basic mathematics and know how to program with Python, you’re ready to dive into signal processing. While most resources start with theory to teach this complex subject, this practical book introduces techniques by showing you how they’re applied in the real world. In the first chapter alone, you’ll be able to decompose a sound into its harmonics, modify the harmonics, and generate new sounds. Author Allen Downey explains techniques such as spectral decomposition, filtering, convolution, and the Fast Fourier Transform. This book also provides exercises and code examples to help you understand the material. You’ll explore: Periodic signals and their spectrums Harmonic structure of simple waveforms Chirps and other sounds whose spectrum changes over time Noise signals and natural sources of noise The autocorrelation function for estimating pitch The discrete cosine transform (DCT) for compression The Fast Fourier Transform for spectral analysis Relating operations in time to filters in the frequency domain Linear time-invariant (LTI) system theory Amplitude modulation (AM) used in radio Other books in this series include Think Stats and Think Bayes, also by Allen Downey.

Statistics for People Who Think They Hate Statistics

Statistics for People Who  Think They  Hate Statistics
Author: Neil J. Salkind
Publsiher: SAGE Publications
Total Pages: 620
Release: 2016-01-29
Genre: Social Science
ISBN: 9781483374109

Download Statistics for People Who Think They Hate Statistics Book in PDF, Epub and Kindle

Based on Neil J. Salkind’s bestselling text, Statistics for People Who (Think They) Hate Statistics, this adapted Excel 2016 version presents an often intimidating and difficult subject in a way that is clear, informative, and personable. Researchers and students uncomfortable with the analysis portion of their work will appreciate the book′s unhurried pace and thorough, friendly presentation. Opening with an introduction to Excel 2016, including functions and formulas, this edition shows students how to install the Excel Data Analysis Tools option to access a host of useful analytical techniques and then walks them through various statistical procedures, beginning with correlations and graphical representation of data and ending with inferential techniques and analysis of variance. New to the Fourth Edition: A new chapter 20 dealing with large data sets using Excel functions and pivot tables, and illustrating how certain databases and other categories of functions and formulas can help make the data in big data sets easier to work with and the results more understandable. New chapter-ending exercises are included and contain a variety of levels of application. Additional TechTalks have been added to help students master Excel 2016. A new, chapter-ending Real World Stats feature shows readers how statistics is applied in the everyday world. Basic maths instruction and practice exercises for those who need to brush up on their math skills are included in the appendix.

Practical Statistics for Data Scientists

Practical Statistics for Data Scientists
Author: Peter Bruce,Andrew Bruce
Publsiher: "O'Reilly Media, Inc."
Total Pages: 395
Release: 2017-05-10
Genre: Computers
ISBN: 9781491952917

Download Practical Statistics for Data Scientists Book in PDF, Epub and Kindle

Statistical methods are a key part of of data science, yet very few data scientists have any formal statistics training. Courses and books on basic statistics rarely cover the topic from a data science perspective. This practical guide explains how to apply various statistical methods to data science, tells you how to avoid their misuse, and gives you advice on what's important and what's not. Many data science resources incorporate statistical methods but lack a deeper statistical perspective. If you’re familiar with the R programming language, and have some exposure to statistics, this quick reference bridges the gap in an accessible, readable format. With this book, you’ll learn: Why exploratory data analysis is a key preliminary step in data science How random sampling can reduce bias and yield a higher quality dataset, even with big data How the principles of experimental design yield definitive answers to questions How to use regression to estimate outcomes and detect anomalies Key classification techniques for predicting which categories a record belongs to Statistical machine learning methods that “learn” from data Unsupervised learning methods for extracting meaning from unlabeled data