Word File for Prob and Stats
Word File for Prob and Stats
GOURAV SINGH
2023MTS1050
B.S.C(HONS)MATHEMATICS
SEMSTER-1
1. List of Practicals
2. Index of Commmands
3. Introduction
4. Practicals
4.1 Normal Distribution
4.2 Dot Plot
4.3 Stem and Leaf plot
4.4 Descriptive statistics
4.5 Binomial distributioN
4.6 Histogram
4.7 Probability Plots
4.8 Correlation and Coefficient
4.9 Regression line
4.10 Comparitive boxplot
4.12 Boxplot
4.13 Central limit theorum
commands Syntax
1 Average AVERAGE(RANGE
2 Mode MODE(RANGE)
3 Median MEDIAN(RANGE)
4 Minimum MIN(RANGE)
5 Maximum MAX(RANGE)
6 Sum SUM(RANGE)
7 Count COUNT(RANGE)
MAX(RANGE)-
8 Range MIN(RANGE)
9 Variance VAR.P(RANGE)
10 Skewness SKEW.P(RANGE)
KURTOSIS
11 Kurtosis (RANGE)
STDEV(RANGE)
12 Standard Deviation
STDEV(RANGE)/
SQRT(COUNT
(RANGE))
13 Standard Error
QUARTILE(RANGE,1
14 First Quartile )
QUARTILE(RANGE,3
)
15 Third Quartile
CONCATENATE(CEL
16 Concatenate L1,#,CELL2)
COUNTIF(RANGE,C
18 Countif ONDITION1)
COUNTIFS(RANGE,C
ONDITION1,CONDI
19 Countifs TION2)
NORMAL DISTRIBUTION
Normal distribution, also known as the Gaussian
distribution, is a probability distribution that is
symmetric about the mean, showing that data near the
mean are more frequent in occurrence than data far
from the mean. In graphical form, the normal
distribution appears as a "bell curve
STEPS:
1) Find p(x) using command =range of F(X)/sum of FX
STEPS:
1)First we need a data, and sort it in ascending order you must first
copy and then paste the desired column
DESCRIPTIVE STATISTICS
Descriptive statistics can be used to summarize and describe the characteristics of a data set in
a variety of ways. By presenting descriptive statistics in a clear and concise manner, researchers
can help others to understand the data and identify patterns, trends, and distributions
STEPS:
1) Take the given data and apply the formulas given on command list
2)Use the syntax to find following functions
DOT PLOT
In this type of graphic representation we basically show how manhy times any data value has
Repeated. If any value occured once we will show it by one circle, if two times repeated then
With 2 circles and so on.
STEPS:
1) Select any data that you want to plot. Sort it in ascending order
2) Determine frequency of the given data
HISTOGRAM
A histogram is a graphical representation of the distribution of a dataset.
It consists of bar that represent different intervals of bins, with the height
of each bar corresponding to the frequency or count of data points within
that interval.
STEPS:
1) use the syntax "=max(range)" to find the maximum value and "=min(range)" to find the
minimum value. 180 is the maximum and 153 is the minimum values for our data.
2). We now separate the data into upper and lower bounds.
5. Now, we plot both columns using the Column chart type, To reduce the spacing to 0%,
simply select the chart, click on Format Data Series, and then select the Options tab.
BOX PLOT
A box plot, aslo known as a box-and-wIsker plot, is a graphical representation of a data set's
distribution. It displays key summary statistics, including the median, quartiles, and potential
outlires. the plot consists of a rectangular "box" that represents the interquartile range (IQR)
and 'whisker" that extend from the box to the minimum and maximum values within a
specified range. Typically, the whiskers show the minimum and maximum data values within
1.5 times the IQR. Outliles, If present, are represented as individual points beyond the
whiskers. Box plots are useful for visualizing the sread and central tendency of data, Making
it easier to compare different data sets.
STEPS:
1) determine the total price column's minimum, first quarter, median, third quarter, and
maximum.
3) Differences for the Box and Whiskers" are now selected in order to plot a chart. Make sure
the chart type is "stacked Bar ." Choose "Data series in rows" under the Data Range tab.
Nothing under Data Series should be changed. Simply uncheck "Display Legend" under Chart
Elements, enter the Title
‘the Box and Whiskers Plot’, and enter the X Axis age for the Total Price. Click "Finish."
4)Select the Orange Box (Repeat for Green Box) and right click on it. Click on Insert Y Error Bar. Under
the Y Error Bar Tab, click on Cell Range under Error Category. Then, Under Parameters, click on Negative
and select the data of ”First Quartile - Minimum” (For Green Box, select the data of ”Maximum - Third
Quartile”, this time under Positive). Click on Negative for Error Indicator ( Positive in the case of Green
Box). Under the Line tab, increase the width. Click on Finish
categories or groups.
STEPS:
3) Follow the same steps as done in boxplot and your plot will be ready
PROBABILITY PLOTS
The probability plot is a graphical technique for assessing whether or not a data set follows a
given Distribution such as the normal or Weibull.
STEPS:
1)Organisd the data in ascending order and assign a rank to each data and sum up
frequencies.
POSSION DISTRIBUTION
A Poisson distribution is a discrete probability distribution. It gives the probability of an event happening
a certain number of times (k) within a given interval of time or space. The Poisson distribution has only
one parameter, λ (lambda), which is the mean number of events.
Steps
2)calculate mean of the data and find the probability mass function
Steps
3)now plot the xy scatter chart and chosse the regression line
CENTRAL LIMIT
The Central Limit Theorem (CLT) states that the sampling distribution of the sample meanmeans will be
normally distributed,even if the population isn’t normally distributed
Steps
2)take bin and frequency of the data given and also find min and max values
Steps