Functions > Data Analysis > Smoothing > Example: Smoothing Time Series
  
Example: Smoothing Time Series
If you have time series data with no particular independent variable other than the index of the data point itself, you can construct a vector for the x-axis before using smoothing functions.
1. Define a vector that describes the heatflow.
Click to copy this expression
2. Create a vector of integers which is the same size as the matrix data.
Click to copy this expression
Click to copy this expression
3. Call smoothing functions using vector x as an argument where needed.
Click to copy this expression
Click to copy this expression
Click to copy this expression
4. Plot the original and the smoothed data sets.
Click to copy this expression