Excel Sheets For Statistics With Formulas For Free
Find a list of Excel Sheets used for Statistics in this site.1. Excel Sheet for Independent Sample t-Test – Question 3 2. Excel Sheet for …
Find a list of Excel Sheets used for Statistics in this site.1. Excel Sheet for Independent Sample t-Test – Question 3 2. Excel Sheet for …
Question on ANOVASussan Sound predicts that students will learn most effectively with a constant background sound, as opposed to an unpredictable sound or no sound …
In this lesson, we would look at the steps to follow to perform Analysis of Variance(ANOVA). This would be very clear and easy to follow. …
Question An automatic cutter machine must cut steel strips of 1200 mm lenght. From a preliminary data, we checked that the lenghts of the pieces …
QuestionWe want to compare the heights in inches of two groups of individuals. Here are the measurements:X: 175, 168, 168, 190, 156, 181, 182, 175, …
Welch’s t-testThe Welch’s t-test is also called unequal variances t-test that is used to test if the means of two populations are equal. This test …
Question 7 A study was performed to test wether cars get better mileage on premium gas than on regular gas. Each of 10 cars was …
What is paired-sample t-test? This is also called two-sample t-test or dependent samples t-test. This is a test used to compare the means of two …
Question A sample of 20 students were selected and given a diagnostic module prior to studying for a test. And then they were given the …
How to Perform Paired-Sample t-Test Question A clinic provides a program to help their clients lose weight and asks a consumer agency to investigate the …
Question 2A professor wants to knowif her introductory statistics class has a good grasp of baic math. Six students are chosen at random form the …
QuestionIn the population, the average IQ is 100 with a standard deviation of 15. A team of scientists want to test a new medication to …
This is an easy topic to understand if you understand the basic concepts I am going to present in this article. So read carefully as …
The interesting thing is that everyone irrespective of your field can and needs to master these skills. For me as a Software Engineer, I use …
A delegate in C# can be conpared to a function pointer in C and C++. It allows programmers to specify what the funtion to be …
In this lesson, we would cover the basics on threading in C# and how to implement threading in C#. Content Introduction to Threading The Thread …
What is a Test Plan?An Software Test Plan or simply a Test Plan is a formal document containing details of the testing activities to be …
It is important to note that if you will be sitting for an interview for an Automation Test Engineer, you can expect to be asked …
These series of lesson teaches you how to read xml files into C# Using Linq to Xml. Tutorial 1: How to Read Xml File using …
1a.The notion of Verification and Validation. Overview of typical verification and validation activities during software development. (L01a) This includes verification of requirement specification Modelling and …
In this lesson, we would examine the following sub-topics: What is the Static Keyword When is it Necessary to use the Static Keyword Example of …
In this lesson we would cover the following: What are Interfaces? When can an Interface be used? Interface implementation example in C# Summary on Interfaces …
Hello, good to see you here! Its good to know that you want to learn Java and be sure that you would find all you …
This is the course schedule for the ASP.NET C# in 24 days Course. You could always check the schedule for any changes. You may print …
This is a simple video on how to export MS Excel table to MySQL Databases; Get the Excel File Here: Watch the Video
In this lesson we are going discuss clustering under the following topic: Introduction to Clustering Formalized Definition of k-Means Clustering 1-of-K Coding Scheme The Expectation …
This lessons explains in simple terms how to minimize expected loss during classification.Remember that when an input variable is classified wrongly, a loss is incurred. …
Remember that classification is a supervised learning concept that has to do with determining the the class a new input variable belongs.In trying to assign …
In this lesson, we would examine 3 approaches to classification. The first 2 would be based on the a priori knowledge of the probabilities. The …
You can watch the video of this explanation here: Video Many person in the field of IT don’t get as productive as they should be …
This is a list of the very best Java Tutorials I’ve had to make. The reason I rate this tutorials high compared to other tutorials …
Today we will understand the concept of Confirmatory and Exploratory Research. In other words, we can say Confirmatory and Exploratory Data AnalysisWe begin with Confirmatory. …
Linear Models of Regression Video Updated Watch the Linear Regression Video Here… This article discusses the Linear Models of Regression with focus on Linear basis …
I have made a list of the best 20 easy lessons of various topic of Machine Learning, Pattern Recognition and Artificial Intelligence. Watch the Machine …
I have done a little research on cryptocurrency recently and I would like share the outcome with you. The area I looked at included: the …
Today we will discuss the difference between two important topic that appear similar in machine learning. Classification and Clustering I have decided to create this …
What is Maximum Likelihood(ML)? and What is Maximum Likelihood Estimation (MLE)?These is a very important concept in Machine Learning and that is what we are …
Today we will discuss the concept of Outlier Detection in Statistics and Machine Learning and we would focus on the techniques used. We would cover …
We would try to clearly explain the concept of a recommender system. What is a Recommender System A recommender system is a system that is …
Today we will understand the difference between classification and regression. It would be a very short lesson but at the end it would be very …
Supervised learning and unsupervised learning are the two branches of Machine Learning.In my previous article Introduction to Machine Learning, I discussed the various categories and …
In this lesson, you will learn about Bias/Variance Trade-off in Machine Learning. This is a concept in machine learning which refers to the problem of …
Today we would give a clear and simple explanation of Support Vector Machines. We would discuss the basics of support vector machines in very clear …
A common interview question for accountants is ‘What accounting software packages do you know’ or ‘What Accounting Software Packages can you use’ or even ‘What …
Coding is fun! Have you heard this expression sometimes? Another one is, ‘coding is for the noble-minded’ or ‘coding is for the great minds’ or …
In this short lesson, we will discuss the concept of over-fitting in Linear Regression. For now I would assume you have a basic knowledge of …
Activation Functions play a very important role in Neural Network so understanding them is key to getting a clearer understanding on how neural networks work. …
1. PARADIGMS OF LEARNING Interpretation of ProbabilityProbability expresses uncertainty that an even may or may not occur and is a key concept in pattern recognition.Lets …
Backpropagation is the learning algorithm used in neural networks and is a generalization of the least mean squares algorithm used in linear perceptron. Backpropagation requires …
Today we will understand the concept of Multilayer Perceptron. Recap of Perceptron You already know that the basic unit of a neural network is a …
Its quite interesting to know that Mobile Application development is not as difficult as some may think. In fact, learning mobile app development may even …
In this lesson, we would examine the learning process in Neural Networks. Remember that a neural network is a classifier that could learn from a …
Today we will understand the concept of Perceptron. Basics of The PerceptronThe perceptron(or single-layer perceptron) is the simplest model of a neuron that illustrates how …
Hello! Good to see your interest in learning! I am sure that with the effor you put, you will do great thing!Building a mobile app …
Hello! Good to see you hereToday, we are going to discuss software verification and validation during the testing phase. During maintenance phase of the Software …
In this short and simple lesson, we are going to discuss techniques in carrying out source code based testing. Source code based testing is applied …
In this tutorial, we would examine how to use Python to create an excel csv file, write data into it, read records from the file …
In this lesson I would teach you how to create a simple calculator in the Python Programming Language. Python 3.6 is used in this tutorial, …
In this article, we would discuss the concept of Software Module Testing or Unit Testing. We would look at the various techniques applied in Software …
I have decided to write this article to provide some guidance to the teaming youths who every year face the choice of what direction to …
For all lovers of the Python Programming Language, I would like to share a program to solve simultaneous equation(system of linear equation) in Python. I …
The architecture of a system refers to the components of the system and the way they interact. This component includes both hardware and software components. …
I often cringe when I hear folk freely say they are digital marketers of digital marketing experts without actually considering all implications of what they …
Bounded model-checking is a technique applied in handling of large state space problems.The basic principle of bounded model-checking is that we do not handle the …
Verification of Software requirement specification involves evaluating the software against the following criteria: the functions should be specified and well-defined References are complete Tools and …
In this article we would discuss five basic formalism for design modelling. They are: Kripke Structure Kripke Transition System Labelled Transition System Finite State Automata …
I personally visited the location of the Innoson Vehicle Manufacturing Company since I always need to provide facts to my readers. So I have to …
The two words are normally used side by side. But there is a clear difference between the two which we need to clearly know. This …
I would tell you the realities from my own personal experience as a google Adsense user for over six years now.If you are and Adsense …
Lately I’ve been reading about a “new breakthrough” in the field of Artificial Intelligence, that is Sophia the robot. I also heard so much in …
We are going to explain the basic concept of k-means clustering and the k-means clustering algorithm. Table of Content What is K-Means Clustering How it …
What really is machine learning? Let’s try to explain it in a way that everyone can easily understand and appreciate. Here we would define Machine …
Watch the Video Lesson Here: Basic of Neural Networks, clearly explained. Concept of Neural Networks is not that difficult to understand by an average person …
More Detailed Video Explanation Here Video on How to Perform PCA in R here We would explain the concept of dimensionality reduction in a very …
Watch the video here. In this lesson we would examine the following topics What is Decision Theory Application of Decision Theory in Cancer Diagnosis The …
Today, you will learn the concept of Richardson’s Maturity Model(RMM), the key concept behind REST APIs. So, how do you measure if a web service …
In this lesson, we are going to discuss the concept of polymorphism in the Java programming language. What is PolymorphismPolymorphism means the ability to exist …
In this lesson we would examine the abstract keyword, how to use it and when to use it. What is Static KeywordThe static keyword is …
In this lesson, we are going to talk about Abstract Classes.But before we discuss abstract classes, let us consider a scenario like this: You have …
In the first part of the Object Oriented Programming lessons, you learnt: How to create classes How to create a subclass and inherit from a …
In this lesson, we would understand the idea of object oriented programming and then we would show some examples of how Object Oriented Programing works …
In this lesson, I will show you how to install Python 3.6 and set up Django 2.0 in 6 easy steps using virtualenv and pip. …
In this blog, I am going to address some of the typical problems encountered by programmers who try to connect Netbeans to the MS Access …
In this tutorial, I will teach you an easy way to set up Python and Django on Window. With Python, you can write and run …
Updated July 5, 2026: Restructured with table of contents, +/- button code, division fix, and error handling. Completes the two-part Java calculator series — start …
This lesson follows from the Lesson 2 of the Java Programming Tutorial for Beginners. So if you have not gone through Lesson 1 and Lesson …
Updated July 5, 2026: Restructured for clarity, added table of contents, FAQ answers, and links to Part 2. Screenshots and code reviewed for NetBeans 21+. …
This is Lesson 2 of the Java Programming Tutorials for Beginners, and in this Lesson, you would write your first Java Program. This lesson follows …
I could tell you that the reason many have not become good computer programmers is that the fail to obey the rules of programming. This …
This is the first part on the series of easy tutorials aimed to help Java beginner Java programmers to get up to speed in programming …
Under Interprocess Communication in Operating Systems, we would examine the following sub-topics: Introduction to Interproces Communication Race Conditions Critical Sections Mutual Exclusion With Busy Waiting …
I am going to teach you in a very simple and clear way how to use the MailMerge feature in Microsoft Word. What is Mail …
I will explain this topic in a very simple and clear way. Modern computer systems consists of processors, memory, storage disks, terminals, network interfaces, printers …
It’s very interesting how you feel knowing that you are in a vehicle with over hundred other passengers but then, there is no driver or …
In this article, I would put you through on how you can download your Facebook friends list and other data you have on Facebook to …
The interesting thing is that programming is not as tasking as it is portrayed in some books and online materials. The challenge is that programming …
Its very interesting to see how people quickly get involved in fund-related technologies. I have received this question a million times even when I provide …
I would tell you how to make international calls for lower cost than what you already have been doing. I learnt about these when I …
If you are a researcher, then you in the right place. You must read this because of the need to keep trend with the developments …
There have been ongoing research on Fuel Cell as an providing alternative energy source. This is especially needed in the field of vehicle manufacturing where …
Have you thought of having something that can store energy just like batteries, but are not batteries? You guess right! Ultracapacitors. This is also called …
You are going to learn the basics of how Electric Vehicles work. There a whole lot of things we use everyday without knowing how they …
You need to have basic knowledge of AI. You don’t have to be a Tech Pro like me to understand the principles of AI. So, …
Since 2007, NigComSat have become a familiar word among Nigeria’s technology You need to understand a bit of what this is all about, whether you …
The term “Big Data” have become quite common in the field of modern Relational Database Management and Data Analysis and today there are so many …
I’m going to tell you about this very important group you need to know about if you are member of the academia or engaged in …
Everyone irrespective of field of study or level in career needs a basic knowledge of Project Management and I would tell you why in a …
Similar Topics Five Things You Must Know About Cryptocurrency Blockchain Technology Explained-Part 1(The Estate) Blockchain Technology Explained-Part 2(Distributed Database Cryptocurrency – The Banker’s Nightmare Should …
Good to see you again and today we’ll be discussing the subject of Smart TV. I choose this topic because there’s been growth in the …
Hey, good to see you again. Let’s complete our discussion on The Blockchain Technology. Recall that in Part 1-The Estate, we gave a simple analogy …
Read This carefully before you continue Clearly note that I would not bear any responsibility with the outcome of how you use the phone number …
Check If Your Facebook Account Have Been Hacked! Please try to understand the steps. If it’s not clear, feel free to reach me. Hacker nowadays …
This analogy would help you understand the technology behind blockchain, just read carefully. Similar Posts Five Things You Must Know About Cryptocurrency Blockchain Technology Explained-Part …
These three concepts are sometimes considered as the building block of Object Oriented Programming(OOP). We cover the following: Encapsulation Inheritance Polymorhysim Virtual Methods 1. …
Stacks are very important in the study of Data Structures. But in this article we would examine the basics of Stack Data Structure and how …
Arrays are the most commonly used data structure in Computer Programming and is implemented in some way in almost all programming language. Definition: An array …
The concept of Data Structures is a very important concept in modern computer science. So, in this course we would examine what data structure is …
Thanks you for stopping by. Cryptocurrency has been a trending topic recently: Bitcoin, BTC, Swisscoin, Giracoin, Ethereum an many more. The questions are: What does the future hold …
This is the second part of our comparison between Scala and C# Programming Languages In this part we are going to examine: Arrays Declaration …
This is an assignment given to MSc. Students of the University of Port Harcourt as well as the Rivers State University of Science and Technology …