🕷️ Crawler Inspector

URL Lookup

Direct Parameter Lookup

Raw Queries and Responses

1. Shard Calculation

Query:
Response:
Calculated Shard: 56 (from laksa178)

2. Crawled Status Check

Query:
Response:

3. Robots.txt Check

Query:
Response:

4. Spam/Ban Check

Query:
Response:

5. Seen Status Check

ℹ️ Skipped - page is already crawled

📄
INDEXABLE
CRAWLED
7 days ago
🤖
ROBOTS ALLOWED

Page Info Filters

FilterStatusConditionDetails
HTTP statusPASSdownload_http_code = 200HTTP 200
Age cutoffPASSdownload_stamp > now() - 6 MONTH0.3 months ago
History dropPASSisNull(history_drop_reason)No drop reason
Spam/banPASSfh_dont_index != 1 AND ml_spam_score = 0ml_spam_score=0
CanonicalPASSmeta_canonical IS NULL OR = '' OR = src_unparsedNot set

Page Details

PropertyValue
URLhttps://ben-lambert.com/a-students-guide-to-bayesian-statistics/
Last Crawled2026-04-13 23:40:36 (7 days ago)
First Indexed2019-03-31 10:59:03 (7 years ago)
HTTP Status Code200
Meta TitleA Student’s Guide to Bayesian Statistics –
Meta DescriptionThe book is now published and available from Amazon. The problem set questions and answers for the book are available here. The data for the problem questions is available here. There are a few things I wish I did better in the first edition, and have made note of these as they come to mind or…
Meta Canonicalnull
Boilerpipe Text
The book is now published and available from Amazon . The problem set questions and answers for the book are available here . The data for the problem questions is available here . There are a few things I wish I did better in the first edition, and have made note  of these as they come to mind or when people get in touch to inform me of errata. The distribution zoo I created a shiny app called ‘ The distribution zoo ‘ that allows a user to investigate distributions. This app allows a user to: Dynamically change the parameters of 24 distributions, ranging from fairly simple cases (for example, normal or Poisson), up to more complex cases such as the LKJ correlation distribution, and investigate how these parameters affect the resultant distributional properties, including plots of the probability density function or probability mass function, histograms of the sampling distribution for some cases where the PDFs are hard to visualise, and cumulative distribution functions where appropriate. Contains  dynamic code snippets in R, Python, Matlab, Mathematica and Stan, which reflect changes in the parameter values. Importantly, for each distribution and parameter set, these functions should give equivalent results across all five languages. For me, this is really useful, since different languages have different parameterisations and some (Python!) have really non-standard parameterisations, which can make translating code from one language to another tricky. Contains detailed and vetted formulae for each distribution giving useful properties. These formulae are also available in LaTeX form to make using them in articles, reports and so on simpler. Because it’s been deployed to the web, you can use this app anywhere. Look at the zoo of distributions on your laptop, tablet or smartphone! This code is fresh and so, whilst it has been tested extensively, errors may occur. If you find any, please create an issue on the Github repo here .
Markdown
Menu # [Skip to content](https://ben-lambert.com/a-students-guide-to-bayesian-statistics/#content) - [About](https://ben-lambert.com/about/) - [Bayesian statistics](https://ben-lambert.com/bayesian/) - [Imperial Bayesian lectures](https://ben-lambert.com/imperial-bayesian-lectures/) - [Bayesian short course](https://ben-lambert.com/bayesian-short-course/) - [Bayesian lectures syllabus](https://ben-lambert.com/bayesian-lectures/) - [Bayesian lecture slides](https://ben-lambert.com/bayesian-lecture-slides/) - [A Student’s Guide to Bayesian Statistics](https://ben-lambert.com/a-students-guide-to-bayesian-statistics/) - [How I make stats videos?](https://ben-lambert.com/how-i-make-stats-videos/) - [Epidemiology](https://ben-lambert.com/epidemiology/) - [Biology](https://ben-lambert.com/biology/) - [Inference in evolution](https://ben-lambert.com/evolution/) - [HIV evolution](https://ben-lambert.com/evolutionary-epidemiology/) - [Econometrics](https://ben-lambert.com/econometrics/) - [Econometrics course problem sets and data](https://ben-lambert.com/econometrics-course-problem-sets-and-data/) - [Econometrics and statistics books](https://ben-lambert.com/econometrics-and-statistics-books/) - [How I make stats videos?](https://ben-lambert.com/how-i-make-stats-videos/) # [Skip to content](https://ben-lambert.com/a-students-guide-to-bayesian-statistics/#content) - [About](https://ben-lambert.com/about/) - [Bayesian statistics](https://ben-lambert.com/bayesian/) - [Imperial Bayesian lectures](https://ben-lambert.com/imperial-bayesian-lectures/) - [Bayesian short course](https://ben-lambert.com/bayesian-short-course/) - [Bayesian lectures syllabus](https://ben-lambert.com/bayesian-lectures/) - [Bayesian lecture slides](https://ben-lambert.com/bayesian-lecture-slides/) - [A Student’s Guide to Bayesian Statistics](https://ben-lambert.com/a-students-guide-to-bayesian-statistics/) - [How I make stats videos?](https://ben-lambert.com/how-i-make-stats-videos/) - [Epidemiology](https://ben-lambert.com/epidemiology/) - [Biology](https://ben-lambert.com/biology/) - [Inference in evolution](https://ben-lambert.com/evolution/) - [HIV evolution](https://ben-lambert.com/evolutionary-epidemiology/) - [Econometrics](https://ben-lambert.com/econometrics/) - [Econometrics course problem sets and data](https://ben-lambert.com/econometrics-course-problem-sets-and-data/) - [Econometrics and statistics books](https://ben-lambert.com/econometrics-and-statistics-books/) - [How I make stats videos?](https://ben-lambert.com/how-i-make-stats-videos/) # A Student’s Guide to Bayesian Statistics The book is now published and available from [Amazon](https://www.amazon.co.uk/Students-Guide-Bayesian-Statistics/dp/1473916364/). The problem set questions and answers for the book are available [here](https://ben-lambert.com/wp-content/uploads/2019/03/bayesianbook_problemsanswers_including_errata.pdf). The data for the problem questions is available [here](https://ben-lambert.com/wp-content/uploads/2018/08/all_data.zip). There are a few things I wish I did better in the first edition, and have made [note](https://ben-lambert.com/wp-content/uploads/2019/03/errata.pdf) of these as they come to mind or when people get in touch to inform me of errata. ###### The distribution zoo I created a shiny app called ‘[The distribution zoo](https://ben18785.shinyapps.io/distribution-zoo/)‘ that allows a user to investigate distributions. This app allows a user to: - Dynamically change the parameters of 24 distributions, ranging from fairly simple cases (for example, normal or Poisson), up to more complex cases such as the LKJ correlation distribution, and investigate how these parameters affect the resultant distributional properties, including plots of the probability density function or probability mass function, histograms of the sampling distribution for some cases where the PDFs are hard to visualise, and cumulative distribution functions where appropriate. - Contains *dynamic* code snippets in R, Python, Matlab, Mathematica and Stan, which reflect changes in the parameter values. Importantly, for each distribution and parameter set, these functions should give equivalent results across all five languages. For me, this is really useful, since different languages have different parameterisations and some (Python!) have really non-standard parameterisations, which can make translating code from one language to another tricky. - Contains detailed and vetted formulae for each distribution giving useful properties. These formulae are also available in LaTeX form to make using them in articles, reports and so on simpler. Because it’s been deployed to the web, you can use this app anywhere. Look at the zoo of distributions on your laptop, tablet or smartphone\! This code is fresh and so, whilst it has been tested extensively, errors may occur. If you find any, please create an issue on the Github repo [here](https://github.com/ben18785/distribution-viewer/issues). ### Share this: - [Share on X (Opens in new window) X](https://ben-lambert.com/a-students-guide-to-bayesian-statistics/?share=twitter&nb=1) - [Share on Facebook (Opens in new window) Facebook](https://ben-lambert.com/a-students-guide-to-bayesian-statistics/?share=facebook&nb=1) Like Loading... [Blog at WordPress.com.](https://wordpress.com/?ref=footer_blog) - [Subscribe](https://ben-lambert.com/a-students-guide-to-bayesian-statistics/) [Subscribed](https://ben-lambert.com/a-students-guide-to-bayesian-statistics/) - [![](https://s0.wp.com/i/logo/wpcom-gray-white.png?m=1479929237i)](https://ben-lambert.com/) - Already have a WordPress.com account? [Log in now.](https://wordpress.com/log-in?redirect_to=https%3A%2F%2Fr-login.wordpress.com%2Fremote-login.php%3Faction%3Dlink%26back%3Dhttps%253A%252F%252Fben-lambert.com%252Fa-students-guide-to-bayesian-statistics%252F) - - [![](https://s0.wp.com/i/logo/wpcom-gray-white.png?m=1479929237i)](https://ben-lambert.com/) - [Subscribe](https://ben-lambert.com/a-students-guide-to-bayesian-statistics/) [Subscribed](https://ben-lambert.com/a-students-guide-to-bayesian-statistics/) - [Sign up](https://wordpress.com/start/) - [Log in](https://wordpress.com/log-in?redirect_to=https%3A%2F%2Fr-login.wordpress.com%2Fremote-login.php%3Faction%3Dlink%26back%3Dhttps%253A%252F%252Fben-lambert.com%252Fa-students-guide-to-bayesian-statistics%252F) - [Copy shortlink](https://wp.me/P7f47C-9Y) - [Report this content](https://wordpress.com/abuse/?report_url=https://ben-lambert.com/a-students-guide-to-bayesian-statistics/) - [View post in Reader](https://wordpress.com/reader/blogs/107025120/posts/618) - [Manage subscriptions](https://subscribe.wordpress.com/) - [Collapse this bar](https://ben-lambert.com/a-students-guide-to-bayesian-statistics/) %d ![](https://pixel.wp.com/b.gif?v=noscript)
Readable Markdown
The book is now published and available from [Amazon](https://www.amazon.co.uk/Students-Guide-Bayesian-Statistics/dp/1473916364/). The problem set questions and answers for the book are available [here](https://ben-lambert.com/wp-content/uploads/2019/03/bayesianbook_problemsanswers_including_errata.pdf). The data for the problem questions is available [here](https://ben-lambert.com/wp-content/uploads/2018/08/all_data.zip). There are a few things I wish I did better in the first edition, and have made [note](https://ben-lambert.com/wp-content/uploads/2019/03/errata.pdf) of these as they come to mind or when people get in touch to inform me of errata. ###### The distribution zoo I created a shiny app called ‘[The distribution zoo](https://ben18785.shinyapps.io/distribution-zoo/)‘ that allows a user to investigate distributions. This app allows a user to: - Dynamically change the parameters of 24 distributions, ranging from fairly simple cases (for example, normal or Poisson), up to more complex cases such as the LKJ correlation distribution, and investigate how these parameters affect the resultant distributional properties, including plots of the probability density function or probability mass function, histograms of the sampling distribution for some cases where the PDFs are hard to visualise, and cumulative distribution functions where appropriate. - Contains *dynamic* code snippets in R, Python, Matlab, Mathematica and Stan, which reflect changes in the parameter values. Importantly, for each distribution and parameter set, these functions should give equivalent results across all five languages. For me, this is really useful, since different languages have different parameterisations and some (Python!) have really non-standard parameterisations, which can make translating code from one language to another tricky. - Contains detailed and vetted formulae for each distribution giving useful properties. These formulae are also available in LaTeX form to make using them in articles, reports and so on simpler. Because it’s been deployed to the web, you can use this app anywhere. Look at the zoo of distributions on your laptop, tablet or smartphone\! This code is fresh and so, whilst it has been tested extensively, errors may occur. If you find any, please create an issue on the Github repo [here](https://github.com/ben18785/distribution-viewer/issues).
Shard56 (laksa)
Root Hash10121848307901357456
Unparsed URLcom,ben-lambert!/a-students-guide-to-bayesian-statistics/ s443