{ "@context": "https://schema.org", "@type": "Organization", "name": "Brainscape", "url": "https://www.brainscape.com/", "logo": "https://www.brainscape.com/pks/images/cms/public-views/shared/Brainscape-logo-c4e172b280b4616f7fda.svg", "sameAs": [ "https://www.facebook.com/Brainscape", "https://x.com/brainscape", "https://www.linkedin.com/company/brainscape", "https://www.instagram.com/brainscape/", "https://www.tiktok.com/@brainscapeu", "https://www.pinterest.com/brainscape/", "https://www.youtube.com/@BrainscapeNY" ], "contactPoint": { "@type": "ContactPoint", "telephone": "(929) 334-4005", "contactType": "customer service", "availableLanguage": ["English"] }, "founder": { "@type": "Person", "name": "Andrew Cohen" }, "description": "Brainscape’s spaced repetition system is proven to DOUBLE learning results! Find, make, and study flashcards online or in our mobile app. Serious learners only.", "address": { "@type": "PostalAddress", "streetAddress": "159 W 25th St, Ste 517", "addressLocality": "New York", "addressRegion": "NY", "postalCode": "10001", "addressCountry": "USA" } }

Binomial and Normal Distribution properties Flashcards

(7 cards)

1
Q

Binomial random variable

A

A random process with just two possible outcomes. One outcome is arbitrarily labelled success and the other a failure.

Examples:

  1. Coin toss
  2. Pass-or-fail test
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Bernoulli trial properties

A
  1. The result of each trial is either a success or a failure.
  2. The probability p of a success is the same in every trial.
  3. The trials are independent; ie, the outcome of each trial has no influence on later outcomes.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Bernoulli random variable

A

X is the number of success in n Bernoulli trails with probability p of success.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Mean and variance of a binomial distribution

A
  • µ= np*
  • σ2 = np(1-p)*
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Parameters of a binomial distribution

A

n and p

where n is the number of trials and p is the probability of success.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Relationship between binomial distribution and the standard normal distribution

A

The binomial distribution is closely approximatedy by the standard normal distribution when p=0.5 and n is very large.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Steps for transforming a binomial distribution into a standard normal distribution

A
  1. Set p to be 0.5
  2. Make n tend towards infinity.
  3. Set the mean to be 0 by a linear transformation (ie making it symmetrical about the y axis.
  4. Set the highest y value such that the area under the curve is 0.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly