Statistics and Probability

What is t-distribution? – An intuitive understanding using business example

What is t-distribution? – An intuitive understanding using business example

In my last article we learned how to estimate population mean by using sample mean when population standard deviation is known. In most instances, the population standard deviation will be unknown and...
What is the difference between Point estimation and interval estimation?

What is the difference between Point estimation and interval estimation?

What is point estimation and what is its fundamental drawback? The use of single sample value such as X_bar (sample mean value) to estimate the population value is known as point estimation, because...
How to remove skewness in the data? Learn 6 powerful data transformations.

How to remove skewness in the data? Learn 6 powerful data transformations.

Many statistical tests assume that the data is normally distributed. Hence if the underlying data is not normal, we need to transform a data to make it near normal before we apply these tests. The...
An intuitive understanding of Sampling distribution and central limit theorem using practical example

An intuitive understanding of Sampling distribution and central limit theorem using practical example

The basic idea of inferential statistics is to use a statistic (mean,Standard Deviation etc.) calculated on a sample in order to estimate a parameter of a population (mean,Standard Deviation etc.)...
A brief introduction to Linear Transformation

A brief introduction to Linear Transformation

In data analysis, we may obtain greater insight while expressing a variable in different form. For e.g. you could use different scale to better visualize the variables that have points close by. Many...
Is your data Normal? A gentle introduction to Normality Tests

Is your data Normal? A gentle introduction to Normality Tests

There are range of techniques that you can use to check if your data sample deviates from a Gaussian distribution, called normality tests. In this tutorial, we will learn some techniques that can be...
A gentle introduction to Sampling terms and definitions – A pre-requisite to inferential statistics.

A gentle introduction to Sampling terms and definitions – A pre-requisite to inferential statistics.

In this tutorial we will get comfortable with some of the commonly used terms from the field of Sampling theory The clarity on these terms is required to understand the inferential statistical...
An intuitive understanding of Normal Distribution using business example

An intuitive understanding of Normal Distribution using business example

In this tutorial, we will have gentle introduction to normal distribution with real world example. We will generate normal distribution plot in R and learn some R functions to calculate the...
An intuitive real life example of Poisson distribution and how to simulate it in R?

An intuitive real life example of Poisson distribution and how to simulate it in R?

In this tutorial we will look at Poisson distribution characteristics, build Poisson distribution formula and look at some R functions to calculate the probability of occurrence using Poisson...
An intuitive real life example of a binomial distribution and how to simulate it in R

An intuitive real life example of a binomial distribution and how to simulate it in R

In this tutorial, we will understand the assumptions of binomial distribution, take a business example of binomial distribution, build the binomial distribution formula and use R to solve the problem...
A gentle introduction to covariance and correlation

A gentle introduction to covariance and correlation

In this tutorial we will look at two measures of relationship between two numeric variables: the covariance and coefficient of correlation...
How to calculate and visualise the distribution of Numeric Variable?

How to calculate and visualise the distribution of Numeric Variable?

More commonly used dispersion measures in statistics are variance and standard deviation. These measures give summary statistics, hence does not tell much about the overall data. A five number summary...
A gentle introduction to descriptive statistics – examining univariate distributions

A gentle introduction to descriptive statistics – examining univariate distributions

Descriptive statistics is used to describe the data. A first step in this process is to check the distribution of values of each numeric variable. In this tutorial, various tools for describing the...
What is Statistics and why it is important for data analysis?

What is Statistics and why it is important for data analysis?

In this post you will discover why statistics is important in general and for data science in particular, and types of methods that are available...
Scroll to Top