InC++
output needs to be the sameThere is a vector variable v holding ten integer values through 0 and 99 Suppose that the values are weekly sales of a certain item. Apply exponential smoothing to forecast the sales performance at the 11th week. The time series data is in v along with a smoothed version of vector s holding floating numbers. To forecast the next value for v, which is vat(10), use the last value
OR
OR