Write your own function to implement simple exponential smoothing. The function should take arguments y (the time series), alpha (the smoothing parameter α) and level (the initial level ℓ0). It should return the forecast of the next observation in the series. Does it give the same forecast as ses() ?
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here