Statistics I, VL02

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/11

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.

12 Terms

1
New cards

construction stem-and-leaf plot

1. Sort the data in ascending order and draw a vertical line

2. Group the data into classes of equal size, number of classes = 10*log(n)

3. To the left of the line, write down the first digit(s); these form the stem.

4. To the right of the line, write down the next rounded digit of each observation; these form the leaves.

2
New cards

construction histogram

1. Group the data into classes [c0, c1), [c1, c2), ... with class width d1 = c1 - c0, ...

2. Compute the relative frequencies of the classes f1, f2, ...

3. Draw rectangles with widths d1, d2, ... and heights f1/d1, f2/d2, ...

3
New cards

histogram: unimodal distribution

one peak

4
New cards

histogram: bimodal distribution

two peaks

5
New cards

histogram: multimodal distribution

more than one peak

6
New cards

histogram: symmetric distribution

left half is a mirror image of the right half

7
New cards

histogram: right-skewed distribution

long tail to the right

8
New cards

histogram: left-skewed distribution

long tail to the left

9
New cards

empirical cumulative distribution function (ecdf)

- gives the fraction of observation less than or equal to a particular value x

- N(x) = ∑ n(ai), F(x) = N(x)/n

10
New cards

The mode xmod ....

gives the value of X that occurs most often

11
New cards

median

- "middle value" of the data

- appropriate for ordinal scales, most common measure of location for ordinal variables

- resistant to outliers, frequently used for metric variables

<p>- "middle value" of the data</p><p>- appropriate for ordinal scales, most common measure of location for ordinal variables</p><p>- resistant to outliers, frequently used for metric variables</p>
12
New cards

arithmetic mean

average

<p>average</p>