Skip to content

Commit bcf6e2b

Browse files
committed
Fix reported geometric development variable name
1 parent e306be9 commit bcf6e2b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/friedland/chapter_7.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@
438438
},
439439
{
440440
"cell_type": "code",
441-
"execution_count": 5,
441+
"execution_count": 13,
442442
"id": "10865a15",
443443
"metadata": {},
444444
"outputs": [
@@ -789,8 +789,8 @@
789789
"display(reported_volume_3.ldf_.round(decimals = 3))\n",
790790
"\n",
791791
"display(Markdown(\"##### Reported Claims - Geometric Average (Latest 4)\"))\n",
792-
"reported_volume_3 = cl.Development(n_periods=4, average='geometric').fit_transform(tri['Reported Claims'])\n",
793-
"display(reported_volume_3.ldf_.round(decimals = 3))\n",
792+
"reported_geometric_4 = cl.Development(n_periods=4, average='geometric').fit_transform(tri['Reported Claims'])\n",
793+
"display(reported_geometric_4.ldf_.round(decimals = 3))\n",
794794
"\n"
795795
]
796796
},

0 commit comments

Comments
 (0)