CSCE530 Chapter 2 Flashcards

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

1/23

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.

24 Terms

1
New cards

Scatterplot

Simple 2D visual of the relationship between two variables.

2
New cards

Convex hull

Points on the edge of the smallest (convex) perimeters surrounding the data. Trimming them off may display better relationships between the variables.

3
New cards

Chi-plot

Graphical method for judging whether two variables are independent. Based on where larger values of one variable tend to occur with larger values of the other.

4
New cards

When is a chi plot independent?

When all the points of the plot fall within a region. If points are outside, the two variables may be related

5
New cards
<p>Bivariate boxplot</p>

Bivariate boxplot

2D analogue of a boxplot. Displays two ellipses centered at the bivariate center.

6
New cards

Explain the ellipses in the bivariate boxplot

Smaller ellipse - central 50% of the data

Larger ellipse - contains all data except for outliers

Bivariate center - cross of the two regression lines display for X and Y

7
New cards

Explain the angles of a bivariate boxplot

Acute - strong correlation between the two variables

Right - weak correlation between variables

8
New cards

Bubble plot

shows three variables on a 2d plot. 2 are plotted as a scatter plot. the third is plotted as a circular bubble around each dot, indicating size

9
New cards

Scatterplot matrix

A q by q array of 2D scatterplots from data set with q variables

10
New cards

3D Scatterplots

Scatter plots in a 3D form. Drop lines can make them more interpretable

11
New cards

Bivariate Density

knowt flashcard image
12
New cards

Conditioning Plots

scatterplots of 2 variables, conditional on the value of a third variable. Especially useful if the third variable is a categorial variable.

13
New cards

Star plot

Magnitudes of q variables can be represented for each observation. Q points on a star, each length represents the value for the observaiton. May be useful to standardize/scale the variables first

14
New cards

Chernoff Faces

Each multivariate observation is displayed with a face. Ex: wide mouth may mean large fifth variable

15
New cards

Radar plots

Like star plots, but more modern. Allows multiple observations to be place don top of each other.

16
New cards

Side by side boxplots

Show graphically information about how a continuous variable is realted to a categorical variable. Separate box plots show the distribution at each level of the categorical variable

17
New cards

Pirate Plot

Like a more advanced side by side boxplot. Show more information about the continuous variable

<p>Like a more advanced side by side boxplot. Show more information about the continuous variable</p>
18
New cards

Animation plots

Appear like videos. Sequence of static plots for information that changes over time.

19
New cards

Profile plot

Simple way to display multivariate observations graphically. Show connected line segments where the height at each joining point is the value of a variable for thatobservation.

20
New cards

Andrews Plots

Convert each data vector into a Fourier series and the resulting curves are plotted together. Plotted on (- pi, pi)

<p>Convert each data vector into a Fourier series and the resulting curves are plotted together. Plotted on (- pi, pi)</p>
21
New cards

Advantages of an Andrews plot

The distance between curves reflect the pairwise distances between observations correctly

22
New cards

Disadvantages of an Andrews plot

the roles of the individual variables are not as apparent in Andrews plots as in other types of plots

23
New cards

Contour Plot

knowt flashcard image
24
New cards