LN and NOLOG Subcommands (ACF command)
LN transforms
the data using the natural logarithm (base e) of the series and is used to remove varying amplitude
over time. NOLOG indicates that
the data should not be log transformed. NOLOG is the default.
- If you specify
LNon anACFcommand, any differencing requested on that command will be done on the log-transformed series. - There are no additional specifications on
LNorNOLOG. - Only the last
LNorNOLOGsubcommand on anACFcommand is executed. - If a natural log transformation is requested when
there are values in the series that are less than or equal to zero,
the
ACFwill not be produced for that series because nonpositive values cannot be log transformed. -
NOLOGis generally used with anAPPLYsubcommand to turn off a previousLNspecification.
Example
ACF VARIABLES = SALES
/LN.
- This command transforms the series SALES using the natural log transformation and then computes and plots autocorrelations.