Bayesian Computation with R
There has been a dramatic growth in the development and application of Bayesian inferential methods. Some of this growth is due to the availability of powerful simulation-based algorithms to summarize posterior distributions. There has been also a growing
- PDF / 283,782 Bytes
- 10 Pages / 439.37 x 666.142 pts Page_size
- 104 Downloads / 227 Views
For other titles published in this series, go to http://www.springer.com/series/6991
Jim Albert
Bayesian Computation with R Second Edition
123
Jim Albert Department of Mathematics & Statistics Bowling Green State Univerrsity Bowling Green OH 43403-0221 USA [email protected] Series Editors Robert Gentleman Program in Computational Biology Division of Public Health Sciences Fred Hutchinson Cancer Research Center 1100 Fairview Avenue, N. M2-B876 Seattle, Washington 98109 USA
Kurt Hornik Department of Statistik and Mathematik Wirtschaftsuniversit¨at Wien Augasse 2-6 A-1090 Wien Austria
Giovanni Parmigiani The Sidney Kimmel Comprehensive Cancer Center at Johns Hopkins University 550 North Broadway Baltimore, MD 21205-2011 USA
ISBN 978-0-387-92297-3 e-ISBN 978-0-387-92298-0 DOI 10.1007/978-0-387-92298-0 Springer Dordrecht Heidelberg London New York Library of Congress Control Number: 2009926660 c Springer Science+Business Media, LLC 2009 All rights reserved. This work may not be translated or copied in whole or in part without the written permission of the publisher (Springer Science+Business Media, LLC, 233 Spring Street, New York, NY 10013, USA), except for brief excerpts in connection with reviews or scholarly analysis. Use in connection with any form of information storage and retrieval, electronic adaptation, computer software, or by similar or dissimilar methodology now known or hereafter developed is forbidden. The use in this publication of trade names, trademarks, service marks, and similar terms, even if they are not identified as such, is not to be taken as an expression of opinion as to whether or not they are subject to proprietary rights. Printed on acid-free paper Springer is part of Springer Science+Business Media (www.springer.com)
Preface
There has been dramatic growth in the development and application of Bayesian inference in statistics. Berger (2000) documents the increase in Bayesian activity by the number of published research articles, the number of books, and the extensive number of applications of Bayesian articles in applied disciplines such as science and engineering. One reason for the dramatic growth in Bayesian modeling is the availability of computational algorithms to compute the range of integrals that are necessary in a Bayesian posterior analysis. Due to the speed of modern computers, it is now possible to use the Bayesian paradigm to fit very complex models that cannot be fit by alternative frequentist methods. To fit Bayesian models, one needs a statistical computing environment. This environment should be such that one can: • • • •
write short scripts to define a Bayesian model use or write functions to summarize a posterior distribution use functions to simulate from the posterior distribution construct graphs to illustrate the posterior inference
An environment that meets these requirements is the R system. R provides a wide range of functions for data manipulation, calculation, and graphical displays. Moreover, it includes a well-developed, simple programming langu
Data Loading...