ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب Think Bayes, 2nd Edition

دانلود کتاب Think Bayes، نسخه دوم

Think Bayes, 2nd Edition

مشخصات کتاب

Think Bayes, 2nd Edition

ویرایش: [2 ed.] 
نویسندگان:   
سری:  
ISBN (شابک) : 9781492089469 
ناشر: O'Reilly Media, Inc. 
سال نشر: 2021 
تعداد صفحات:  
زبان: English 
فرمت فایل : EPUB (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 1 Mb 

قیمت کتاب (تومان) : 41,000



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 8


در صورت تبدیل فایل کتاب Think Bayes, 2nd Edition به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب Think Bayes، نسخه دوم نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب Think Bayes، نسخه دوم

اگر می‌دانید چگونه با پایتون برنامه‌نویسی کنید، برای مقابله با آمار بیزی آماده هستید. با این کتاب، یاد خواهید گرفت که چگونه به جای استفاده از فرمول های ریاضی، با استفاده از توزیع های احتمال گسسته به جای ریاضیات پیوسته، مسائل آماری را با کد پایتون حل کنید. به محض اینکه ریاضی را از سر راه بردارید، مبانی بیزی واضح تر می شود، و شما شروع به استفاده از این تکنیک ها در مسائل دنیای واقعی خواهید کرد. روش‌های آماری بیزی رایج‌تر و مهم‌تر می‌شوند، اما منابع زیادی برای کمک به مبتدیان در دسترس نیست. بر اساس کلاس های کارشناسی که توسط نویسنده آلن داونی تدریس می شود، رویکرد محاسباتی این کتاب به شما کمک می کند تا شروع خوبی داشته باشید. از مهارت های برنامه نویسی موجود خود برای یادگیری و درک آمار بیزی استفاده کنید. با مسائل مربوط به تخمین، پیش بینی، تجزیه و تحلیل تصمیم، شواهد و آزمایش فرضیه کار کنید. مشکلات جهانی


توضیحاتی درمورد کتاب به خارجی

If you know how to program with Python, 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 instead of 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 not many resources are available to help beginners. Based on undergraduate classes taught by author Allen Downey, this bookâ??s computational approach helps you get a solid start. Use your existing programming skills to learn and understand Bayesian statistics Work with problems involving estimation, prediction, decision analysis, evidence, and hypothesis testing Get started with simple examples, using coins, dice, and a bowl of cookies Learn computational methods for solving real-world problems



فهرست مطالب

Copyright
Table of Contents
Preface
	Who Is This Book For?
	Modeling
	Working with the Code
	Installing Jupyter
	Conventions Used in This Book
	O’Reilly Online Learning
	How to Contact Us
	Contributor List
Chapter 1. Probability
	Linda the Banker
	Probability
	Fraction of Bankers
	The Probability Function
	Political Views and Parties
	Conjunction
	Conditional Probability
	Conditional Probability Is Not Commutative
	Condition and Conjunction
	Laws of Probability
		Theorem 1
		Theorem 2
		Theorem 3
		The Law of Total Probability
	Summary
	Exercises
Chapter 2. Bayes’s Theorem
	The Cookie Problem
	Diachronic Bayes
	Bayes Tables
	The Dice Problem
	The Monty Hall Problem
	Summary
	Exercises
Chapter 3. Distributions
	Distributions
	Probability Mass Functions
	The Cookie Problem Revisited
	101 Bowls
	The Dice Problem
	Updating Dice
	Summary
	Exercises
Chapter 4. Estimating Proportions
	The Euro Problem
	The Binomial Distribution
	Bayesian Estimation
	Triangle Prior
	The Binomial Likelihood Function
	Bayesian Statistics
	Summary
	Exercises
Chapter 5. Estimating Counts
	The Train Problem
	Sensitivity to the Prior
	Power Law Prior
	Credible Intervals
	The German Tank Problem
	Informative Priors
	Summary
	Exercises
Chapter 6. Odds and Addends
	Odds
	Bayes’s Rule
	Oliver’s Blood
	Addends
	Gluten Sensitivity
	The Forward Problem
	The Inverse Problem
	Summary
	More Exercises
Chapter 7. Minimum, Maximum, and Mixture
	Cumulative Distribution Functions
	Best Three of Four
	Maximum
	Minimum
	Mixture
	General Mixtures
	Summary
	Exercises
Chapter 8. Poisson Processes
	The World Cup Problem
	The Poisson Distribution
	The Gamma Distribution
	The Update
	Probability of Superiority
	Predicting the Rematch
	The Exponential Distribution
	Summary
	Exercises
Chapter 9. Decision Analysis
	The Price Is Right Problem
	The Prior
	Kernel Density Estimation
	Distribution of Error
	Update
	Probability of Winning
	Decision Analysis
	Maximizing Expected Gain
	Summary
	Discussion
	More Exercises
Chapter 10. Testing
	Estimation
	Evidence
	Uniformly Distributed Bias
	Bayesian Hypothesis Testing
	Bayesian Bandits
	Prior Beliefs
	The Update
	Multiple Bandits
	Explore and Exploit
	The Strategy
	Summary
	More Exercises
Chapter 11. Comparison
	Outer Operations
	How Tall Is A?
	Joint Distribution
	Visualizing the Joint Distribution
	Likelihood
	The Update
	Marginal Distributions
	Conditional Posteriors
	Dependence and Independence
	Summary
	Exercises
Chapter 12. Classification
	Penguin Data
	Normal Models
	The Update
	Naive Bayesian Classification
	Joint Distributions
	Multivariate Normal Distribution
	A Less Naive Classifier
	Summary
	Exercises
Chapter 13. Inference
	Improving Reading Ability
	Estimating Parameters
	Likelihood
	Posterior Marginal Distributions
	Distribution of Differences
	Using Summary Statistics
	Update with Summary Statistics
	Comparing Marginals
	Summary
	Exercises
Chapter 14. Survival Analysis
	The Weibull Distribution
	Incomplete Data
	Using Incomplete Data
	Light Bulbs
	Posterior Means
	Posterior Predictive Distribution
	Summary
	Exercises
Chapter 15. Mark and Recapture
	The Grizzly Bear Problem
	The Update
	Two-Parameter Model
	The Prior
	The Update
	The Lincoln Index Problem
	Three-Parameter Model
	Summary
	Exercises
Chapter 16. Logistic Regression
	Log Odds
	The Space Shuttle Problem
	Prior Distribution
	Likelihood
	The Update
	Marginal Distributions
	Transforming Distributions
	Predictive Distributions
	Empirical Bayes
	Summary
	More Exercises
Chapter 17. Regression
	More Snow?
	Regression Model
	Least Squares Regression
	Priors
	Likelihood
	The Update
	Marathon World Record
	The Priors
	Prediction
	Summary
	Exercises
Chapter 18. Conjugate Priors
	The World Cup Problem Revisited
	The Conjugate Prior
	What the Actual?
	Binomial Likelihood
	Lions and Tigers and Bears
	The Dirichlet Distribution
	Summary
	Exercises
Chapter 19. MCMC
	The World Cup Problem
	Grid Approximation
	Prior Predictive Distribution
	Introducing PyMC3
	Sampling the Prior
	When Do We Get to Inference?
	Posterior Predictive Distribution
	Happiness
	Simple Regression
	Multiple Regression
	Summary
	Exercises
Chapter 20. Approximate Bayesian Computation
	The Kidney Tumor Problem
	A Simple Growth Model
	A More General Model
	Simulation
	Approximate Bayesian Computation
	Counting Cells
	Cell Counting with ABC
	When Do We Get to the Approximate Part?
	Summary
	Exercises
Index
About the Author
Colophon




نظرات کاربران