Probability with R. Jane M. Horgan

Probability with R - Jane M. Horgan


Скачать книгу
rel="nofollow" href="http://www.wiley.com">www.wiley.com.

      Wiley also publishes its books in a variety of electronic formats and by print‐on‐demand. Some content that appears in standard print versions of this book may not be available in other formats.

       Limit of Liability/Disclaimer of Warranty

      While the publisher and authors have used their best efforts in preparing this work, they make no representations or warranties with respect to the accuracy or completeness of the contents of this work and specifically disclaim all warranties, including without limitation any implied warranties of merchantability or fitness for a particular purpose. No warranty may be created or extended by sales representatives, written sales materials or promotional statements for this work. The fact that an organization, website, or product is referred to in this work as a citation and/or potential source of further information does not mean that the publisher and authors endorse the information or services the organization, website, or product may provide or recommendations it may make. This work is sold with the understanding that the publisher is not engaged in rendering professional services. The advice and strategies contained herein may not be suitable for your situation. You should consult with a specialist where appropriate. Further, readers should be aware that websites listed in this work may have changed or disappeared between when this work was written and when it is read. Neither the publisher nor authors shall be liable for any loss of profit or any other commercial damages, including but not limited to special, incidental, consequential, or other damages.

       Library of Congress Cataloging‐in‐Publication Data

      Names: Horgan, Jane M., author.

      Title: Probability with R : an introduction with computer science

      applications / Jane Mary Horgan.

      Description: Second edition. | Hoboken, NJ, USA : Wiley, 2020. | Includes

      bibliographical references and index.

      Identifiers: LCCN 2019032520 (print) | LCCN 2019032521 (ebook) | ISBN

      9781119536949 (hardback) | ISBN 9781119536925 (adobe pdf) | ISBN

      9781119536987 (epub)

      Subjects: LCSH: Computer science–Mathematics. | Probabilities. | R

      (Computer program language)

      Classification: LCC QA76.9.M35 H863 2020 (print) | LCC QA76.9.M35 (ebook)

      | DDC 004.01/5113–dc23

      LC record available at https://lccn.loc.gov/2019032520

      LC ebook record available at https://lccn.loc.gov/2019032521

      Cover design by Wiley

       To the memory of Willie, referee, and father of all the Horgans

      It is now over 10 years since the publication of the first edition of “Probability with R.” Back then we had just begun to hear of smartphones, fitbits, apps, and Bluetooth; machine learning was in its infancy. It is timely to address how probability applies to new developments in computing. The applications and examples of the first edition are beginning to look somewhat passé and old fashioned. Here, therefore, we offer an updated and extended version of that first edition.

      This second edition is still intended to be a first course in probability, addressed to students of computing and related disciplines. As in the first edition, we favor experimentation and simulation rather than the traditional mathematical approach. We continue to rely on the freely downloadable language R, which has of course evolved over the past 10 years.

      Our R programs are integrated throughout the text, to illustrate the concepts of probability, to simulate distributions, and to explore new problems. We have been mindful to avoid as far as is possible mathematical details, instead encouraging students to investigate for themselves, through experimentation and simulation in R. Algebraic derivations, when deemed necessary, are developed in the appendices.

      In this second edition, all chapters have been revised and updated. Examples and applications of probability in new areas of computing, as well as exercises and projects, have been added to most chapters. The R code has been improved and expanded, by using procedures and functions that have become available in recent years. Extended use of loops and curve facilities to generate graphs with differing parameters have tidied up our approach to limiting distributions.

      1 Part I, “The R Language” now contains:new and improved R procedures, and an introduction to packages and interfaces (Chapter 1);examples on apps to illustrate outliers, to calculate statistics in a data frame and statistics appropriate to skewed data (Chapter 2);an introduction to linear regression, with a discussion of its importance as a tool in machine learning. We show how to obtain the line of best fit with the training set, and how to use the testing set to examine the suitability of the model. We also include extra graphing facilities (Chapter 3).

      2 In Part II, “Fundamentals of Probability”:Chapter 4 has been extended with extra examples on password recognition and new R functions to address hash table collision, server overload and the general allocation problem;The concept of “independence” has now been extended from pairs to multiply variables (Chapter 6);Chapter 7 contains new material on machine learning, notably the use of Bayes' theorem to develop spam filters.

      3 Part III “Discrete Distributions” now includes:an introduction to bivariate discrete distributions, and programming techniques to handle large conditional matrices (Chapter 9);an algorithm to simulate the Markov property of the geometric distribution (Chapter 10);an extension of the reliability model of Chapter 8 to the general reliability model (Chapter 11);an update of the lottery rules (Chapter 12);an extended range of Poisson applications such as network failures, website hits, and virus attacks (Chapter 13).

      4 In Part IV “Continuous Distributions”:Chapters 16 and 17 have been reorganized. Chapter 17 now concentrates entirely on queues while Chapter 16 is extended to deal with the applications of the exponential distribution to lifetime models.

      5 Part V “Tailing Off”has extra exercises on recent applications of computing.

      6 We have added three new appendices: Appendix A gives the data set used in Part I, Appendix B derives the coefficients of the line of best fit and Appendix F contains new proofs of the Markov and Chebyshev inequalities. The original appendices A, B, and C have been relabeled C, D, and E.

      7 A separate index containing R commands


Скачать книгу