Curated Video
Excel VBA Programming The Complete Guide - The OnError Resume Next Keywords
Some errors are not catastrophic to the health of a procedure --- some, in fact, are completely ignorable. In this lesson, we utilize the On Error Resume Next keywords to tell an iteration macro to continue in spite of any errors...
Brian McLogan
Using an equation to model part and whole of an angle - Free Math Videos - Online Tutor
👉 Learn how to find the value of an unknown variable in the expressions representing the values of angles given the relationship between the angles. When given expressions representing the values of angles and the relationship between...
Curated Video
Understanding Selection Statements in Small Basic
In this video tutorial, Justin introduces the concept of selection in programming using Small Basic. He demonstrates how to create decision-making processes based on user input, such as recognizing names and responding accordingly. Learn...
Curated Video
Core Java Programming Course- The Universally Unique Identifier (UUID) Class
This video explains the UUID class. This clip is from the chapter "Special Classes in Java" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains the different special classes that are...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Python for Data Science: Dataset Preprocessing
In this video, we will cover dataset preprocessing.
Curated Video
The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Making Password Lists with Cupp
In this video, you'll learn about Cupp and how to make password lists using this tool. This clip is from the chapter "Wireless Penetration Testing" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this...
Curated Video
Google Apps Script - Exercise Coding Projects - Apps Script How to Use SpreadsheetApp Update Sheets Data in Spreadsheet
This video explains how to use SpreadsheetApp update sheets data in spreadsheet. This clip is from the chapter "Google Workspace Services: Docs, Calendar, Drive, Forms, Gmail, and Sheets Slides" of the series "Google Apps Script -...
Curated Video
Using Random Numbers in Small Basic
In this tutorial, Justin demonstrates how to use random numbers in programming using Small Basic. He walks viewers through creating a simple guessing game where users have to guess a random number. The tutorial also covers the concept of...
Curated Video
Data Analytics using Python Visualizations - Parameterizing Plots
This video explains parameterizing plots. This clip is from the chapter "Matplotlib and Seaborn – Libraries and Techniques" of the series "Data Analytics Using Python Visualizations".This section introduces you to Matplotlib and Seaborn.
Curated Video
Data Analytics using Python Visualizations - Marginal Histograms and Marginal Boxplots
This video explains marginal histograms and marginal boxplots. This clip is from the chapter "Matplotlib and Seaborn – Libraries and Techniques" of the series "Data Analytics Using Python Visualizations".This section introduces you to...
Curated Video
Practical Data Science using Python - Pandas DataFrame 1
This video explains Pandas DataFrame. This clip is from the chapter "Python for Data Science" of the series "Practical Data Science Using Python".This section explains Python for data science.
Curated Video
Machine Learning Random Forest with Python from Scratch - Using NumPy for Random Forest
In this lesson, you will learn about the NumPy tool available in the Python library and look at the advantages of using NumPy. This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest with...
Curated Video
pandas for Python - A Quick Guide - DataFrame Manipulation
Here, you will learn how to rename columns in a data frame. We will look at adding columns to a data frame, concatenating a data frame, and removing columns with the drop method. This clip is from the chapter "Data Preprocessing" of the...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - RAND Function (Producing a Sample with Distribution of Your Choice)
The author will show you how to use the rand function. This function allows you to produce a sample (random numbers) with a distribution of your choice. This clip is from the chapter "SAS Functions" of the series "Complete SAS...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Expectations: Sample Mean
In this video, we will cover sample mean. This clip is from the chapter "Basics for Data Science: Mastering Probability and Statistics in Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Expectations: Law of Large Numbers
In this video, we will cover law of large numbers. This clip is from the chapter "Basics for Data Science: Mastering Probability and Statistics in Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Python for Data Science: NumPy Pandas and Matplotlib (Part 2)
In this video, we will cover NumPy Pandas and Matplotlib (part 2).
APMonitor
Python Basic Statistical Analysis
Python statistical functions such as average, maximum, minimum, standard deviation, and custom counting are demonstrated in an iPython notebook.
APMonitor
Generate Poisson Distribution and Histogram in Excel
Powerful statistical analysis tools are available in the Excel is add-in data analysis package. This is an example of generating a randomly sampled Poisson distribution (1000 values) and plotting the frequency of the result.
Curated Video
How to Obtain a Random Sample for Surveys
This video explains how to obtain a random sample from a population using different methods such as drawing names or numbers, using a table of random numbers, or a random number generator on a calculator or computer. It emphasizes the...
KnowMo
Introduction to Sampling: How to Select a Representative Sample
This video is a lecture about sampling, which is a method used to collect and analyze data about a population. The lecturer explains that it is often not feasible to collect data from every member of a population, so a sample is taken...
Curated Video
Testing a Hypothesis Using Simulation
This video uses the example of flipping a coin to determine if it is fair or biased to demonstrate testing a hypothesis with simulation. By running multiple trials and analyzing the response variable, they demonstrate how to make an...
Curated Video
Sampling Distributions and Approximation through Simulation
In this video, the teacher discusses the concept of sampling distributions and how to approximate them using simulations. The example used is about a high school surveying students' opinions on increasing graduation requirements for math...