ENGINEERING AND THE SCIENCES REVISION
HANDBOOK 2026 HYPOTHESIS TESTING AND
ESTIMATION METHODS
◉ What is standard deviation? Answer: Standard deviation is the
square root of the variance, representing the average distance of
each data point from the mean.
◉ What is Chebyshev's Inequality? Answer: Chebyshev's Inequality
states that for any distribution, the proportion of values that lie
within k standard deviations of the mean is at least 1 - (1/k^2) for k
> 1.
◉ What is the cumulative distribution function? Answer: The
cumulative distribution function (CDF) is a function that describes
the probability that a random variable takes on a value less than or
equal to a specific value.
◉ What is the purpose of distribution tables? Answer: Distribution
tables provide critical values and probabilities for various statistical
distributions, aiding in hypothesis testing and confidence interval
estimation.
,◉ What is the significance of the R software in statistics? Answer: R
software is used for statistical computing and graphics, allowing
users to perform data analysis, visualization, and statistical
modeling.
◉ Relative Frequency Answer: The ratio of the frequency of a class
to the total number of observations, often expressed as a decimal or
percentage.
◉ Histogram Answer: A graphical representation of the distribution
of numerical data, where the data is divided into bins or intervals.
◉ Class Interval Answer: A range of values that groups data points in
a frequency distribution.
◉ Frequency Table Answer: A table that displays the frequency of
various outcomes in a dataset.
◉ Unimodal Distribution Answer: A distribution with a single peak
or mode.
◉ Bimodal Distribution Answer: A distribution with two distinct
peaks or modes.
,◉ Multimodal Distribution Answer: A distribution with multiple
peaks or modes.
◉ Skewed Distribution Answer: A distribution that is not
symmetrical, with a longer tail on one side.
◉ Right Skewed Distribution Answer: A distribution with a longer
tail on the right side, indicating that the majority of values are
concentrated on the left.
◉ Left Skewed Distribution Answer: A distribution with a longer tail
on the left side, indicating that the majority of values are
concentrated on the right.
◉ Stem-and-Leaf Plot Answer: A graphical method for displaying
quantitative data that retains the original data values while showing
their distribution.
◉ Dot Diagram Answer: A simple graphical display of data points on
a number line, where each point represents a single observation.
◉ Area of Histogram Bars Answer: In a histogram, the area of each
bar represents the relative frequency of the class, calculated as
height times width.
, ◉ Constructing a Stem-and-Leaf Plot Answer: 1. List leading digits
as stems. 2. Use trailing digits as leaves. 3. Arrange leaves in
ascending order.
◉ Using R for Histograms Answer: In R, use the command
'hist(data)' to generate a histogram from a dataset.
◉ Using R for Stem-and-Leaf Plots Answer: In R, use the command
'stem(data)' to create a stem-and-leaf plot from a dataset.
◉ Total Frequency Answer: The sum of all frequencies in a
frequency table, which equals the total number of observations.
◉ Class Width Answer: The difference between the upper and lower
boundaries of a class interval.
◉ Data Visualization Answer: The graphical representation of
information and data, making it easier to identify patterns and
insights.
◉ Comparing Distributions Answer: Using side-by-side plots or
histograms to analyze and compare the frequency distributions of
different datasets.