174k views
4 votes
Can you find a pattern in a set of numbers which doesnt follow a pattern using averages of groups of numbers from the set of numbers

for example:you find the average for first 10 numbers of set then next 10 and so on and the averages you get follow a pattern​

1 Answer

3 votes

Answer: Yes, it is possible to find a pattern in a set of numbers using averages of groups of numbers from the set, even if the individual numbers do not follow a clear pattern.

This concept is related to moving averages or rolling averages. Moving averages are used in statistics and data analysis to smooth out fluctuations in a data series and identify underlying trends or patterns.

Here's how it works:

Take a set of numbers (e.g., a sequence of data points).

Group these numbers into subsets of a fixed size (e.g., groups of 10 numbers).

Calculate the average of each subset.

Plot these average values against the midpoint of each subset.

If there is an underlying trend or pattern in the original data, the plotted averages will often show a smoother pattern or trend, making it easier to identify and analyze. This can be particularly helpful when dealing with noisy or erratic data.

For example, consider the following set of numbers:

12, 8, 14, 7, 9, 13, 10, 11, 15, 6, 18, 21, 10, 13, 16, 19, 25, 14, 20, 11, 9, 13, 7, 12, 15

If we calculate the moving average using groups of 5 numbers, we get:

Average 1: (12 + 8 + 14 + 7 + 9) / 5 = 50 / 5 = 10

Average 2: (13 + 10 + 11 + 15 + 6) / 5 = 55 / 5 = 11

Average 3: (18 + 21 + 10 + 13 + 16) / 5 = 78 / 5 = 15.6

Average 4: (19 + 25 + 14 + 20 + 11) / 5 = 89 / 5 = 17.8

Average 5: (9 + 13 + 7 + 12 + 15) / 5 = 56 / 5 = 11.2

Plotting these averages against the midpoint of each subset (e.g., 3, 8, 13, 18, 23), we might observe a smoother trend, even though the original numbers did not seem to follow a specific pattern.

Keep in mind that the effectiveness of using moving averages to identify patterns depends on the characteristics of the data and the chosen subset size. Different subset sizes may reveal different patterns or trends. Additionally, moving averages are just one of many techniques used in data analysis, and their application should be considered in the context of the specific problem or dataset being analyzed.

User Genjosanzo
by
7.7k points

No related questions found