5G SMARTPHONE
DATASET ANALYSIS
USING MATLAB
Introduction to Mathematical Software (SCIM 290)
PROJECT MEMBERS
Jirapit Sripitak Arthakorn Raksenawanich Panida Prasertudomsak
6405594 6405602 6405817
INTRODUCTION
Analyze smartphone dataset with MATLAB
Dataset includes brand, price, rating,
processor, 5G capabilities
Gain insights on consumer preferences
and popular features
Assist manufacturers in tailoring products
Help consumers make informed decisions
Predict future trends and identify
innovation areas
Efficient analysis and meaningful insights
using MATLAB
MATERIAL
01 02
Examples of significantly ‘rating’ ranged from zero to
important attributes are one hundred as a score of a
brand name, model, rating, particular smartphone model
price, and 5g compatibility
03 04
‘Price’ represents the market ‘5g compatibility’ indicate
price of the smartphone capability of each specific
ranging from minimum of smartphone using 5g-
3,499 to maximum of 650,000 internet connection, there are
two unique boolean values
‘true’ and ‘false’
METHODS
Data Preprocessing Reformatting Data Classes
01 Drop records that contain missing values in any
02 Reformat data classes (especially qualitative data)
attributes using 'rmmissing'. using 'table2array' or 'categorical' for further uses.
Visualizations Statistical Measurements
03 Using the cleaned data, we visualize the data into
04 An analysis using ‘max’, ’min’, ’mean’, ’median’,
information such as pie charts, histograms, and ’mode’, and ’iqr’ shall be performed.
boxplots.
Regression Model Hypothesis Testings
05 Using 'polyfit' or backslash operation, we can obtain
06 To test the insight of the differences of ratings to
the regression model and its coefficients. the capability of 5G in smartphone.
DISCUSSION & CONCLUSION
The data analyzed is not biased, with There is a significant difference in the A linear regression model based on the
58% of smartphone models lacking 5G rating of smartphones with and without natural log of 'price' and 'rating'
compatibility and 42% having it. The 5G capability, as confirmed by a Two- suggests a strong correlation between
rating attribute's distribution is left- sample t-test with a p-value of these attributes, with a product
skewed, with a mean of 78.06, median 5.179*10-18, which rejects the null moment correlation coefficient of
of 79, mode of 80, standard deviation hypothesis at both 95% and 99% 0.7639. The exponential regression
of 5.7492, and a range of 29. confidence levels. function and the best-fitted line closely
match the data points.
THANK YOU