All Courses
All Courses
Courses by Software
Courses by Semester
Courses by Domain
Tool-focused Courses
Machine learning
POPULAR COURSES
Success Stories
1)Calculate all 4 business moments using pen and paper for the below data set? First business moment The first business moment is the measure of central tendency Mean or expected value, μ=∑x.P(x) For the data, we calculate the data as follows: μ=∑x.P(x)=1.4 Second business moment The second business…
Vignesh Varatharajan
updated on 16 Mar 2021
1)Calculate all 4 business moments using pen and paper for the below data set?
The first business moment is the measure of central tendency
Mean or expected value, μ=∑x.P(x)
For the data, we calculate the data as follows:
μ=∑x.P(x)=1.4
The second business moment is the measure of dispersion. This is calculated by determing the variance of the given data
Variance, σ2=∑(xi−μ)2.P(x)
For the data, we calculate the data as follows:
σ2=∑(xi−μ)2.P(x)=1.84
The third business moment is the skewness. Skewness is a measure of the symmetry in distribution. The skewness for a normal distribution is zero. A positive skewness indicates that the size of the right-handed tail is larger than the left-handed tail and vice-versa
Sk=∑(xi−μσ)3.P(x)
For the data, we calculate the data as follows:
Sk=∑(xi−μσ)3.P(x)=0.57
The fourth business moment is the kurtosis Kurtosis is a measure of the combined sizes of the two tails. It measures the amount of probability in the tails. The value is often compared to the kurtosis of the normal distribution, which is equal to 3.
If the kurtosis is greater than 3, then the dataset has heavier tails than a normal distribution (more in the tails). If the kurtosis is less than 3, then the dataset has lighter tails than a normal distribution (less in the tails).
Kt=∑(xi−μσ)4.P(x)−3
Kt=∑(xi−μσ)4.P(x)−3=2.04−3=−0.96
2)What is the significance of expected value when simple mean (Sum of all observations/number of observations) is already in place?
The applicablity of simple mean and expected value are dependent on the nature of the case study.
In smaller case studies where the random variable outcomes can be measured as frequency of occurences or each observation in the sample can be noted, the simple mean is calculated as Sum of all observations/number of observations.
However, in a case of an infinite number of observations, it is very difficult to note each and every outcome of the given data set. In such cases, the probability of each outcome is determined using a sample study and using this probability the expected value is determined using:
Mean or expected value, μ=∑x.P(x)
The expected values reduces the analysis expenditure and serves the purpose of the measuring the central tendency of the data set
3)Having skewness in the curve considered to be bad in the analysis?
Skewness is a data characteristic which measures the symmetricity of the curve. It is neither good nor bad for the analysis.
For a normal distribution, the mean, median and mode coincide. However, this is an ideal case and most of the real data have either postive or negative skewness.
A positive skewness indicates that the median and mode are greater than the mean value. On the other hand, for a negatve skewness, the mean value is higher than the median and mode.
4)Evaluate the probabilities for continuous normal distribution with given mean = 680 and standard deviation = 31
a)P(X<711)
P(X<711) = P(680 + 31) = P(μ+1σ)
In a normal distribution, the area under the curve on the left, which is the probability of the outcomes, is 0.5
Also, area under the curve from origin to 1σ is 0.34
Therefore, P(X<711) = 0.5 + 0.34 = 0.84
b)P(X>740)
Value of Z corresponding to X=740,
Z=X−μσ
Z=740−68031=1.935=1.94
Using the Z-table, the probability P(Z<1.94) = 0.97381
Now, P(X>740) = 1-P(X<740) = 1- 0.97381 = 0.026
c)P(600<x<720)
This can be rewritten as P(-2.58<Z<1.29)
P(Z<-2.58) = 0.00494
P(Z<1.29) = 0.90147
P(-2.58<Z<1.29) = P(Z<1.29) - P(Z<-2.58) = 0.90147 - 0.00494 = 0.897
P(600<x<720) =0.897
d)P(X=720)
Z(X=720) = 1.29
For calculating P(Z=1.29), we need to subtract the area on the left as well the right of the curve from the total area.
P(Z=1.29) = 1 - P(Z<1.29) - P(Z>1.29) = 1 - 0.90147 - (1-0.90147) = 0
Therefore, P(X=720) = 0
5)Explain the curve on the right side
The curve shown in the figure represents a normal distribution. The peak of the curve divides the curve and the area is symmetric about the y-axis with the mean or expected value located at the origin. The right side of the curve is divided using the standard deviation as follows:
The area under the curve between the mean and 1 standard deviation is 34.1% of the total area. This means that 34.1% of the outcomes lie in this region.
Also, the area between μ+1σandμ+2σ is 13.6% of the total area
Leave a comment
Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.
Other comments...
Supervised Learning - Prediction Week 3 Challenge
Perform Gradient Descent in Python with any loss function Let us consider the below dataset for performing gradient descent: x = [1,2,3,4,5] y = [2,4,6,8,10] The loss function to be used is the mean square error which is defined as: MSE=n∑i=1(ya−yp)2n n = total number of data points yp = predicted…
31 Mar 2021 10:29 AM IST
Basics of ML & AL Week 2 Challenge
1)Calculate all 4 business moments using pen and paper for the below data set? First business moment The first business moment is the measure of central tendency Mean or expected value, μ=∑x.P(x) For the data, we calculate the data as follows: μ=∑x.P(x)=1.4 Second business moment The second business…
16 Mar 2021 06:39 AM IST
Basics of Probability and Statistics Week 1 Challenge
Why there is a difference in the formula of variance for population and sample? The formula used for determining variance for population is σ2=∑(xi−μx)2N Whereas, the variance for a sample is calculated using s2=∑(xi−μx)2N−1 It can be noted that the denominator for sample variance is reduced…
10 Mar 2021 02:15 PM IST
Week 10: Project 1 - FULL HYDRO case set up (PFI)
Aim To setup a full hydrodynamic case of PFI and perform simulation to determine the engine characteristics Introduction Using the boundary flagging and mesh motion obtained from the no-hydro case, this project involves spray and combustion modeling to perform a full hydrodynamic case of Port Fuel Injection system. The…
23 Feb 2021 04:16 AM IST
Related Courses
0 Hours of Content
Skill-Lync offers industry relevant advanced engineering courses for engineering students by partnering with industry experts.
© 2025 Skill-Lync Inc. All Rights Reserved.