Probability
eBook - ePub

Probability

With Applications and R

Robert P. Dobrow

Partager le livre
  1. English
  2. ePUB (adapté aux mobiles)
  3. Disponible sur iOS et Android
eBook - ePub

Probability

With Applications and R

Robert P. Dobrow

DĂ©tails du livre
Aperçu du livre
Table des matiĂšres
Citations

À propos de ce livre

An introduction to probability at the undergraduate level

Chance and randomness are encountered on a daily basis. Authored by a highly qualified professor in the field, Probability: With Applications and R delves into the theories and applications essential to obtaining a thorough understanding of probability.

With real-life examples and thoughtful exercises from fields as diverse as biology, computer science, cryptology, ecology, public health, and sports, the book is accessible for a variety of readers. The book's emphasis on simulation through the use of the popular R software language clarifies and illustrates key computational and theoretical results.

Probability: With Applications and R helps readers develop problem-solving skills and delivers an appropriate mix of theory and application. The book includes:

  • Chapters covering first principles, conditional probability, independent trials, random variables, discrete distributions, continuous probability, continuous distributions, conditional distribution, and limits
  • An early introduction to random variables and Monte Carlo simulation and an emphasis on conditional probability, conditioning, and developing probabilistic intuition
  • An R tutorial with example script files
  • Many classic and historical problems of probability as well as nontraditional material, such as Benford's law, power-law distributions, and Bayesian statistics
  • A topics section with suitable material for projects and explorations, such as random walk on graphs, Markov chains, and Markov chain Monte Carlo
  • Chapter-by-chapter summaries and hundreds of practical exercises

Probability: With Applications and R is an ideal text for a beginning course in probability at the undergraduate level.

Foire aux questions

Comment puis-je résilier mon abonnement ?
Il vous suffit de vous rendre dans la section compte dans paramĂštres et de cliquer sur « RĂ©silier l’abonnement ». C’est aussi simple que cela ! Une fois que vous aurez rĂ©siliĂ© votre abonnement, il restera actif pour le reste de la pĂ©riode pour laquelle vous avez payĂ©. DĂ©couvrez-en plus ici.
Puis-je / comment puis-je télécharger des livres ?
Pour le moment, tous nos livres en format ePub adaptĂ©s aux mobiles peuvent ĂȘtre tĂ©lĂ©chargĂ©s via l’application. La plupart de nos PDF sont Ă©galement disponibles en tĂ©lĂ©chargement et les autres seront tĂ©lĂ©chargeables trĂšs prochainement. DĂ©couvrez-en plus ici.
Quelle est la différence entre les formules tarifaires ?
Les deux abonnements vous donnent un accĂšs complet Ă  la bibliothĂšque et Ă  toutes les fonctionnalitĂ©s de Perlego. Les seules diffĂ©rences sont les tarifs ainsi que la pĂ©riode d’abonnement : avec l’abonnement annuel, vous Ă©conomiserez environ 30 % par rapport Ă  12 mois d’abonnement mensuel.
Qu’est-ce que Perlego ?
Nous sommes un service d’abonnement Ă  des ouvrages universitaires en ligne, oĂč vous pouvez accĂ©der Ă  toute une bibliothĂšque pour un prix infĂ©rieur Ă  celui d’un seul livre par mois. Avec plus d’un million de livres sur plus de 1 000 sujets, nous avons ce qu’il vous faut ! DĂ©couvrez-en plus ici.
Prenez-vous en charge la synthÚse vocale ?
Recherchez le symbole Écouter sur votre prochain livre pour voir si vous pouvez l’écouter. L’outil Écouter lit le texte Ă  haute voix pour vous, en surlignant le passage qui est en cours de lecture. Vous pouvez le mettre sur pause, l’accĂ©lĂ©rer ou le ralentir. DĂ©couvrez-en plus ici.
Est-ce que Probability est un PDF/ePUB en ligne ?
Oui, vous pouvez accĂ©der Ă  Probability par Robert P. Dobrow en format PDF et/ou ePUB ainsi qu’à d’autres livres populaires dans Mathematics et Probability & Statistics. Nous disposons de plus d’un million d’ouvrages Ă  dĂ©couvrir dans notre catalogue.

Informations

