Business Statistics: Assignment-1 Project Report
Business Statistics: Assignment-1 Project Report
Business Statistics: Assignment-1 Project Report
ASSIGNMENT-1
PROJECT REPORT
1
Table of Contents
Introduction: ............................................................................................................................... 3
Statement of Task……………………………………………………………………………3
2
Introduction
Statistics is defined as the important part of competitive define as The basic use of mathematics
problems so that data scientists and analysts may seek relevant trends and changes in data.
Statistical approaches are mostly used to guarantee that your data is accurately understood. And
that the apparent connections are "important" or relevant, and that they did not happen by
Background Information:
The goal of data analytics in aviation is to look at the usable information to airlines, airports, and
other aviation stakeholders so they can enhance their operational planning and execution, as well
as any connected products and services. As airport operations attain high standards, there is less
room for improvement, while the work to develop, describe, and test fresh procedures grows
dramatically.
Statement of Task:
In this investigation, I'll look at the length and elevation of airports in 111 countries using a
of central tendency and dispersion, as well as skewness and kurtosis. R is used to perform all of
the calculations.
The data in this table, are tabulated for showing the 111 countries with their length, elevation of
the airport across the countries. The data, tabulated and the descriptive statistics are calculated
using R.
3
RESULT
Description of Ogives: In R, there is an ogive curve. It's a graph that shows the values of the
describes how a bunch of data is concentrated around the distribution's centre value. The
Mean
Median
4
Mode
Mode (most occurring value) is 9843, 10000 which is the length in 6 different countries
airport.
Mode (most occurring value) is 33, 190 which is the elevation in 3 different countries
airport.
Range- The range can then be computed, by subtracting the minimum from the maximum.
Standard Deviation- The standard deviation is computed with the sd() functions.
Standard Deviation (how spread out the values are) of length is 1881.88
Standard Deviation (how spread out the values are) of elevation is 1157.344
5
Variance- The variance is computed with the var() function.
Variance (the average degree to which the values differ from mean) of length is 3541471
Variance (the average degree to which the values differ from mean) of elevation is
1339446
Interquartile range - The interquartile range (i.e., the difference between the first and third
Boxplot- Boxplots are extremely useful in descriptive statistics, yet they are frequently
overlooked (mostly because it is not well understood by the public). A boxplot visualises
criterion.
Syntax- boxplot(AirportDatabase$Length)
6
Output-
Syntax- boxplot(AirportDatabase$Elevation)
7
Histogram- The distribution of a quantitative quantity is depicted by a histogram. The
objective is to divide the value range into intervals and count the number of observations
that fall into each interval. Although histograms and barplots are similar, histograms are
used for quantitative variables and barplots are used for qualitative factors. Use hist() to
create a histogram in R.
8
4. Skewness and Kurtosis
positive or negative.
Skewness of length is -0.3063365 negative skew indicates that the tail is on the left side
Skewness of elevation is 1.82116 positive skew indicates that the tail is on the right side
9
10