Skip to Content
Learning Probabilistic Graphical Models in R
book

Learning Probabilistic Graphical Models in R

by David Bellot
April 2016
Beginner to intermediate
250 pages
5h 38m
English
Packt Publishing
Content preview from Learning Probabilistic Graphical Models in R

Conventions

In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.

Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "We can also mention the arm package, which provides Bayesian versions of glm() and polr() and implements hierarchical models."

Any command-line input or output is written as follows:

pred_sigma <- sqrt(sigma^2 + apply((T%*%posterior_sigma)*T, MARGIN=1, FUN=sum))
upper_bound <- T%*%posterior_beta + qnorm(0.95)*pred_sigma
lower_bound <- T%*%posterior_beta - qnorm(0.95)*pred_sigma

Note

Warnings or ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Learning Bayesian Models with R

Learning Bayesian Models with R

Hari Manassery Koduvely
Deep Learning for Chest Radiographs

Deep Learning for Chest Radiographs

Yashvi Chandola, Jitendra Virmani, H.S Bhadauria, Papendra Kumar

Publisher Resources

ISBN: 9781784392055Supplemental Content