Skip to content

Commit

Permalink
no irfs name export
Browse files Browse the repository at this point in the history
  • Loading branch information
thorek1 committed Sep 24, 2023
1 parent 544b519 commit 609d734
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion src/MacroModelling.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
24 changes: 12 additions & 12 deletions src/get_functions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 609d734

Please sign in to comment.