Skip to content

Commit

Permalink
Missspelled Gumbel
Browse files Browse the repository at this point in the history
  • Loading branch information
valentijn7 committed Dec 5, 2024
1 parent 25903d3 commit a0dae3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions GoogleFloodHub/src/GRRR.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1523,14 +1523,14 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 140,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Gumble and Log-Pearson III return periods for RP 2-20:\n",
"Gumbel and Log-Pearson III return periods for RP 2-20:\n",
"RP 2: 1937, 1945\n",
"RP 3: 2085, 2090\n",
"RP 4: 2179, 2181\n",
Expand Down Expand Up @@ -1609,7 +1609,7 @@
" return 10 ** stats.pearson3.ppf(1 - (1 / RP), shape, loc = loc, scale = scale)\n",
"\n",
"\n",
"print('Gumble and Log-Pearson III return periods for RP 2-20:')\n",
"print('Gumbel and Log-Pearson III return periods for RP 2-20:')\n",
"for idx in range(2, 21):\n",
" print(f'RP {idx}: {calculate_RP_Gumbel(ds_reanalysis_1120641660, idx):.0f}, '\n",
" f'{calculate_RP_LogPearsonIII(ds_reanalysis_1120641660, idx):.0f}')"
Expand Down

0 comments on commit a0dae3c

Please sign in to comment.