ELECTIVE MIDMIDDD

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

1/32

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 4:00 PM on 10/18/23
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

33 Terms

1
New cards

Data Analysis

The process of inspecting, cleaning, transforming, and interpreting data to discover meaningful insights, patterns, and trends.

2
New cards

Data Collection

The process of collecting relevant data from various sources such as surveys, experiments, sensors, databases, websites, etc.

3
New cards

Data Cleaning

The process of cleaning and preprocessing raw data to ensure its quality and reliability by removing errors, inconsistencies, and handling missing values.

4
New cards

Data Transformation

The process of transforming data into a suitable format for analysis, including reshaping data, encoding categorical variables, and scaling numeric variables.

5
New cards

Exploratory Data Analysis (EDA)

The process of visualizing and summarizing data to understand its characteristics, including creating histograms, scatter plots, box plots, and calculating descriptive statistics.

6
New cards

Statistical Analysis

The use of statistical techniques to analyze data and test hypotheses, including hypothesis testing, regression analysis, ANOVA, and other statistical tests.

7
New cards

Machine Learning

The application of machine learning models to data for predictive modeling or pattern recognition tasks, such as making predictions, classifying data, or clustering data points.

8
New cards

Data Visualization

The use of charts, graphs, and other visualizations to present findings in a clear and accessible manner, aiding in conveying complex information to a broader audience.

9
New cards

Interpretation

The process of interpreting the results of data analysis and drawing conclusions, providing insights and recommendations based on the findings.

10
New cards

Reporting

The documentation of data analysis results in reports, presentations, or dashboards, effectively communicating findings to decision-makers and stakeholders.

11
New cards

Continuous Improvement

The iterative nature of data analysis, where analysts revisit methods and models, refine their approach, and incorporate new data to continually improve their analysis.

12
New cards

Pivot Table

A data processing tool used in spreadsheet software to summarize and analyze large datasets, allowing for rearranging and summarizing data into a more compact and organized format for analysis and reporting.

13
New cards

Mean (Average)

A measure of central tendency calculated by summing up all values in a dataset and dividing by the number of values, representing the "typical" or "average" value.

14
New cards

Median

A measure of central tendency in a dataset, representing the middle value when the data is arranged in ascending or descending order.

15
New cards

Mode

The value that appears most frequently in a dataset, useful for identifying the most common value or category.

16
New cards

Standard Deviation

A measure of dispersion or variability in a dataset, quantifying how much individual data points deviate from the mean.

17
New cards

Variance

A measure of the spread or dispersion of data points in a dataset, quantifying how far individual data points are from the mean.

18
New cards

Range

A simple measure of spread representing the difference between the maximum and minimum values in a dataset.

19
New cards

Population

Any specific collection of objects of interest.

20
New cards

Sample

Any subset or subcollection of the population.

21
New cards

Measurement

A number or attribute computed for each member of a population or sample.

22
New cards

Parameter

A number that summarizes some aspect of the population as a whole.

23
New cards

Statistic

A number computed from the sample data.

24
New cards

Statistics

The study of data, describing properties of the data, which is called descriptive statistics.

25
New cards

Descriptive Statistics

The branch of statistics that involves organizing, displaying, and describing data.

26
New cards

Inferential Statistics

The branch of statistics that involves drawing conclusions about a population based on information contained in a sample taken from that population.

27
New cards

Data Matrix

A tabular format representation of cases and variables in a statistical study, where each row represents a case and each column represents a variable.

28
New cards

When to Use What Measurement of Central Tendency

聽聽聽聽聽聽聽聽 If data is categorical (nominal or ordinal), use mode.

聽聽聽聽聽聽聽聽 If data is quantitative, use mean or median.

聽聽聽聽聽聽聽聽 If data has influential outliers or is highly skewed, use median. Otherwise, use mean.

29
New cards

Range

聽聽聽聽聽聽聽聽 the difference between the highest and lowest value in a dataset.

30
New cards

Interquartile Range

聽聽聽聽聽聽聽聽 difference between the third and first quartile in a dataset. It leaves out the extreme values.

31
New cards

Box Plot

聽聽聽聽聽聽聽聽 a graph that shows the median, quartiles, and outliers of a dataset. It is useful for detecting outliers and comparing distributions.

32
New cards

Standard Deviation

聽聽聽聽聽聽聽聽 measures how spread out the data points are from the mean in a dataset. It is the square root of the variance.

33
New cards

Variance

聽聽聽聽聽聽聽聽 the average of the squared differences between each data point and the mean in a dataset.