Statistical Analysis of Data in AI
Statistical Analysis of Data in AI
Analysis of Data
in AI:
Measures of
Central Tendency
• Where ( \sum x_i ) is the sum of all values and ( n ) is the number of values.
Example:
Dataset: 5, 7, 3, 9, 10
Calculation:
Median:
• The median is the middle value in a dataset when the values are arranged in ascending order.
Steps to Calculate:
• Arrange the data in ascending order.
• Find the middle value.
Example:
Dataset: 3, 5, 7, 9, 10
Calculation: The median is 7 (the middle value).
Mode:
The mode is the value that appears most frequently in a dataset.
Steps to Identify:
Count the frequency of each value.
Identify the value with the highest frequency.
Example:
Dataset: 3, 5, 7, 7, 9, 10
Calculation: The mode is 7 (appears twice).
Dataset: 12, 15, 11, 14, 13, 15, 16