Find the best answers to your questions at Westonci.ca, where experts and enthusiasts provide accurate, reliable information. Our platform provides a seamless experience for finding reliable answers from a network of experienced professionals. Get precise and detailed answers to your questions from a knowledgeable community of experts on our Q&A platform.

Use R language to develop a function that forecast the next value using Simple Exponential Smoothing (SES).
Inputs:
1. Data values For example: 16, 13, 20, 33 (minimum number of values must be 2) Outputs:
1. The forecast value of the next entered values
2. The Mean Square Error (MSE)