Smooth

Syntax

Smooth (Year1, Value1, Year2, Value2,... YearN, ValueN) or
Smooth (ExcelFile, ExcelRange)

See also: Using Time-Series Functions and Specifying Excel File and Range Parameters

Description

Estimates a value in any given intermediate year based on the year/value pairs specified in the function and a smooth curve polynomial function of the form

Y = a + b.X + c. X2 + d. X3 + e.X4 + ...

When more points are available, a higher degree polynomial is used to give a more accurate fit. A minimum of 3 year/value pairs are required in order for the curve to be estimated.

Using the above two alternatives syntax, year/value pairs can either be entered explicitly or linked to a range in an Excel spreadsheet. Use the Time-series Wizard to input these values or to specify the Excel data. In either case, years do not need to be in any particular order, but duplicate years are not allowed, and must be in the range 1990-2200.

When linking to a range in Excel, you must specify the directory and filename of a valid Excel worksheet or spreadsheet (an XLS or XLW) file, followed by a valid Excel range. A range can be either a valid named range (e.g. "Import") or a range address (e.g. "Sheet1!A1:B5"). Excel ranges must be structured in one of two ways:

NB: The base year value is always implicit in the function, and will override any value explicitly entered for that year by the user.

Tip

Use the Time-Series Wizard to enter the data for this function.