diff --git a/src/MacroModelling.jl b/src/MacroModelling.jl index 5855bad9..fd8adabb 100644 --- a/src/MacroModelling.jl +++ b/src/MacroModelling.jl @@ -59,7 +59,7 @@ end export @model, @parameters, solve! export plot_irfs, plot_irf, plot_IRF, plot_simulations, plot_solution#, plot export plot_conditional_variance_decomposition, plot_forecast_error_variance_decomposition, plot_fevd, plot_model_estimates, plot_shock_decomposition -export get_irfs, get_irf, get_IRF, simulate, get_simulation, irfs, irf, IRF +export get_irfs, get_irf, get_IRF, simulate, get_simulation export get_conditional_forecast, plot_conditional_forecast export get_solution, get_first_order_solution, get_perturbation_solution, get_second_order_solution, get_third_order_solution export get_steady_state, get_SS, get_ss, get_non_stochastic_steady_state, get_stochastic_steady_state, get_SSS, steady_state, SS, SSS, ss, sss diff --git a/src/get_functions.jl b/src/get_functions.jl index b1a2a0a5..d83a06da 100644 --- a/src/get_functions.jl +++ b/src/get_functions.jl @@ -913,20 +913,20 @@ See [`get_irf`](@ref) """ get_IRF = get_irf -""" -See [`get_irf`](@ref) -""" -irfs = get_irf +# """ +# See [`get_irf`](@ref) +# """ +# irfs = get_irf -""" -See [`get_irf`](@ref) -""" -irf = get_irf +# """ +# See [`get_irf`](@ref) +# """ +# irf = get_irf -""" -See [`get_irf`](@ref) -""" -IRF = get_irf +# """ +# See [`get_irf`](@ref) +# """ +# IRF = get_irf """ Wrapper for [`get_irf`](@ref) with `shocks = :simulate`. Function returns values in levels by default.