Statistical Functions and Probability Calculations 1st Semester

studied byStudied by 0 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 5

flashcard set

Earn XP

Description and Tags

6 Terms

1

1-Var Stats

To find the mean, standard deviation, and 5 number summary for a data set. Enter data in L1 and frequency in L2 if needed.

New cards
2

LinReg (a + bx)

To find the equation for a least squares regression line. To find r and r^2. Enter values in L1 (explanatory) and values in L2 (response).

New cards
3

binompdf

To find the probability of getting exactly X successes in a binomial setting. binompdf(n, p, X) where n is the number of trials, p is the probability of success, and X is the number of successes.

New cards
4

binomcdf

To find the probability of getting at most X successes in a binomial setting. binomcdf(n, p, X) where n is the number of trials, p is the probability of success, and X is the number of successes.

New cards
5

normalcdf

To find area for an interval in a normal distribution. normalcdf(lower, upper, mean, SD).

New cards
6

invNorm

To find a boundary value in a normal distribution. invNorm(area left, mean, SD).

New cards
robot