Reference manual: added a stub for discretionary_policy

time-shift
Sébastien Villemot 2011-03-14 11:45:41 +01:00
parent cb113b7026
commit 7782c7dd56
1 changed files with 28 additions and 1 deletions

View File

@ -3913,6 +3913,7 @@ plot_conditional_forecast(periods = 10) e u;
<listitem><para><xref linkend='osr_params'/></para></listitem>
<listitem><para><xref linkend='planner_objective'/></para></listitem>
<listitem><para><xref linkend='ramsey_policy'/></para></listitem>
<listitem><para><xref linkend='discretionary_policy'/></para></listitem>
</itemizedlist>
<refentry id="optim_weights">
@ -4030,7 +4031,7 @@ plot_conditional_forecast(periods = 10) e u;
<refnamediv>
<refname>planner_objective</refname>
<refpurpose>declares the policy maker objective, for use with <xref linkend="ramsey_policy"/></refpurpose>
<refpurpose>declares the policy maker objective, for use with <xref linkend="ramsey_policy"/> and <xref linkend="discretionary_policy"/></refpurpose>
</refnamediv>
<refsynopsisdiv>
@ -4085,6 +4086,32 @@ plot_conditional_forecast(periods = 10) e u;
</refentry>
<refentry id="discretionary_policy">
<refmeta>
<refentrytitle>discretionary_policy</refentrytitle>
</refmeta>
<refnamediv>
<refname>discretionary_policy</refname>
<refpurpose>computes an approximation of the optimal policy under discretion</refpurpose>
</refnamediv>
<refsynopsisdiv>
<cmdsynopsis>
<command>discretionary_policy</command>
<arg>(<replaceable>OPTION</replaceable><arg rep="repeat">, <replaceable>OPTION</replaceable></arg>)</arg>
<arg rep="repeat"><replaceable>VARIABLE_NAME</replaceable></arg><arg choice="plain">;</arg>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1><title>Options</title>
<para>Same options than <xref linkend="ramsey_policy"/>.</para>
</refsect1>
</refentry>
</sect1>
<sect1><title>Sensitivity and identification analysis</title>