Skip to content

Commit

Permalink
[bot] updated notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Econ-ARK Bot authored Apr 1, 2024
1 parent 3ee3979 commit d2ef6d1
Show file tree
Hide file tree
Showing 45 changed files with 2,963 additions and 2,360 deletions.
12 changes: 6 additions & 6 deletions examples/Calibration/Income_calibrations.ipynb

Large diffs are not rendered by default.

116 changes: 58 additions & 58 deletions examples/Calibration/Life_Cycle_example.ipynb

Large diffs are not rendered by default.

20 changes: 6 additions & 14 deletions examples/Calibration/SCF_distributions.ipynb

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions examples/Calibration/Sabelhaus_Song_var_profiles.ipynb

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions examples/Calibration/US_SSA_life_tables.ipynb

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions examples/ConsBequestModel/example_AccidentalBequest.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"cell_type": "code",
"execution_count": 1,
"id": "19c5f531",
"id": "0",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -30,7 +30,7 @@
{
"cell_type": "code",
"execution_count": 2,
"id": "8a2d828c",
"id": "1",
"metadata": {
"title": "Alter calibration"
},
Expand Down Expand Up @@ -83,7 +83,7 @@
{
"cell_type": "code",
"execution_count": 3,
"id": "fbfff075",
"id": "2",
"metadata": {
"title": "Create and solve agent"
},
Expand All @@ -98,14 +98,14 @@
{
"cell_type": "code",
"execution_count": 4,
"id": "5f41049a",
"id": "3",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Solving a lifecycle consumer took 0.2072460651397705 seconds.\n"
"Solving a lifecycle consumer took 0.05906939506530762 seconds.\n"
]
}
],
Expand All @@ -120,7 +120,7 @@
{
"cell_type": "code",
"execution_count": 5,
"id": "27d1663e",
"id": "4",
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -150,7 +150,7 @@
{
"cell_type": "code",
"execution_count": 6,
"id": "a16b7032",
"id": "5",
"metadata": {
"lines_to_next_cell": 2,
"title": "Simulation"
Expand Down Expand Up @@ -241,7 +241,7 @@
{
"cell_type": "code",
"execution_count": 7,
"id": "7c7979ec",
"id": "6",
"metadata": {
"title": "Extract and format simulation results"
},
Expand All @@ -262,7 +262,7 @@
{
"cell_type": "code",
"execution_count": 8,
"id": "1d8269db",
"id": "7",
"metadata": {
"title": "Plots"
},
Expand Down Expand Up @@ -313,7 +313,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.13"
"version": "3.10.14"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion examples/ConsBequestModel/example_ConsIndShockComp.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.13"
"version": "3.10.14"
}
},
"nbformat": 4,
Expand Down
20 changes: 10 additions & 10 deletions examples/ConsBequestModel/example_TerminalBequest.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"cell_type": "code",
"execution_count": 1,
"id": "19c5f531",
"id": "0",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -30,7 +30,7 @@
{
"cell_type": "code",
"execution_count": 2,
"id": "8a2d828c",
"id": "1",
"metadata": {
"title": "Alter calibration"
},
Expand Down Expand Up @@ -83,7 +83,7 @@
{
"cell_type": "code",
"execution_count": 3,
"id": "fbfff075",
"id": "2",
"metadata": {
"title": "Create and solve agent"
},
Expand All @@ -98,14 +98,14 @@
{
"cell_type": "code",
"execution_count": 4,
"id": "5f41049a",
"id": "3",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Solving a lifecycle consumer took 0.23761677742004395 seconds.\n"
"Solving a lifecycle consumer took 0.054025888442993164 seconds.\n"
]
}
],
Expand All @@ -120,7 +120,7 @@
{
"cell_type": "code",
"execution_count": 5,
"id": "27d1663e",
"id": "4",
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -150,7 +150,7 @@
{
"cell_type": "code",
"execution_count": 6,
"id": "a16b7032",
"id": "5",
"metadata": {
"lines_to_next_cell": 2,
"title": "Simulation"
Expand Down Expand Up @@ -241,7 +241,7 @@
{
"cell_type": "code",
"execution_count": 7,
"id": "7c7979ec",
"id": "6",
"metadata": {
"title": "Extract and format simulation results"
},
Expand All @@ -262,7 +262,7 @@
{
"cell_type": "code",
"execution_count": 8,
"id": "1d8269db",
"id": "7",
"metadata": {
"title": "Plots"
},
Expand Down Expand Up @@ -313,7 +313,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.13"
"version": "3.10.14"
}
},
"nbformat": 4,
Expand Down
6 changes: 3 additions & 3 deletions examples/ConsIndShockModel/Finite Cyclical Test.ipynb

Large diffs are not rendered by default.

131 changes: 57 additions & 74 deletions examples/ConsIndShockModel/IndShockConsumerType.ipynb

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading

0 comments on commit d2ef6d1

Please sign in to comment.