Details

An Introduction to Statistical Computing


An Introduction to Statistical Computing

A Simulation-based Approach
Wiley Series in Computational Statistics 1. Aufl.

von: Jochen Voss

67,99 €

Verlag: Wiley
Format: PDF
Veröffentl.: 16.08.2013
ISBN/EAN: 9781118728031
Sprache: englisch
Anzahl Seiten: 400

DRM-geschütztes eBook, Sie benötigen z.B. Adobe Digital Editions und eine Adobe ID zum Lesen.

Beschreibungen

<b>A comprehensive introduction to sampling-based methods in statistical computing</b> <p>The use of computers in mathematics and statistics has opened up a wide range of techniques for studying otherwise intractable problems. Sampling-based simulation techniques are now an invaluable tool for exploring statistical models. This book gives a comprehensive introduction to the exciting area of sampling-based methods.</p> <p><i>An Introduction to Statistical Computing</i> introduces the classical topics of random number generation and Monte Carlo methods. It also includes some advanced methods such as the reversible jump Markov chain Monte Carlo algorithm and modern methods such as approximate Bayesian computation and multilevel Monte Carlo techniques</p> <p><i>An Introduction to Statistical Computing</i>:</p> <ul> <li>Fully covers the traditional topics of statistical computing.</li> <li>Discusses both practical aspects and the theoretical background.</li> <li>Includes a chapter about continuous-time models.</li> <li>Illustrates all methods using examples and exercises.</li> <li>Provides answers to the exercises (using the statistical computing environment R); the corresponding source code is available online.</li> <li>Includes an introduction to programming in R.</li> </ul> <p>This book is mostly self-contained; the only prerequisites are basic knowledge of probability up to the law of large numbers. Careful presentation and examples make this book accessible to a wide range of students and suitable for self-study or as the basis of a taught course.</p>
<p>List of algorithms ix</p> <p>Preface xi</p> <p>Nomenclature xiii</p> <p><b>1 Random number generation 1</b></p> <p>1.1 Pseudo random number generators 2</p> <p>1.1.1 The linear congruential generator 2</p> <p>1.1.2 Quality of pseudo random number generators 4</p> <p>1.1.3 Pseudo random number generators in practice 8</p> <p>1.2 Discrete distributions 8</p> <p>1.3 The inverse transform method 11</p> <p>1.4 Rejection sampling 15</p> <p>1.4.1 Basic rejection sampling 15</p> <p>1.4.2 Envelope rejection sampling 18</p> <p>1.4.3 Conditional distributions 22</p> <p>1.4.4 Geometric interpretation 26</p> <p>1.5 Transformation of random variables 30</p> <p>1.6 Special-purpose methods 36</p> <p>1.7 Summary and further reading 36</p> <p>Exercises 37</p> <p><b>2 Simulating statistical models 41</b></p> <p>2.1 Multivariate normal distributions 41</p> <p>2.2 Hierarchical models 45</p> <p>2.3 Markov chains 50</p> <p>2.3.1 Discrete state space 51</p> <p>2.3.2 Continuous state space 56</p> <p>2.4 Poisson processes 58</p> <p>2.5 Summary and further reading 67</p> <p>Exercises 67</p> <p><b>3 Monte Carlo methods 69</b></p> <p>3.1 Studying models via simulation 69</p> <p>3.2 Monte Carlo estimates 74</p> <p>3.2.1 Computing Monte Carlo estimates 75</p> <p>3.2.2 Monte Carlo error 76</p> <p>3.2.3 Choice of sample size 80</p> <p>3.2.4 Refined error bounds 82</p> <p>3.3 Variance reduction methods 84</p> <p>3.3.1 Importance sampling 84</p> <p>3.3.2 Antithetic variables 88</p> <p>3.3.3 Control variates 93</p> <p>3.4 Applications to statistical inference 96</p> <p>3.4.1 Point estimators 97</p> <p>3.4.2 Confidence intervals 100</p> <p>3.4.3 Hypothesis tests 103</p> <p>3.5 Summary and further reading 106</p> <p>Exercises 106</p> <p><b>4 Markov Chain Monte Carlo methods 109</b></p> <p>4.1 The Metropolis–Hastings method 110</p> <p>4.1.1 Continuous state space 110</p> <p>4.1.2 Discrete state space 113</p> <p>4.1.3 Random walk Metropolis sampling 116</p> <p>4.1.4 The independence sampler 119</p> <p>4.1.5 Metropolis–Hastings with different move types 120</p> <p>4.2 Convergence of Markov Chain Monte Carlo methods 125</p> <p>4.2.1 Theoretical results 125</p> <p>4.2.2 Practical considerations 129</p> <p>4.3 Applications to Bayesian inference 137</p> <p>4.4 The Gibbs sampler 141</p> <p>4.4.1 Description of the method 141</p> <p>4.4.2 Application to parameter estimation 146</p> <p>4.4.3 Applications to image processing 151</p> <p>4.5 Reversible Jump Markov Chain Monte Carlo 158</p> <p>4.5.1 Description of the method 160</p> <p>4.5.2 Bayesian inference for mixture distributions 171</p> <p>4.6 Summary and further reading 178</p> <p>4.6 Exercises 178</p> <p><b>5 Beyond Monte Carlo 181</b></p> <p>5.1 Approximate Bayesian Computation 181</p> <p>5.1.1 Basic Approximate Bayesian Computation 182</p> <p>5.1.2 Approximate Bayesian Computation with regression 188</p> <p>5.2 Resampling methods 192</p> <p>5.2.1 Bootstrap estimates 192</p> <p>5.2.2 Applications to statistical inference 197</p> <p>5.3 Summary and further reading 209</p> <p>Exercises 209</p> <p><b>6 Continuous-time models 213</b></p> <p>6.1 Time discretisation 213</p> <p>6.2 Brownian motion 214</p> <p>6.2.1 Properties 216</p> <p>6.2.2 Direct simulation 217</p> <p>6.2.3 Interpolation and Brownian bridges 218</p> <p>6.3 Geometric Brownian motion 221</p> <p>6.4 Stochastic differential equations 224</p> <p>6.4.1 Introduction 224</p> <p>6.4.2 Stochastic analysis 226</p> <p>6.4.3 Discretisation schemes 231</p> <p>6.4.4 Discretisation error 236</p> <p>6.5 Monte Carlo estimates 243</p> <p>6.5.1 Basic Monte Carlo 243</p> <p>6.5.2 Variance reduction methods 247</p> <p>6.5.3 Multilevel Monte Carlo estimates 250</p> <p>6.6 Application to option pricing 255</p> <p>6.7 Summary and further reading 259</p> <p>Exercises 260</p> <p><b>Appendix A Probability reminders 263</b></p> <p>A.1 Events and probability 263</p> <p>A.2 Conditional probability 266</p> <p>A.3 Expectation 268</p> <p>A.4 Limit theorems 269</p> <p>A.5 Further reading 270</p> <p><b>Appendix B Programming in R 271</b></p> <p>B.1 General advice 271</p> <p>B.2 R as a Calculator 272</p> <p>B.2.1 Mathematical operations 273</p> <p>B.2.2 Variables 273</p> <p>B.2.3 Data types 275</p> <p>B.3 Programming principles 282</p> <p>B.3.1 Don’t repeat yourself! 283</p> <p>B.3.2 Divide and conquer! 286</p> <p>B.3.3 Test your code! 290</p> <p>B.4 Random number generation 292</p> <p>B.5 Summary and further reading 294</p> <p>Exercises 294</p> <p><b>Appendix C Answers to the exercises 299</b></p> <p>C.1 Answers for Chapter 1 299</p> <p>C.2 Answers for Chapter 2 315</p> <p>C.3 Answers for Chapter 3 319</p> <p>C.4 Answers for Chapter 4 328</p> <p>C.5 Answers for Chapter 5 342</p> <p>C.6 Answers for Chapter 6 350</p> <p>C.7 Answers for Appendix B 366</p> <p>References 375</p> <p>Index 379</p>
<p>"The exposition is quite clear, intuitive, and is a useful complement to more abstract treatises on stochastic calculus and simulation."   (<i>MathSciNet</i>, 1 December 2015)</p> <p>“Careful presentation and examples make this book accessible to a wide range of students and suitable for self-study or as the basis of a taught course.”  (<i>Zentralblatt MATH</i>, 1 March 2014)</p> <p>“Statistical computing in its broadest sense is an ever-growing field far too extensive to be covered in a single text. The current book has a far more manageable scope, notwithstanding its title. Its focus is on the use of Monte Carlo methods to simulate random systems and explore statistical models.”  (<i>Mathematical Association of America</i>, 1 January 2014)</p> <p> </p>
<p><b>Jochen Voss</b>, School of Mathematics, University of Leeds, UK.</p>

Diese Produkte könnten Sie auch interessieren:

Statistics for Microarrays
Statistics for Microarrays
von: Ernst Wit, John McClure
PDF ebook
90,99 €