In [1]:
include("src/stability_plots.jl")
Out[1]:
In [2]:
ez = EpsteinZinBY()
by = BYConsumption()
Out[2]:
In [3]:
compute_mm_coef(ez, by)
Out[3]:
In [4]:
@time compute_spec_rad_coeff(ez, by)
Out[4]:
In [5]:
(1 - ez.γ) / (1 - 1/ez.ψ)
Out[5]:
In [9]:
stability_plot("by", :ψ, 1.1, 4.5, :μ_c, 0.0012, 0.005, G=20, method="mm", coords=(25, 25))
In [10]:
@time stability_plot("by", :ψ, 1.1, 4.5, :μ_c, 0.0012, 0.005, G=20, coords=(25, 25))
In [ ]: