Ecology & Data Analyze Exam #1

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/30

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 7:47 PM on 9/18/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

31 Terms

1
New cards

Individual

Basic unit of analysis within a group being studied (ex. Frida)

2
New cards

Population

The larger group you want to know about. (what your research is about) (ex. Elephants in Kenya)

3
New cards

Sample

The group you actually study (ex. 1,000 followed elephants)

4
New cards

Quantitative variables (#s)

  • Continuous (Anywhere along a continum)

  • Discrete (whole #)


5
New cards

Categorical variables (categories/groups)

  • Nominal (named variables without order)

  • Ordinal (Low, medium, high with order)


6
New cards

Bar chart - categorical data

  • Has bar gaps

  • x axis has the labels

  • y axis is numerical value or %


7
New cards

Pie charts

  • Categorical data


8
New cards

Histogram - quantitative data (either type)

  • x axis is numerical

  • Bars touch, no gaps

  • y axis is frequency/count of data


9
New cards

Distinguishing parts of a histogram

  1. shape

    1. symmetrical, left skew (short on left), right skew (short on right)

  2. Center

    1. Modality (unimodal, bimodal) and numerical value

    2. unimodal - 1 peak

    3. bimodal - 2 peaks

  3. Spread

    1. Numerical range the data ranges from (1-60)

    2. *Do where the data starts not just the beginning number


10
New cards

Measures of center

  • Mean (adding of data points and divide by # of data points)

  • Median - middle value in ordered dataset (for even amt of data points take mean of two middle points)


11
New cards

Measures of spread

  • Range of a sample = max - min

  • Variance of a sample (s²) = tells you how spread out around the mean your data is

  • Standard deviation = s (square variance) tells you how spread out around the mean your data is

    • larger = more scattered less predictable data

    • smaller = more tightly packed, predictable data


12
New cards

First quartile (25%)

Middle value between minimum and median.

13
New cards

Third quartile (75%)

Middle value between median and maximum.

14
New cards

Interquartile range (IQR)

3rd quartile - 1st quartile

15
New cards

5 number summary

min Q1 median Q3 max * this is represented by a box plot

16
New cards

Predicting shape on a histogram

  • mean higher than median means right skew

  • mean lower than median means left skew


17
New cards

Box plots * don’t usually overlap

Visual representation of 5 # summary, often grouped by a 2nd categorical variable.

  • outliers as dots


18
New cards

Bar plots

  • Shows 2 variables - 1 categorical, 1 quantitative

  • Visual representation of mean (bar) and a measure of spread (whisker)

the mean is represented by the main bars while the whisker shows standard deviation (check the caption for what the whiskers represent if nothing says they are for standard deviation)


19
New cards

Violin plots

Shows multimodal distributions

Growing in popularity

20
New cards

Scatter plots

  • can also use these to compare categorical variables (ungrazed, grazed)

2 variables

  • 1 indep. (x axis)

  • 1depen. (y axis)

  • Direction (positive, negative, no direction)

  • Form (linear or not)

  • Strength (any outliers, how close are the points together or hugging the line?)


21
New cards

Pearson correlation coefficient ( r ) *not useful for nonlinear relationships

  • unitless

  • must fall between -1 and 1

  • if r<0, negative and line goes down

  • if r>0, positive and line goes up

  • if your r value is close to -1 or 1 you have a strong correlation

  • if your r value is closer to 0, weak correlation


22
New cards

Least squares regression line formula

^yi = a + b xi


y= response variable

i = single data point

^ = estimate

a = intercept

b = slope

xi = explanatory variable data point

23
New cards

Intercept (a)

y when x = 0

has units same as y

24
New cards

Slope (b)

Change in y for 1 unit change in x (y/x)

25
New cards

R² variance

  • How much spread does the estimated linear equation account for?

  • proportion of variance in y explained by x

  • always positive when squaring

  • when squaring your r value, it gives you the % of your axis


equation -

adds up leftover variance (variance residuals) / total variation (variance data points)


26
New cards

Residual deviation

Difference between an observed ecological data point and the value predicted.

27
New cards

Problems with r

  1. r always assumes linearity * b also does

  2. correlation does not equal causation

  3. r is influenced by outliers * b is to

    1. these outliers can even change the entire directoin of data


28
New cards

Extrapolation

Trying to use that outside data. Huge problem with linear relationships hard to predict for data you don’t have.

29
New cards

Data

Values for individuals in your sample

30
New cards

Statistics

Numerical summaries of a sample (r, b, and r²)

31
New cards

Parameters

numerical summaries of a population