Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Scatter Plot
The author will show you the ease with which you can create a scatter plot with SAS. This clip is from the chapter "Visual Representation of Data" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data Ninja".This...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Matplotlib, Seaborn, and Bokeh for Data Visualization: Introduction to Matplotlib
In this video, we will cover an introduction to Matplotlib. This clip is from the chapter "Basics for Data Science: Python for Data Science and Data Analysis" of the series "Data Science and Machine Learning (Theory and Projects) A to...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Seaborn for Data Visualization: Seaborn Relplot
In this video, we will cover Seaborn Relplot. This clip is from the chapter "Basics for Data Science: Data Understanding and Data Visualization with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to...
Curated Video
Interpret Slope Using Line of Best Fit
In this lesson, students will learn how to use data and the line of best fit to predict the impact of additional study hours on test scores. They will understand that an exact relationship between variables guarantees a specific outcome,...
Curated Video
Statistics for Data Science and Business Analysis - Cross Tables and Scatter Plots
In this video, you will explore the different ways to demonstrate relationship between variables. This clip is from the chapter "Descriptive Statistics Fundamentals" of the series "Statistics for Data Science and Business Analysis".This...
Curated Video
Learning R for Data Visualization (Video 10)
R is on the rise and showing itself as a powerful option in many software development domains. At its core, R is a statistical programming language that provides impressive tools for data mining and analysis, creating high-level...
Curated Video
Calculating the Line of Best Fit Using the Method of Least Squares
In this video, the teacher explains how to calculate the line of best fit for a scatter plot using the method of least squares. They discuss different types of functions that can fit scatter plots, such as linear, quadratic, and...
Curated Video
Statistics for Data Science and Business Analysis - A1. Linearity
In this video, the first assumption of OLS, linearity, is explained. This clip is from the chapter "Assumptions for Linear Regression Analysis" of the series "Statistics for Data Science and Business Analysis".This section explains OLS...
Curated Video
Writing Equations for Lines of Best Fit
In this lesson, students will learn how scatter plots, lines of best fit, and equations are all connected. They will understand how to write an equation for a line of best fit by identifying the Y intercept and slope.
Curated Video
Describing the Relationship Between Two Quantitative Variables Using Scatter Plots
In this video, students learn how to describe the relationship between two quantitative variables using scatter plots. The video explains the difference between categorical and quantitative variables and demonstrates how scatter plots...
Curated Video
Scatter Plots and Lines of Fit
In this video lesson, students will learn about scatter plots and lines of fit. They will learn how to interpret scatter plots, identify types of correlation between data sets, and write, interpret, and use lines of fit to model data....
Curated Video
Interpreting Scatter Plots: Identifying Clusters and Outliers
This video lesson teaches students how to interpret scatter plots by identifying clusters and outliers. It explains the concept of scatter plots and demonstrates how to draw conclusions about the relationship between two sets of data. By...
Curated Video
Making Predictions with Lines of Fit
In this video, the teacher explains how to find lines of fit and use them to make predictions based on data. The lesson includes examples and tips for drawing the best fit line and finding the slope and Y-intercept of the line. Students...
Curated Video
pandas for Python - A Quick Guide - Visualize your Data
In this video, you will learn about data visualization. We will look at the basic and simple plots like the scatter plot, line plot, histogram, bar chart, and pie chart. This clip is from the chapter "Data Processing" of the series...
Curated Video
Making Predictions with the Line of Best Fit
In this video, students learn how to make predictions using the line of best fit in scatter plots. The teacher explains the concept using examples related to the weight of a car and its gas mileage, as well as the relationship between...
Curated Video
Making Predictions Using the Equation for a Line of Best Fit
Learn how to make predictions using the equation for a line of best fit. Review examples of scatter plots to demonstrate how to find the slope and Y intercept, and then use these values to make predictions. This video also highlights the...
Curated Video
Write a Trend Line from a Scatter Plot
Learn how to write the equation of a trend line from data in a scatterplot using point-slope form. Understand the concepts of linear equations, scatterplots, positive and negative correlations, and point-slope form. Through examples and...
Curated Video
Statistical Regression Models and Predicting Values
This video discusses how to determine the best statistical regression model to approximate data within a scatter plot and make predictions through interpolation and extrapolation. It covers the process of inputting data into a graphing...
Curated Video
Understanding Scatter Plots and Lines: Distinguishing Exact and Inexact Relationships
In this video, the teacher explains the difference between scatter plots and lines. They discuss how scatter plots represent inexact relationships between variables, while lines represent exact or deterministic relationships. The teacher...
Curated Video
Identifying Strong and Weak Associations in Scatterplots
In this lesson, students learn how to identify strong and weak associations by comparing scatterplots. They are taught about the concept of scatterplots and how they can be used to illustrate the relationship between two sets of data. By...
Curated Video
Fitting a Linear Equation to a Scatterplot
In this lesson, we learn how to fit a linear equation to a scatterplot. By modeling the relationship between two variables, we can predict trends and make predictions. We use the slope-intercept form of a linear equation (Y = MX + B) to...
Curated Video
Calculating and Interpreting Correlation Coefficients with Technology
Learn how to calculate and interpret the correlation coefficient using technology. The correlation coefficient measures the strength of the linear association between two variables, and its value falls between -1 and 1. The video...
Curated Video
Making Predictions from Bivariate Measurement Data with a Line of Best Fit
We demonstrate this process through examples of predicting a baby's weight based on age, estimating study time based on desired grades, and predicting test scores based on study time. We emphasizes that predictions are estimates and...
Curated Video
Assessing the Fit of a Line Using Residuals
In this video, the teacher explains how to determine which line provides a better fit to a scatterplot by drawing residuals. Residuals represent the difference between the actual values and the predicted values by the line of best fit.