Éditeur
Wiley
Année
2013
ISBN
9781118589441
Édition
1

1

FIRST PRINCIPLES

First principles, Clarice. Read Marcus Aurelius. Of each particular thing ask: what is it in itself? What is its nature?
—Hannibal Lecter, Silence of the Lambs

1.1 RANDOM EXPERIMENT, SAMPLE SPACE, EVENT

Probability begins with some activity, process, or experiment whose outcome is uncertain. This can be as simple as throwing dice or as complicated as tomorrow’s weather.
Given such a “random experiment,” the set of all possible outcomes is called the sample space. We will use the Greek capital letter ℩ (omega) to represent the sample space.
Perhaps the quintessential random experiment is flipping a coin. Suppose a coin is tossed three times. Let H represent heads and T represent tails. The sample space is
image
consisting of eight outcomes. The Greek lowercase omega ω will be used to denote these outcomes, the elements of ℩.
An event is a set of outcomes. The event of getting all heads in three coin tosses can be written as
image
The event of getting at least two tails is
image
We take probabilities of events. But before learning how to find probabilities, first learn to identify the sample space and relevant event for a given problem.
image
Example 1.1 The weather forecast for tomorrow says rain. The amount of rainfall can be considered a random experiment. If at most 24 inches of rain will fall, then the sample space is the interval ℩ The event that we get between 2 and 4 inches of rain is A = [2.4].
image
image
Example 1.2 Roll a pair of dice. Find the sample space and identify the event that the sum of the two dice is equal to 7.
The random experiment is rolling two dice. Keeping track of the roll of each die gives the sample space
image
The event is A = {Sum is 7} = {(1.6). (2.5). (3.4). (4.3). (5. 2). (6.1)}.
image
image
Example 1.3 Yolanda and Zach are running for president of the student association. One thousand students will be voting. We will eventually ask questions like, What is the probability that Yolanda beats Zach by at least 100 votes? But before actually finding this probability, first identify (i) the sample space and (ii) the event that Yolanda beats Zach by at least 100 votes.
(i) The outcome of the vote can be denoted as (x. 1000 − x), where x is the number of votes for Yolanda, and 1000 − x is the number of votes for Zach. Then the sample space of all voting outcomes is
image
(ii) Let A be the event that Yolanda beats Zach by at least 100 votes. The event A consists of all outcomes in which x − (1000 − x) ≄ 100, or 550 ≀ x ≀ 1000. That is, A = {(550. 450). (551.449),
, (999.1). (1000. 0)}.
image
image
Example 1.4 Joe will continue to flip a coin until heads appears. Identify the sample space and the event that it will take Joe at least three coin flips to get a head.
The sample space is the set of all sequences of coin flips with one head preceded by some number of tails. That is,
image
The desired event is A = {TTH, TTTH, TTTTH,
}. Note that in this case both the sample space and the event A are infinite.
image

1.2 WHAT IS A PROBABILITY?

What does it mean to say that the probability that A occurs is equal to x?
From a formal, purely mathematical point of view, a probability is a number between 0 and 1 that satisfies certain properties, which we will describe later. From a practical, empirical point of view, a probability matches up with our intuition of the likelihood or “chance” that an event occurs. An event that has probability 0 “never” happens. An event that has probability 1 is “certain” to happen. In repeated coin flips, a coin comes up heads about half the time, and the probability of heads is equal to one-half.
Let A be an event associated with some random experiment. One way to understand the probability of A is to perform the following thought exercise: imagine conducting the experiment over and over, infinitely often, keeping track of how often A occurs. Each experiment is called a trial. If the event A occurs when the experiment is performed, that is a success. The proportion of successes is the probability of A, written P(A).
This is the relative frequency interpretation of probability, which says that the probability of an event is equal to its relative frequency in a large number of trials.
When the weather forecaster tells us that tomorrow there is a 20% chance of rain, we understand that to mean that if we could repeat today’s conditions—the air pressure, temperature, wind speed, etc.—over and over again, then 20% of the resulting “tomorrows” will result in rain. Closer to what weather forecasters actually do in coming up with that 20% number, together with using satellite and radar information along with sophisticated computational models, is to go back in the historical record and find other days that match up closely with ...

Table des matiĂšres