Jane M. Horgan - Probability with R

Здесь есть возможность читать онлайн «Jane M. Horgan - Probability with R» — ознакомительный отрывок электронной книги совершенно бесплатно, а после прочтения отрывка купить полную версию. В некоторых случаях можно слушать аудио, скачать через торрент в формате fb2 и присутствует краткое содержание. Жанр: unrecognised, на английском языке. Описание произведения, (предисловие) а так же отзывы посетителей доступны на портале библиотеки ЛибКат.

Probability with R: краткое содержание, описание и аннотация

Предлагаем к чтению аннотацию, описание, краткое содержание или предисловие (зависит от того, что написал сам автор книги «Probability with R»). Если вы не нашли необходимую информацию о книге — напишите в комментариях, мы постараемся отыскать её.

Provides a comprehensive introduction to probability with an emphasis on computing-related applications This self-contained new and extended edition outlines a first course in probability applied to computer-related disciplines. As in the first edition, experimentation and simulation are favoured over mathematical proofs. The freely down-loadable statistical programming language 
is used throughout the text, not only as a tool for calculation and data analysis, but also to illustrate concepts of probability and to simulate distributions. The examples in 
cover a wide range of computer science applications, including: testing program performance; measuring response time and CPU time; estimating the reliability of components and systems; evaluating algorithms and queuing systems. 
Chapters cover: The R language; summarizing statistical data; graphical displays; the fundamentals of probability; reliability; discrete and continuous distributions; and more. 
This second edition includes:
improved R code throughout the text, as well as new procedures, packages and interfaces; updated and additional examples, exercises and projects covering recent developments of computing; an introduction to bivariate discrete distributions together with the R functions used to handle large matrices of conditional probabilities, which are often needed in machine translation; an introduction to linear regression with particular emphasis on its application to machine learning using testing and training data; a new section on spam filtering using Bayes theorem to develop the filters; an extended range of Poisson applications such as network failures, website hits, virus attacks and accessing the cloud; use of new allocation functions in R to deal with hash table collision, server overload and the general allocation problem. The book is supplemented with a Wiley Book Companion Site featuring data and solutions to exercises within the book.
Primarily addressed to students of computer science and related areas, 
is also an excellent text for students of engineering and the general sciences. Computing professionals who need to understand the relevance of probability in their areas of practice will find it useful.

Probability with R — читать онлайн ознакомительный отрывок

Ниже представлен текст книги, разбитый по страницам. Система сохранения места последней прочитанной страницы, позволяет с удобством читать онлайн бесплатно книгу «Probability with R», без необходимости каждый раз заново искать на чём Вы остановились. Поставьте закладку, и сможете в любой момент перейти на страницу, на которой закончили чтение.

Тёмная тема
Сбросить

Интервал:

Закладка:

Сделать

12 Chapter 15Figure 15.1 Probability Density Function of Current in a CircuitFigure 15.2 Probability with R - изображение 36: Area Under the CurveFigure 15.3 The pdf and cdf of the Uniform [2, 5] Random VariableFigure 15.4 The Uniform [0,1] pdf and cdfFigure 15.5 Uniform Probabilities: Probability with R - изображение 37Figure 15.6 Uniform Probabilities: Probability with R - изображение 38Figure 15.7 Empirical Probability Density Function

13 Chapter 16Figure 16.1 Density of the Exponential Distribution with Probability with R - изображение 39, and картинка 40Figure 16.2 Area under the Exponential CurveFigure 16.3 Reliability of a workstation with Failure Rate картинка 41= 0.5Figure 16.4 Simulated and Actual Distributions of Job Submissions to a Server,...Figure 16.5 Simulated Exponential Distribution for картинка 42Compared with the Simulat...Figure 16.6 Interarrival Times Uniform in [0, 0.5]Figure 16.7 Simulated Uniform Waiting Time after картинка 43Compared with the Original

