⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fcast_compute.hlp

📁 是一个经济学管理应用软件 很难找的 但是经济学学生又必须用到
💻 HLP
字号:
{smcl}
{* 06mar2005}{...}
{cmd:help fcast compute}{right:dialog:  {bf:{dialog fcast_compute:fcast compute}}}
{hline}

{title:Title}

{p2colset 5 27 29 2}{...}
{p2col:{hi:[TS] fcast compute} {hline 2}}Compute dynamic forecasts of
dependent variables after var, svar, or vec{p_end}
{p2colreset}{...}


{title:Syntax}

{pstd}
After {opt var} and {opt svar}

{p 8 17 2}
{cmd:fcast}
{opt c:ompute}
{it:prefix}
[{cmd:,}
{it:{help fcast_compute##options1:options1}}]

{pstd}
After {opt vec}

{p 8 17 2}
{cmd:fcast}
{opt c:ompute}
{it:prefix}
[{cmd:,}
{it:{help fcast_compute##options2:options2}}]

{pstd}
{it:prefix} is the prefix appended to the names of the dependent variables
to create the names of the variables holding the dynamic forecasts.

{synoptset 29 tabbed}{...}
{marker options1}{...}
{synopthdr:options1}
{synoptline}
{syntab:Main}
{synopt:{opt st:ep(#)}}set {it:#} periods to forecast; default is {cmd:step(1)}{p_end}
{synopt:{opt d:ynamic(time_constant)}}begin dynamic forecasts at {it:time_constant}{p_end}
{synopt:{opt est:imate(estname)}}use previously saved results {it:estname}; default is to use active results{p_end}
{synopt:{opt replace}}replace existing forecast variables that have the same prefix{p_end}

{syntab:Std. Errors}
{synopt:{opt nose}}suppress asymptotic standard errors{p_end}
{synopt:{opt bs}}obtain standard errors from bootstrapped residuals{p_end}
{synopt:{opt bsp}}obtain standard errors from parametric bootstrap{p_end}
{synopt:{opt bsc:entile}}estimate bounds using centiles of bootstrapped dataset{p_end}
{synopt:{opt r:eps(#)}}perform {it:#} bootstrap replications; default is {cmd:reps(200)}
{p_end}
{synopt:{opt nodo:ts}}suppress the usual dot after each bootstrap replication{p_end}
{synopt:{cmdab:sa:ving(}{it:filename}[{cmd:, replace}]{cmd:)}}save
bootstrap results as {it:filename}; use {opt replace} to overwrite existing filename{p_end}

{syntab:Reporting}
{synopt:{opt l:evel(#)}}set confidence level; default is {cmd:level(95)}{p_end}
{synoptline}

{marker options2}{...}
{synopthdr:options2}
{synoptline}
{syntab:Main}
{synopt:{opt st:ep(#)}}set {it:#} periods to forecast; default is {cmd:step(1)}{p_end}
{synopt:{opt d:ynamic(time_constant)}}begin dynamic forecasts at {it:time_constant}{p_end}
{synopt:{opt est:imate(estname)}}use previously saved results {it:estname}; default is to use active results{p_end}
{synopt:{opt replace}}replace existing forecast variables that have the same prefix{p_end}
{synopt:{opt di:fferences}}save dynamic predictions of the first-differenced variables{p_end}

{syntab:Std. errors}
{synopt:{opt nose}}suppress asymptotic standard errors{p_end}

{syntab:Reporting}
{synopt:{opt l:evel(#)}}set confidence level; default is {cmd:level(95)}{p_end}
{synoptline}
{p2colreset}{...}

{p 4 6 2}
Default is to use asymptotic standard errors if no options are specified.
{p_end}
{p 4 6 2}
{opt fcast compute} can be used only after {opt var}, {opt svar}, and
{opt vec}; see {helpb var}, {helpb svar:var svar}, and {helpb vec}.
{p_end}
{p 4 6 2}
You must {opt tsset} your data before using {opt fcast compute}; see
{helpb tsset}.
{p_end}


{title:Description}

{pstd}
{opt fcast compute} produces dynamic forecasts of the dependent
variables in a model previously fit by {opt var}, {opt svar}, or {opt vec}.
{opt fcast compute} creates new variables and, if necessary, extends
the time frame of the dataset to contain the prediction horizon.


{title:Options}

{dlgtab:Main}

{phang}
{opt step(#)} specifies the number of periods to be forecast.
   The default is 1.

{phang}
{opt dynamic(time_constant)} specifies the period to begin the
   dynamic forecasts.  The default is the period after the last observation in
   the estimation sample.  The {opt dynamic()} option accepts either a Stata
   date function that returns an integer or an integer that corresponds to a
   date using the current {opt tsset} format.  {opt dynamic()} must specify a
   date in or beyond the estimation sample.

{phang}
{opt estimates(estname)} specifies that {opt fcast compute}
   use the estimation results stored as {it:estname}.  By default,
   {cmd:fcast compute} uses the active estimation results.  See 
   {helpb estimates} for more information about saving and restoring previously
   obtained estimates.

{phang}
{opt replace} causes {opt fcast compute} to replace the variables in memory
   with the specified predictions.

{phang}
{opt differences} specifies that {opt fcast compute} also save dynamic
   predictions of the first-differenced variables.  {opt differences} can only
   be specified with {opt vec} estimation results.

{dlgtab:Std. errors}

{phang}
{opt nose} specifies that the asymptotic standard errors of the forecasted
   levels and, thus, the asymptotic confidence intervals for the levels not be
   calculated.  By default, the asymptotic standard errors and the asymptotic
   confidence intervals of the forecasted levels are calculated.

{phang}
{opt bs} specifies that {opt fcast compute} use confidence bounds estimated by
   a simulation method based on bootstrapping the residuals.

{phang}
{opt bsp} specifies that {opt fcast compute} use confidence bounds estimated
   via simulation in which the innovations are drawn from a multivariate
   normal distribution.

{phang}
{opt bscentile} specifies that {opt fcast compute} use centiles of the
   bootstrapped dataset to estimate the bounds of the confidence intervals.
   By default, {opt fcast compute} uses the estimated standard errors and the
   quantiles of the normal distribution determined by {opt level()}.

{phang}
{opt reps(#)} gives the number of repetitions used in the simulations.  The
   default is 200.

{phang}
{opt nodots} specifies that no dots be displayed while obtaining the
   simulation-based standard errors.  By default, for each replication, a dot
   is displayed.

{phang}
{cmd:saving(}{it:filename}[{cmd:, replace}]{cmd:)} specifies the name of the
file to hold the dataset that contains the bootstrap replications.  The
{opt replace} option overwrites any file with this name.

{pmore}
   {opt replace} indicates that {it:filename} be overwritten, if it exists.
   This option is not shown in the dialog box.

{dlgtab:Reporting}

{phang}
{opt level(#)} specifies the confidence level, as a percentage, for
   confidence intervals.  The default is {cmd:level(95)} or as set by
   {cmd:set level}; see {helpb level}.


{title:Examples}

{phang}{cmd:. fcast compute m2_, step(8)}{p_end}
{phang}{cmd:. fcast compute m6_, step(8) estimates(var1)}{p_end}


{title:Also see}

{psee}
Manual:  {bf:[TS] fcast compute}

{psee}
Online:  
{helpb fcast graph},
{helpb irf},
{helpb svar}, 
{helpb var},
{helpb varbasic},
{helpb vec}
{p_end}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -