Answer: Weighted Moving Average
Step-by-step explanation:
The Simple Moving Average as a Moving Average is one of the core indicators in technical analysis.
It is the easiest one of the Moving Averages and is simply calculated by taking the AVERAGE price over a specified period.
It is called a "moving" average because it is plotted on the chart bar by bar, forming a line that moves along the chart as the average value changes.
The Weighted Moving Average is like the Simple one but instead it assigns heavier weighting to more current data points because they are seen as more relevant. The sum of these weights should add up to 1. It is essentially not equally distributed like a Simple Moving Average. It is calculated by multiplying the given price by its associated weighting and totaling the values.
Exponential Smoothing is one of numerous window functions that can be applied to smoothen data in signal processing and as such is used as a rule of thumb technique for smoothing time series data using the exponential window function.
Finally, Linear Regression Analysis is a very common type of predictive analysis and so is very widely used.
When using Linear Regression, the basic questions we are asking ourselves is;
a) do a set of independent variable/s do a good job of predicting an outcome / dependent variable?
b)which variables are the most significant in predicting the outcome variable and in what way do they impact the outcome of the variable. This is done through the use of the sign and magnitude of beta estimates.
Of these four choices, the Weighted Moving Average is the MOST ACCURATE.
Why?
It is because using this method, one can place weights on variables in accordance with their importance thereby enabling a better measure of variables.
There is a drawback though, the Weighted Moving Average method can be cumbersome to use if a longer time span is taken because the user would have to keep adjusting the weights.
It is still the Most Accurate however because the other measures make Assumptions such as an Averages, Variables need to be in a Straight line, or Exponential curve but the Weighted Average may be modified to any form.
If you need any clarification do react or comment.