Description Usage Arguments Value Examples
View source: R/fixed_point_computation_function_example.R
This function computes the lower and upper fixed point for the multiple equilibrium example in appendix A3.
1 | fixed_point_computation_function_example(mat, lb, accuracy = 10^(-9))
|
mat |
A list of the initial state variable |
lb |
The critical leverage threshold called barlambda in the paper. |
accuracy |
The accuracy of the fixed point approximation. Set by default to 10^9 |
A list with components equ_delta (equilibrium discount factor) and iter (number of iterations)
1 | fixed_point_computation_function_example(mat = example_multiple_equilibria, lb = 44)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.