Data Analysis Test 1 UARK Pullen

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

1/52

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 11:33 AM on 2/20/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

53 Terms

1
New cards

Statistics

The science of collecting, organizing, analyzing, interpreting and presenting data

2
New cards

Descriptive Statistics

The collection, organization, presentation and summary of data

ex) mean, median, mode

3
New cards

Inferential Statistics

Generalizing from a sample to a population and making decisions

ex) 200 students = sample

entire student body = population

4
New cards

Data Set

Collection of data values as a whole (what goes into excel)

5
New cards

Observation

Each data value (goes into data sets)

ex) genders

6
New cards

Subject (or individual)

An item for study

ex) an employee in your company

7
New cards

Variable

A characteristic about the subject

ex) an employee's income or gender

8
New cards

Data Type: Categorical/Nominal/Qualitative

Values are described by words rather than numbers

ex) gender, ethnicity

9
New cards

Data Type: Numerical/Quantitative

Measuring a value

10
New cards

Type of Numerical/Quantitative = Discrete

Countable number of values (integers or whole numbers)

11
New cards

Type of Numerical/Quantitative = Continuous

Variable that can have any value in an interval value

12
New cards

Ratio Data

Strongest type of data, has a definite zero and starting point (quantitative)

--> can add, subtract, multiple, divide, mean + STD

ex) GPA, money

13
New cards

Interval Data

Second strongest type of data, a ranking with number associated/anything without a definite zero

--> can mean, STD but cannot add, subtract, multiple, divide

ex) 1-5 rating, temperature

14
New cards

Ordinal Data

Third type of data, a ranking system without numbers associated with data

--> can do frequency counts or %

ex) year in school, excellent fair poor

15
New cards

Nominal Data

Weakest type of data, straight words with no meaning behind the answers (qualitative)

--> can do frequency counts or %

ex) favorite food, gender, ethnicity

16
New cards

Type of Data Set = time series data

each observation in the sample represents a different equally spaced point in time

17
New cards

Type of Data Set = Cross sectional data

each observation represents a different individual unit (person) at the same point in time

18
New cards

Univariate

one variable

(histograms, descriptive statistics)

19
New cards

Bivariate

two variables

(scatter plots, 2 sample hypothesis, simple regression)

20
New cards

Multivariate

more than two variables

(anova, multiple regression)

21
New cards

Control group

the group that does not receive the experimental treatment

22
New cards

Experiment group

exposed to manipulation of independent variable

23
New cards

4 steps to construct a histogram

1) Find the min and max value

2) Define the # of bins/classes

3) Define the bin/class width

4) Define the upper limit

24
New cards

How to find the min and max value

In excel: =min(data)

=max(data)

25
New cards

How to define the # of bins/classes

its based on the # of observations (n)

26
New cards

How to define the bin/class width

(max - min) / # of bins

27
New cards

How to define the upper limit

It must be larger than the maximum value!

ex) max value = 676.42 width = 80

Make upper limit 680 then decrease by increments of 80

28
New cards

How to find relative frequency

frequency # / total #

29
New cards

how to find cumulative frequency

add each sum of preceding frequencies / total

30
New cards

skewed left

mean < median < mode

negative #

31
New cards

skewed right

mode < median < mean

positive #

32
New cards

symmetric

mean = median = mode

skewness is close to zero

33
New cards

Modal class

class with the highest frequency

34
New cards

Unimodal

one mode

35
New cards

Bimodal

two modes

36
New cards

Multimodal

more than two modes

37
New cards

Mean

average

excel: =average(data)

38
New cards

Median

Middle number

excel: =median(data)

39
New cards

Mode

The value that occurs most frequently in a given data set

excel: =mode(data)

40
New cards

Sample

statistic

portion of people

x-bar

41
New cards

Population

parameter

whole number

mu

42
New cards

Frequencies

number based off classes/bins

43
New cards

Skew excel function

=skew(data)

--> < 0 = negative skewed

--> > 0 = positive skewed

--> = 0 = normal distribution

44
New cards

Kurtosis

measures the peak/height of the curve of the distribution

45
New cards

Leptokurtic

positive kurtosis

sharper rising peak; > 0

46
New cards

Platykurtic

negative kurtosis

slower rising peak; < 0

47
New cards

Mesokurtic

normal distribution

= 0

48
New cards

Kurtosis excel function

=kurt(data)

49
New cards

Range equation

max - min

50
New cards

Trimmed mean

the mean of the data values left after "trimming" a specified percentage of the smallest and largest data values from the data set

--> 10% take off the lowest and highest values

--> 20% take off the lowest 2 and highest 2 values

KEEP WHOLE NUMBERS NOT % (like dont change 2% to .02 bc its wrong)

51
New cards

growth rate equation

=(present / initial) ^1/(n-1) - 1

52
New cards

Sharpe Ratio

When looking at returns, look Xi values

When looking at risks, look at Si values

--> you want the higher number

53
New cards

Empirical Rule

Total area = 1 or 100%

Only use when normal distribution!!!