Probability & Statistics Flashcards

(39 cards)

1
Q

also called combinatorial mathematics, the field
of mathematics concerned with problems of
selection, arrangement, and operation within a
finite or discrete system. Included is the closely
related area of combinatorial geometry.

A

Combinatorics

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

states that if there are p ways to do one thing,
and q ways to do another thing, then there are pq
ways to do both things.

A

Fundamental Principle of Counting

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

is a mathematical technique that determines the
number of possible arrangements in a set when
the order of the arrangements matters. (may order dapat, no. of ways)

A

Permutation

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

Permutation Formula

A

nPr = n! /(n-r)!

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

Permutation of Distinct Objects Formula (Identical)

A

P= n!/(a!b!c!)

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

Circular Permutation

A

(n-1)!

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

Circular Permutation in Space (ex. beads, necklace, can be flipped)

A

(n-1)!/2

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

is a mathematical technique that determines the
number of possible arrangements in a collection of
items WHERE THE ORDER OF THE SELECTION DOES NOT MATTER

A

Combination

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

Combination Formula

A

nCr= n!/ ((n-r)!(r!))

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

is a counting technique that computes the
number of elements that satisfy at least one of
several properties while guaranteeing that
elements satisfying more than one property are
not counted twice.

A

Principle of Inclusion and Exclusion

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

is a permutation of the elements of a set, such
that NO ELEMENT APPEARS IN ITS ORIGINAL POSITION.

A

Derangement

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

Derangement Formula

A

[n!/e] then round up

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

the ratio of the number of favorable outcomes to
the total number of outcomes.

A

Probability

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

Probability Formula

A

P=E/S ; desired EVENT/SAMPLE SPACE
Alternative:
p+q=1
q=1-p

where q is the probability that it will not happen

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

Binomial Distribution (ex. pair of dice)

A

P=nCr*(p^r)(1-p)^(n-r)

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

Multinomial Distribution (ex. three players or more)

A

P= [n!/(a!b!c!)][p1^ap2^b*p3^c]

17
Q

Hypergeometric Distribution (ex.
‘Defective’ Items)

A

P= (mCa*nCb)/((m+n)C(a+b))

18
Q

Poisson Distribution (ex. failures)

A

P=(e^(-λ)*(λ)^x)/(x!)

where gamma= failures/time

19
Q

is defined as the likelihood of an event or
outcome occurring, based on the occurrence of a
previous event or outcome.

A

Conditional Probability

20
Q

is defined as the likelihood of an event or
outcome occurring, based on the occurrence of a
previous event or outcome.

uses phrases “if”, “given that”, “when”

A

Conditional Probability

21
Q

Conditional Probability

A

P(B|A) = [(P(A ∩ B))/P(A)]

22
Q

also known as the expected value, is the
summation or integration of a possible values from a random variable. It is also known as the product of the probability of an event occurring, denoted P(x), and the value corresponding with the actual observed occurrence of the event.

A

Mathematical Expectation

23
Q

Mathematical Expectation

24
Q

is a form of mathematical analysis that uses
quantified models, representations and synopses for a given set of experimental data or real-life studies.

25
is a single value that attempts to describe a set of data by identifying the central position within that set of data.
Measure of Central Tendency
26
is the AVERAGE of the numbers.
Mean
27
is the MIDDLE number in a sorted, ascending or descending, list of numbers and can be more descriptive of that data set than the average.
Median
28
is the value that appears MOST FREQUENTLY in a data set.
Mode
29
the difference between the greatest and the least value of the data set.
Range
30
Measure of Positions
Quartile Ranking; Decile Ranking; Percentile Ranking Q1=P25 Q2=P5=D5 Q3=P75 Q4=P100=D10 D1=P10 D2=P20 D10=P100
31
Range Formula
=max-min
32
average of min & max
Midrange
33
Midrange
=(max+min)/2
34
is the average distance between each data value and the mean.
Mean Absolute Deviation
35
Sample Variance (σ_s^2)
σ_s^2=[∑(x-x-bar)^2/(n-1)] (default)
36
Population Variance (σ_p^2)
σ_p^2=[∑(x-x-bar)^2/(n)]
37
Sample Standard Deviation (σ_s)
σ_s=sqrt[(∑(x-x-bar)^2/n-1]
38
Population Standard Deviation (σ_p)
σ_p=sqrt[(∑(x-x-bar)^2/n]
39
Mean Absolute Deviation (MAD)
MAD=(∑|x-x-bar|/n)