Census1

Census1(Input: ITimeSeries,
     Period: IMsPeriod,
     OutputSeries: MsOutputCensus1SeriesType,
     SeasonalEffect: SeasonalityType,
     SeasonalPeriod: Integer,
     Casewise: MsCasewise)

Parameters

Input. Output variable.

Period. Period, at which the method is calculated. If the parameter value is Null, the method is calculated at the entire time period.

OutputSeries. Series type that is loaded to the output variable.

SeasonalEffect. Seasonal model.

SeasonalPeriod. Duration of seasonal period. Optional parameter. By default the parameter is set to 12.

Casewise. Missing data treatment method. Optional parameter. By default parameter is set to MsCasewise.No - missing data treatment is not used.

Description

It models variable using the Census1 method.

Example

Formula Result Application
= Census1({Chicago - population[t]}, setperiod("01.01.2000", "01.01.2015"), MsOutputCensus1SeriesType.MovingAverage, SeasonalityType.Additive)

The data of the Chicago - population[t] time series will be smoothed using the Census1 method for the period from 2005 to 2015. The smoothed series will be downloaded after calculation.

It can be used in formulas of calculated series of time series database and in formulas of attribute-based models of modeling container.
= Census1(X1, Null, MsOutputCensus1SeriesType.MovingAverage, SeasonalityType.Additive,12,MsCasewise.Yes) The smoothing by the Census1 method is applied for the X1 factor for the entire period. Calculation is executed using the Casewise missing data treatment method. The smoothed series will be downloaded after calculation. It can be used in model variable-based formulas of modeling container.

See also:

Functions Available in Expression Editor │ SmoothingIModelling.Census1 | TheCensus1 method