Statistics + Formula Logic

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/26

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

27 Terms

1
New cards

Average =

(Sum of terms) / (# terms)

2
New cards

Sum of terms =

(Avg. of terms) * (# terms)

3
New cards

If set of C terms is comprised of subset of A terms and subset of B terms, then the sum of all C terms is…

AQ x AvgA + BQ x AvgB = (A+B)Q x AvgTotal = Sum of all C terms

4
New cards

Count of consecutive integers inclusive of the endpoints

Highest - Lowest + 1

5
New cards

Count of consecutive even/odd integers in a set, inclusive of end points

(Highest odd/even - lowest odd/even) / 2 + 1

6
New cards

Count of multiples of x in a given set, inclusive of endpoints

[(Highest Mult of X - Lowest Mult of X) / X] + 1

7
New cards

Count of consecutive integers inclusive of one endpoint but not both

Highest number - lowest number

8
New cards

Count of consecutive integers between two endpoints / exclusive of both

Highest - Lowest - 1

9
New cards

Average of an evenly spaced set

(Highest + Lowest) / 2

10
New cards

Number of multiples of A or B in a set of consecutive integers

(# of Mults of A) + (# of Mults of B) - (#Number of Mults of LCM(A,B))

11
New cards

Number of multiples of A or B in a set of consecutive integers, but not both

(# of Mults of A) + (# of Mults of B) - 2 x (#Number of Mults of LCM(A,B))

12
New cards

Weighted Average

[(A x Frequency of A) + (B x Frequency of B)] / (Total Frequency of A&B)

13
New cards

Position of the median in a set of n terms, where n is odd

(n+1)/2

14
New cards

Position of the median in a set of n terms, where n is even

Avg. of terms at n/2 and (n+2)/2 positions

15
New cards

If we have an equally spaced set, the mean =

the median

16
New cards

Finding the minimum range when combining two or more sets

Min range for the combined set is the greater of the ranges of the subsets

17
New cards

Greatest possible range when combining two or more sets

Greatest possible value - the lowest possible value of the combined set

18
New cards

If the standard deviation of {a,b,c,} is n, what is the std dev of {a±k, b±k, c±k}

n

19
New cards

If the standard deviation of {a,b,c,} is n, what is the std dev of {10a, 10b, 10c}

10n

20
New cards

Adding a number equal to the mean of the set will…

decrease the Std Dev closer to 0

21
New cards

Comparing Std Deviations without fully calculating (must be equal # of terms)

  1. Determine the mean of each set

  2. Determine the absolute difference between the mean and each data point

  3. The set with greatest sum of absolute differences has the greatest Standard Deviation

22
New cards

If standard deviation of a set equals zero…

…then all of the terms are the same / equal the mean

23
New cards

If the range of a set equals zero…

…then all of the terms are the same / equal the mean

24
New cards

If the min or max of a set equals the mean…

…then all of the terms are the same / equal the mean

25
New cards

How to calculate a range for a sum of consecutive reciprocals?

  1. Calculate the number of terms

  2. Multiply the number of terms by the min and max reciprocal to calculate range end points

26
New cards

If M is being increased by a factor of f, new value equals…

if f >= 1: Mf

if f < 1: M + mf

27
New cards

If M is being decreased by a factor of f, new value equals…

if f >= 1: Mf

if f < 1: M - mf