Skip to content

Commit

Permalink
Update paleopizometry_template.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoalopez committed May 17, 2024
1 parent a3da2ef commit 6cd516a
Showing 1 changed file with 36 additions and 6 deletions.
42 changes: 36 additions & 6 deletions grain_size_tools/paleopizometry_template.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 2,
"id": "76712a37",
"metadata": {},
"outputs": [],
Expand Down Expand Up @@ -113,7 +113,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": 4,
"id": "c2466fa2",
"metadata": {},
"outputs": [
Expand Down Expand Up @@ -149,7 +149,7 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": 5,
"id": "8427ed68",
"metadata": {},
"outputs": [
Expand All @@ -175,7 +175,7 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": 6,
"id": "46fe8ecd",
"metadata": {},
"outputs": [
Expand All @@ -185,7 +185,7 @@
"array([193.3 , 177.43, 187.25, 199.45, 188.02, 214.13])"
]
},
"execution_count": 9,
"execution_count": 6,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -195,9 +195,39 @@
"estimates"
]
},
{
"cell_type": "markdown",
"id": "5587b230",
"metadata": {},
"source": [
"### Estimate a confidence interval"
]
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 7,
"id": "045f32ec",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
" \n",
"Mean = 193.26 ± 13.17\n",
"Confidence set at 95.0 %\n",
"Max / min = 206.44 / 180.09\n",
"Coefficient of variation = ±6.8 %\n"
]
}
],
"source": [
"_ = conf_interval(estimates)"
]
},
{
"cell_type": "code",
"execution_count": 8,
"id": "e5f174dc",
"metadata": {},
"outputs": [
Expand Down

0 comments on commit 6cd516a

Please sign in to comment.