• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/24

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

24 Cards in this Set

  • Front
  • Back

What does ∩ represent?

The intersection of datasets (often referred to as "and")

What does U represent?

The union of datasets (often referred to as "or")

What are the 3 conditions of probability mass functions?

1. f(x)≥0 for all x


2. f(x)=P(X=x)


3. The sum of all f(x) is 1

What is property 2 of a probability density function?

The area under the graph over the given interval is 1

What is the formula for calculating the area under the graph of f(x) over the interval [a,b]?

b b


f(x)dx=[F(x)] =F(b)-F(a)


a a

How do you subtract one ln from another?

Divide by the one being subtracted


Ex.: ln a-ln b=(ln a)/(ln b)

What is the formula for standardizing a normal distribution?

P(a)=P((a-μ)/σ)

What is the significance of an expected value (E(x))?

The mean (μ) is defined as E(x)

How many letters are in the alphabet?

26

What is the difference between permutation (P(n,r)) and combination (C(n,r))?

Permutation is used when the order of r selections matters, order is irrelevant when using combination

What is the formula for finding the distinct number of permutations of a given dataset?

n!/(n_1!*n_2!*...)

What is the formula for finding the total number of subsets of a given dataset?

2^n

What is P(A|B)?

P(A∩B)/P(B)

How are events determined to be independent?

P(A∩B)=P(A)*P(B) or


P(A|B)=P(A) and P(B|A)=P(B)

What is P(A|B')?

(P(A)-P(A∩B))/P(B')

What is the formula for finding the mean (μ) of a probability mass function?

(x_1*p(x_1))+(x_2*p(x_2))+...

What is P(AUB)?

P(A)+P(B)-P(AB)

What is the keyword for bayes theorem (easiest applied to a tree diagram)?

Partition(ed)

How do you solve problems of normal distribution with your calculator?

1. Press 2nd


2. Press vars


3. Select normal cdf & enter info

What are the 2 things to remember when utilizing the normalcdf function?

1. Don't standardize your data, enter original numbers


2. Round down your answer

How would you calculate the amount of total outcomes?

Multiply each individual count of outcomes (Ex.: rolling 2 dice, 6*6=36)

What's something to remember when solving problems of normal distribution?

Adding or subtracting answers from 0.5, when applicable

What is 1/x dx (antiderivative of 1/x)?

ln x

What is e^-x dx (antiderivative of e^-x)?

-e^-x