Bayesian computation with R:
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Dordrecht [u.a.]
Springer
2009
|
Ausgabe: | 2. ed. |
Schriftenreihe: | Use R!
|
Schlagworte: | |
Online-Zugang: | Inhaltstext Inhaltsverzeichnis |
Beschreibung: | XII, 298 S. graph. Darst. |
ISBN: | 9780387922973 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV035271411 | ||
003 | DE-604 | ||
005 | 20150224 | ||
007 | t | ||
008 | 090127s2009 d||| |||| 00||| eng d | ||
016 | 7 | |a 991380401 |2 DE-101 | |
020 | |a 9780387922973 |9 978-0-387-92297-3 | ||
035 | |a (OCoLC)495065906 | ||
035 | |a (DE-599)DNB991380401 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 0 | |a eng | |
049 | |a DE-91 |a DE-20 |a DE-83 |a DE-703 |a DE-19 |a DE-706 |a DE-91G |a DE-M347 |a DE-355 |a DE-188 |a DE-824 |a DE-739 |a DE-473 |a DE-29 | ||
050 | 0 | |a QA279.5 | |
082 | 0 | |a 519.542 |2 22 | |
084 | |a MR 2100 |0 (DE-625)123488: |2 rvk | ||
084 | |a QH 233 |0 (DE-625)141548: |2 rvk | ||
084 | |a SK 830 |0 (DE-625)143259: |2 rvk | ||
084 | |a ST 250 |0 (DE-625)143626: |2 rvk | ||
084 | |a 510 |2 sdnb | ||
084 | |a DAT 307f |2 stub | ||
084 | |a MAT 620f |2 stub | ||
100 | 1 | |a Albert, Jim |d 1953- |e Verfasser |0 (DE-588)133457834 |4 aut | |
245 | 1 | 0 | |a Bayesian computation with R |c Jim Albert |
250 | |a 2. ed. | ||
264 | 1 | |a Dordrecht [u.a.] |b Springer |c 2009 | |
300 | |a XII, 298 S. |b graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
490 | 0 | |a Use R! | |
650 | 0 | 7 | |a Bayes-Inferenz |0 (DE-588)4648118-7 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a R |g Programm |0 (DE-588)4705956-4 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Bayes-Inferenz |0 (DE-588)4648118-7 |D s |
689 | 0 | 1 | |a R |g Programm |0 (DE-588)4705956-4 |D s |
689 | 0 | |5 DE-604 | |
776 | 0 | 8 | |i Erscheint auch als |n Online-Ausgabe |z 978-0-387-92298-0 |
856 | 4 | 2 | |q text/html |u http://deposit.dnb.de/cgi-bin/dokserv?id=3179418&prov=M&dok_var=1&dok_ext=htm |3 Inhaltstext |
856 | 4 | 2 | |m Digitalisierung UB Bayreuth |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=017076773&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
943 | 1 | |a oai:aleph.bib-bvb.de:BVB01-017076773 |
Datensatz im Suchindex
_version_ | 1805091791085502464 |
---|---|
adam_text |
Contents
An
Introduction
to R
. 1
1.1
Overview
. 1
1.2
Exploring a Student
Dataset
. 1
1.2.1
Introduction to the
Dataset
. 1
1.2.2
Reading the Data into
R
. 2
1.2.3
R
Commands to Summarize and Graph
a Single Batch
. 2
1.2.4
R
Commands to Compare Batches
. 5
1.2.5
R
Commands for Studying Relationships
. 6
1.3
Exploring the Robustness of the
t
Statistic
. 8
1.3.1
Introduction
. 8
1.3.2
Writing a Function to Compute the
t
Statistic
. 9
1.3.3
Programming a Monte Carlo Simulation
. 10
1.3.4
The Behavior of the True Significance Level Under
Different Assumptions
. 11
1.4
Further Reading
. 13
1.5
Summary of
R
Functions
. 14
1.6
Exercises
. 15
Introduction to Bayesian Thinking
. 19
2.1
Introduction
. 19
2.2
Learning About the Proportion of Heavy Sleepers
. 19
2.3
Using a Discrete Prior
. 20
2.4
Using a Beta Prior
. 22
2.5
Using a Histogram Prior
. 26
2.6
Prediction
. 28
2.7
Further Reading
. 34
2.8
Summary of
R
Functions
. 34
2.9
Exercises
. 35
Contents
Single-Parameter Models. 39
3.1
Introduction
. 39
3.2 Normal Distribution
with Known Mean but Unknown
Variance
. 39
3.3
Estimating a Heart Transplant Mortality Rate
. 41
3.4
An Illustration of Bayesian Robustness
. 44
3.5
Mixtures of Conjugate Priors
. 49
3.6
A Bayesian Test of the Fairness of a Coin
. 52
3.7
Further Reading
. 57
3.8
Summary of
R
Functions
. 57
3.9
Exercises
. 58
Multiparameter Models
. 63
4.1
Introduction
. 63
4.2
Normal Data with Both Parameters Unknown
. 63
4.3
A Multinomial Model
. 66
4.4
A Bioassay Experiment
. 69
4.5
Comparing Two Proportions
. 75
4.6
Further Reading
. 80
4.7
Summary of
R
Functions
. 80
4.8
Exercises
. 81
Introduction to Bayesian Computation
. 87
5.1
Introduction
. 87
5.2
Computing Integrals
. 88
5.3
Setting Up a Problem in
R
. 89
5.4
A Beta-Binomial Model for Overdispersion
. 90
5.5
Approximations Based on Posterior Modes
. 94
5.6
The Example
. 95
5.7
Monte Carlo Method for Computing Integrals
. 97
5.8
Rejection Sampling
. 98
5.9
Importance Sampling
. 101
5.9.1
Introduction
.101
5.9.2
Using
a Multi
variate
t
as a Proposal Density
.103
5.10
Sampling Importance Resampling
.105
5.11
Further Reading
.108
5.12
Summary of
R
Functions
.109
5.13
Exercises
.110
Markov Chain Monte Carlo Methods
.117
6.1
Introduction
.117
6.2
Introduction to Discrete Markov Chains
.117
6.3
Metropolis-Hastings Algorithms
.120
6.4
Gibbs Sampling
.122
6.5
MCMC Output Analysis
.122
Contents xi
6.6
A Strategy in Bayesian Computing
.124
6.7
Learning About a Normal Population from Grouped Data
. 124
6.8
Example of Output Analysis
.129
6.9
Modeling Data with Cauchy Errors
.131
6.10
Analysis of the Stanford Heart Transplant Data
.140
6.11
Further Reading
.145
6.12
Summary of
R
Functions
.146
6.13
Exercises
.147
Hierarchical Modeling
.153
7.1
Introduction
.153
7.2
Three Examples
.153
7.3
Individual and Combined Estimates
.155
7.4
Equal Mortality Rates?
.157
7.5
Modeling a Prior Belief of Exchangeability
.161
7.6
Posterior Distribution
.163
7.7
Simulating from the Posterior
.163
7.8
Posterior Inferences
.168
7.8.1
Shrinkage
.168
7.8.2
Comparing Hospitals
.169
7.9
Bayesian Sensitivity Analysis
.171
7.10
Posterior Predictive Model Checking
.173
7.11
Further Reading
.175
7.12
Summary of
R
Functions
.175
7.13
Exercises
.176
Model Comparison
.181
8.1
Introduction
.181
8.2
Comparison of Hypotheses
.181
8.3
A One-Sided Test of a Normal Mean
.182
8.4
A Two-Sided Test of a Normal Mean
.185
8.5
Comparing Two Models
.186
8.6
Models for Soccer Goals
.187
8.7
Is a Baseball Hitter Really Streaky?
.190
8.8
A Test of Independence in a Two-Way Contingency Table
. 194
8.9
Further Reading
.199
8.10
Summary of
R
Functions
.199
8.11
Exercises
.201
Regression Models
.205
9.1
Introduction
.205
9.2
Normal Linear Regression
.205
9.2.1
The Model
.205
9.2.2
The Posterior Distribution
.206
9.2.3
Prediction of Future Observations
.206
xii Contents
9.2.4
Computation
.207
9.2.5 Model
Checking
.207
9.2.6 An
Example
.208
9.3 Model
Selection Using Zellner's
g
Prior
.217
9.4
Survival Modeling
.222
9.5
Further Reading
.227
9.6
Summary of
R
Functions
.227
9.7
Exercises
.229
10
Gibbs Sampling
.235
10.1
Introduction
.235
10.2
Robust Modeling
.236
10.3
Binary Response Regression with
a
Probit Link.240
10.3.1
Missing Data and Gibbs Sampling
.240
10.3.2
Proper Priors and Model Selection
.243
10.4
Estimating a Table of Means
.248
10.4.1
Introduction
.248
10.4.2
A Flat Prior Over the Restricted Space
.250
10.4.3
A Hierarchical Regression Prior
.254
10.4.4
Predicting the Success of Future Students
.259
10.5
Further Reading
.260
10.6
Summary of
R
Functions
.260
10.7
Exercises
.261
11
Using
R
to Interface with WinBUGS
.265
11.1
Introduction to WinBUGS
.265
11.2
An
R
Interface to WinBUGS
.266
11.3
MCMC Diagnostics Using the coda Package
.267
11.4
A Change-Point Model
.268
11.5
A Robust Regression Model
.272
11.6
Estimating Career Trajectories
.276
11.7
Further Reading
.281
11.8
Exercises
.282
References
.287
Index
. .293 |
any_adam_object | 1 |
author | Albert, Jim 1953- |
author_GND | (DE-588)133457834 |
author_facet | Albert, Jim 1953- |
author_role | aut |
author_sort | Albert, Jim 1953- |
author_variant | j a ja |
building | Verbundindex |
bvnumber | BV035271411 |
callnumber-first | Q - Science |
callnumber-label | QA279 |
callnumber-raw | QA279.5 |
callnumber-search | QA279.5 |
callnumber-sort | QA 3279.5 |
callnumber-subject | QA - Mathematics |
classification_rvk | MR 2100 QH 233 SK 830 ST 250 |
classification_tum | DAT 307f MAT 620f |
ctrlnum | (OCoLC)495065906 (DE-599)DNB991380401 |
dewey-full | 519.542 |
dewey-hundreds | 500 - Natural sciences and mathematics |
dewey-ones | 519 - Probabilities and applied mathematics |
dewey-raw | 519.542 |
dewey-search | 519.542 |
dewey-sort | 3519.542 |
dewey-tens | 510 - Mathematics |
discipline | Informatik Soziologie Mathematik Wirtschaftswissenschaften |
edition | 2. ed. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>00000nam a2200000 c 4500</leader><controlfield tag="001">BV035271411</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20150224</controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">090127s2009 d||| |||| 00||| eng d</controlfield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">991380401</subfield><subfield code="2">DE-101</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9780387922973</subfield><subfield code="9">978-0-387-92297-3</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)495065906</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)DNB991380401</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakddb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-91</subfield><subfield code="a">DE-20</subfield><subfield code="a">DE-83</subfield><subfield code="a">DE-703</subfield><subfield code="a">DE-19</subfield><subfield code="a">DE-706</subfield><subfield code="a">DE-91G</subfield><subfield code="a">DE-M347</subfield><subfield code="a">DE-355</subfield><subfield code="a">DE-188</subfield><subfield code="a">DE-824</subfield><subfield code="a">DE-739</subfield><subfield code="a">DE-473</subfield><subfield code="a">DE-29</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">QA279.5</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">519.542</subfield><subfield code="2">22</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">MR 2100</subfield><subfield code="0">(DE-625)123488:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">QH 233</subfield><subfield code="0">(DE-625)141548:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">SK 830</subfield><subfield code="0">(DE-625)143259:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 250</subfield><subfield code="0">(DE-625)143626:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">510</subfield><subfield code="2">sdnb</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">DAT 307f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">MAT 620f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Albert, Jim</subfield><subfield code="d">1953-</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)133457834</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Bayesian computation with R</subfield><subfield code="c">Jim Albert</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">2. ed.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Dordrecht [u.a.]</subfield><subfield code="b">Springer</subfield><subfield code="c">2009</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XII, 298 S.</subfield><subfield code="b">graph. Darst.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="490" ind1="0" ind2=" "><subfield code="a">Use R!</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Bayes-Inferenz</subfield><subfield code="0">(DE-588)4648118-7</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">R</subfield><subfield code="g">Programm</subfield><subfield code="0">(DE-588)4705956-4</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Bayes-Inferenz</subfield><subfield code="0">(DE-588)4648118-7</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">R</subfield><subfield code="g">Programm</subfield><subfield code="0">(DE-588)4705956-4</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Erscheint auch als</subfield><subfield code="n">Online-Ausgabe</subfield><subfield code="z">978-0-387-92298-0</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="q">text/html</subfield><subfield code="u">http://deposit.dnb.de/cgi-bin/dokserv?id=3179418&prov=M&dok_var=1&dok_ext=htm</subfield><subfield code="3">Inhaltstext</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">Digitalisierung UB Bayreuth</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=017076773&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="943" ind1="1" ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-017076773</subfield></datafield></record></collection> |
id | DE-604.BV035271411 |
illustrated | Illustrated |
indexdate | 2024-07-20T10:01:18Z |
institution | BVB |
isbn | 9780387922973 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-017076773 |
oclc_num | 495065906 |
open_access_boolean | |
owner | DE-91 DE-BY-TUM DE-20 DE-83 DE-703 DE-19 DE-BY-UBM DE-706 DE-91G DE-BY-TUM DE-M347 DE-355 DE-BY-UBR DE-188 DE-824 DE-739 DE-473 DE-BY-UBG DE-29 |
owner_facet | DE-91 DE-BY-TUM DE-20 DE-83 DE-703 DE-19 DE-BY-UBM DE-706 DE-91G DE-BY-TUM DE-M347 DE-355 DE-BY-UBR DE-188 DE-824 DE-739 DE-473 DE-BY-UBG DE-29 |
physical | XII, 298 S. graph. Darst. |
publishDate | 2009 |
publishDateSearch | 2009 |
publishDateSort | 2009 |
publisher | Springer |
record_format | marc |
series2 | Use R! |
spelling | Albert, Jim 1953- Verfasser (DE-588)133457834 aut Bayesian computation with R Jim Albert 2. ed. Dordrecht [u.a.] Springer 2009 XII, 298 S. graph. Darst. txt rdacontent n rdamedia nc rdacarrier Use R! Bayes-Inferenz (DE-588)4648118-7 gnd rswk-swf R Programm (DE-588)4705956-4 gnd rswk-swf Bayes-Inferenz (DE-588)4648118-7 s R Programm (DE-588)4705956-4 s DE-604 Erscheint auch als Online-Ausgabe 978-0-387-92298-0 text/html http://deposit.dnb.de/cgi-bin/dokserv?id=3179418&prov=M&dok_var=1&dok_ext=htm Inhaltstext Digitalisierung UB Bayreuth application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=017076773&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Albert, Jim 1953- Bayesian computation with R Bayes-Inferenz (DE-588)4648118-7 gnd R Programm (DE-588)4705956-4 gnd |
subject_GND | (DE-588)4648118-7 (DE-588)4705956-4 |
title | Bayesian computation with R |
title_auth | Bayesian computation with R |
title_exact_search | Bayesian computation with R |
title_full | Bayesian computation with R Jim Albert |
title_fullStr | Bayesian computation with R Jim Albert |
title_full_unstemmed | Bayesian computation with R Jim Albert |
title_short | Bayesian computation with R |
title_sort | bayesian computation with r |
topic | Bayes-Inferenz (DE-588)4648118-7 gnd R Programm (DE-588)4705956-4 gnd |
topic_facet | Bayes-Inferenz R Programm |
url | http://deposit.dnb.de/cgi-bin/dokserv?id=3179418&prov=M&dok_var=1&dok_ext=htm http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=017076773&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT albertjim bayesiancomputationwithr |