Instructional Video12:48
Crash Course

Degrees of Freedom and Effect Sizes - Crash Course Statistics

12th - Higher Ed
Today we're going to talk about degrees of freedom - which are the number of independent pieces of information that make up our models. More degrees of freedom typically mean more concrete results. But something that is statistically...
Instructional Video10:35
Crash Course

T-Tests A Matched Pair Made in Heaven - Crash Course Statistics

12th - Higher Ed
Today we're going to walk through a couple of statistical approaches to answer the question: "is coffee from the local cafe, Caf-fiend, better than that other cafe, The Blend Den?" We'll build a two sample t-test which will tell us how...
Instructional Video7:05
Bozeman Science

Standard Error

12th - Higher Ed
Paul Andersen shows you how to calculate the standard error of a data set. He starts by explaining the purpose of standard error in representing the precision of the data. The standard error is based on the standard deviation and the...
Instructional Video10:45
Crash Course

The Normal Distribution - Crash Course Statistics

12th - Higher Ed
Today is the day we finally talk about the normal distribution! The normal distribution is incredibly important in statistics because distributions of means are normally distributed even if populations aren't. We'll get into why this is...
Instructional Video12:08
Crash Course

Test Statistics - Crash Course Statistics

12th - Higher Ed
Test statistics allow us to quantify how close things are to our expectations or theories. Instead of going on our gut feelings, they allow us to add a little mathematical rigor when asking the question: “Is this random… or real?” Today,...
Instructional Video4:11
Curated Video

Getting Started with HashiCorp Nomad - Demo - Monitoring Application Logs

Higher Ed
In this demonstration, we will focus on monitoring our applications. We will look at the various logs on a client. Looking at the logs, we will practically understand the work processes running in the background. This clip is from the...
Instructional Video2:26
Curated Video

Linux Fundamentals - Data Streams of the Process

Higher Ed
This video explains the data streams of processes. This clip is from the chapter "Data Streams and Piping in Linux" of the series "Linux Fundamentals".This section will introduce you to the data streams and piping in Linux. By the end of...
Instructional Video7:01
Curated Video

R Programming for Statistics and Data Science - Test for the Mean - Population Variance Known

Higher Ed
This video explains test for the mean - population variance known. This clip is from the chapter "Hypothesis Testing" of the series "R Programming for Statistics and Data Science".This section explains hypothesis testing.
Instructional Video8:37
Curated Video

R Programming for Statistics and Data Science - Standard Error and Confidence Intervals

Higher Ed
This video explains standard error and confidence intervals. This clip is from the chapter "Hypothesis Testing" of the series "R Programming for Statistics and Data Science".This section explains hypothesis testing.
Instructional Video52:49
Curated Video

Data Science and Machine Learning with R - Linear Regression in R - Real Model

Higher Ed
This video explains linear regression in R. This clip is from the chapter "Linear Regression - a Real Model" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This section explains a real model...
Instructional Video26:23
R Programming 101

Ggplot for plots and graphs. An introduction to data visualization using R programming

Higher Ed
Using ggplot and ggplot2 to create plots and graphs is easy. This video provides an easy to follow lesson on how to use R programming to do excellent data visualisation. If you want to learn how to work with data and do quantitative...
Instructional Video4:02
Curated Video

Fix the errors in a computer program or algorithm : Exceptions

Higher Ed
From the section: Errors and Exceptions Handling. In this section, you will learn about Errors and Exception handling in detail. Errors and Exceptions Handling: Exceptions
Instructional Video4:35
Curated Video

Statistics for Data Science and Business Analysis - Studying Regression Tables

Higher Ed
In this video, you'll learn about regression tables. This clip is from the chapter "Subtleties of Regression Analysis" of the series "Statistics for Data Science and Business Analysis".This section explains the Markowitz Portfolio...
Instructional Video8:54
Curated Video

Python for Network Forensics 5.1: Enumeration

Higher Ed
In this video, we will begin to think as an attacker and learn how to enumerate devices on a network. • Learn the basics of calling system commands in Python • Learn how to enumerate network devices • Using Python, build an application...
Instructional Video1:30
Curated Video

Statistics for Data Science and Business Analysis - Standard Error

Higher Ed
This video introduces the standard error - an important ingredient for making predictions. This clip is from the chapter "Inferential Statistics Fundamentals" of the series "Statistics for Data Science and Business Analysis".This section...
Instructional Video7:09
Curated Video

Hands-On WebAssembly for C++ Programmers - Running Your First C++ Application on the Web

Higher Ed
Now that your tools are installed, how do you write your first C++ program to run in the browser? • Write C++ code • Compile the C++ code into WebAssembly • Integrate input and output between the browser and your code This clip is from...
Instructional Video11:24
R Programming 101

Create a scatter plot using R programming. How to use ggplot for data visualisation.

Higher Ed
Using R programming for data visualisation is easy. If you want to create a scatter plot for two or more numeric variables, ggplot is perfect package. Ggplot2 is part of the tidyverse set up packages. This video is part of a series that...
Instructional Video4:30
Curated Video

Statistics for Data Science and Business Analysis - Test for the Mean; Independent Samples (Part 2)

Higher Ed
This is the second of the two-part video, where the means for two dependent samples are tested. This clip is from the chapter "Hypothesis Testing" of the series "Statistics for Data Science and Business Analysis".This section explains...
Instructional Video4:25
Curated Video

Statistics for Data Science and Business Analysis - Test for the Mean; Independent Samples (Part 1)

Higher Ed
This is the first of the two-part video, where the means for two dependent samples are tested. This clip is from the chapter "Hypothesis Testing" of the series "Statistics for Data Science and Business Analysis".This section explains...
Instructional Video2:27
Curated Video

The Complete Practical Docker Guide - Data Streams of the Process

Higher Ed
This video explains data streams of the process. This clip is from the chapter "Data Streams and Piping in Linux" of the series "The Complete Practical Docker Guide".This section focuses on data streams and piping in Linux.
Instructional Video7:46
Curated Video

Linux Administration Bootcamp: Go from Beginner to Advanced - Input, Output, and Redirection

Higher Ed
This video explains the concept of input, output, and redirection. This clip is from the chapter "Intermediate Linux Skills" of the series "Linux Administration Bootcamp: Go from Beginner to Advanced".This section explains the...
Instructional Video13:45
Curated Video

Bash Shell Scripting - "cron" Command

Higher Ed
This video helps you explore the "cron" command. This clip is from the chapter "Scheduling Scripts" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This section focuses on scheduling scripts.
Instructional Video11:15
Curated Video

Dive Into Ansible - From Beginner to Expert in Ansible - Register and When

Higher Ed
This video explains the concept of using a register and when to use it. This clip is from the chapter "Ansible Playbooks- Deep Dive" of the series "Dive Into Ansible - From Beginner to Expert in Ansible".This section explores playbooks...
Instructional Video15:19
Curated Video

Bash Shell Scripting- Redirection Operators and STDIN, STDOUT & STDERR

Higher Ed
This video shows how to use STDIN, STDOUT, and STDERR. This clip is from the chapter "Redirection Operators" of the series "Complete Bash Shell Scripting".This section covers the various redirection operators.