Bootstrap Sample

Before we discuss about Bootstrap Sample, read about Sampling With Replacement and Sampling Without Replacement A bootstrap sample is a random sample that is performed with replacement. Bootstrapping is a  resampling with replacement  which uses sampling with replacement, It will generate N number of samples and each sample is the same size of population. Let’sContinue reading “Bootstrap Sample”

Random Forest

Before we discuss about Bagging and Random forest we have to understand about Bootstrap sample. Bagging: Is also called bootstrap aggregator it gives best accuracy than decision tree and to reduce the variance. Bagging is very easy when you know how Decision tree and bootstrap sample works.It will use the greedy search algorithms like Entropy, Gini,Continue reading “Random Forest”

Spearman Rank Correlation

Rank correlation is when two variables are ranked the change in one shows the same/positive/negative change in another rank when we measure it across two points. Don’t worry if you still don’t understand, we will find Kendall rank correlation using below dataset. We are trying to see if there is any correlation if size ofContinue reading “Spearman Rank Correlation”

Probability Distribution Function

It is divided into two parts Discrete Probability Distribution Function and Continuous Probability Distribution Function. Discrete Probability Distribution Function:   Discrete means a variable that takes values from afinite or countable set, Lets say when we roll a dice we might get the value in between 1 to 6. When we roll a dice the probability of gettingContinue reading “Probability Distribution Function”

Uniform Distribution

A uniform distribution, sometimes also known as a rectangular distribution, is a distribution that has constant probability. It is defined by two parameters a and b where a is minimum and b is maximum Lets solve the below  problem.         What is the probability of x >20 (P(x>20)) and x will be uniform distributed with parameters a=10Continue reading “Uniform Distribution”

Uniform Distribution exercice 2

Let’s say x is uniformly distributed with beginning a = 20 and ending b = 40, Now solve the below questions. Calculate P(x>30) Calculate P(30<x<80) Calculate P(0<x<10) We already seen how to calculate height and width(Qbase) in our previous post.If the draw a uniform distribution for the given parameters this how it looks like CalculateContinue reading “Uniform Distribution exercice 2”

Standardization Normal distribution or Z-Distribution

The major difference between Normal and standard distribution is in standard distribution the mean will be zero and standard deviation will be one where in normal distribution both mean and standard deviation will be one. Below is the sample image that represents standard normal distribution. Source homeworkfactory Now from the above standard Normal distribution. whatContinue reading “Standardization Normal distribution or Z-Distribution”

Exercise for Z values

We will solve some simple problems to identify the area using z table. Below image will tells you which Z table we need to use. z tables. P(Z>2.4)         We need to look in to right z table as it is greater than mean 0.As per the table, the value is 0.4918 (look at the column 2.4Continue reading “Exercise for Z values”