14 Chapter 17Figure 17.1 A Single Server QueueFigure 17.2 Queue Length with Traffic Intensity картинка 441Figure 17.3 Queue Pattern with Traffic Intensity = 1Figure 17.4 Queue Pattern when the Traffic Intensity картинка 45Figure 17.5 Queue Length with картинка 46and картинка 47, 4 and картинка 48Figure 17.6 Queue Length with картинка 49and картинка 50Figure 17.7 Queue Pattern with Four Engineers Submitting to One ProcessorFigure 17.8 Queue Length over 10,000 Simulations

15 Chapter 18Figure 18.1 A Bell‐Shaped and Symmetrical CurveFigure 18.2 Two Normal Distributions with Different Means and the Same SpreadFigure 18.3 Two Normal Distributions with the Same Mean and Different SpreadsFigure 18.4 The Cut‐off Point for 95% of the Normal Distribution with картинка 51and Probability with R - изображение 52Figure 18.5 The Density of the Standard Normal DistributionFigure 18.6 Normal Approximation to the Binomial Probability with R - изображение 53Figure 18.7 Binomial and Normal Densities with картинка 54, for Varying Values of картинка 55Figure 18.8 The Binomial Probabilities with картинка 56, for Varying Values of картинка 57Figure 18.9 The Normal Approximation to the Binomial Distribution with картинка 58and V...Figure 18.10 Normal Approximation to the Poisson distribution with картинка 59Figure 18.11 Normal Approximation to the Poisson Distribution with Varying Val...Figure 18.12 The картинка 60(10,000, 100) pdf Superimposed on the Poisson Probabilities ...

16 Chapter 19Figure 19.1 A Typical Control ChartFigure 19.2 A Control Chart for Diameters: Day 1–30Figure 19.3 A Control Chart for Diameters: Day 31–60Figure 19.4 A Cusum Chart for Data that are Going Out of ControlFigure 19.5 An “In‐control” Cusum ChartFigure 19.6 A Control Chart for Bad Sectors in Memory SticksFigure 19.7 A Control Chart for Defective Chips in Wafers

17 Chapter 20Figure 20.1 The Markov Bound when Probability with R - изображение 61, Together with the Tail Probabilities Probability with R - изображение 62fo...Figure 20.2 The Markov Bound with Probability with R - изображение 63, Together with the Tail Probabilities, Probability with R - изображение 64f...

18 6Figure F.1 Proof Without Words

Guide

1 Cover

2 Table of Contents

3 Begin Reading

Pages

1 iv

2 v

3 xiii

4 xiv

5 xv

6 xvii

7 xix

8 xxi

9 xxii

10 xxiii

11 1

12 3

13 4

14 5

15 6

16 7

17 8

18 9

19 10

20 11

21 12

22 13

23 14

24 15

25 16

26 17

27 17

28 18

29 19

30 20

31 21

32 22

33 23

34 24

35 25

36 26

37 27

38 28

39 29

40 30

41 31

42 31

43 32

44 33

45 34

46 35

47 36

48 37

49 38

50 39

51 40

52 41

53 42

54 43

55 44

56 45

57 46

58 47

59 48

60 49

61 50

62 51

63 52

64 53

65 54

66 55

67 55

68 57

69 58

70 59

71 60

72 61

73 62

74 63

75 64

76 65

77 66

78 67

79 68

80 69

81 70

82 71

83 72

84 73

85 74

86 75

87 76

88 77

89 78

90 79

91 80

92 81

Читать дальше
Тёмная тема
Сбросить

Интервал:

Закладка:

Сделать

Похожие книги на «Probability with R»

Представляем Вашему вниманию похожие книги на «Probability with R» списком для выбора. Мы отобрали схожую по названию и смыслу литературу в надежде предоставить читателям больше вариантов отыскать новые, интересные, ещё непрочитанные произведения.


Отзывы о книге «Probability with R»

Обсуждение, отзывы о книге «Probability with R» и просто собственные мнения читателей. Оставьте ваши комментарии, напишите, что Вы думаете о произведении, его смысле или главных героях. Укажите что конкретно понравилось, а что нет, и почему Вы так считаете.

x