Skip to content

Commit 2ef2360

Browse files
results
1 parent f3f68cf commit 2ef2360

File tree

1 file changed

+92
-0
lines changed

1 file changed

+92
-0
lines changed

notebooks/interim-image-posterior-draft2.ipynb

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,98 @@
500500
"_ = get_contour_plot([gdict], ['post'], truth)\n"
501501
]
502502
},
503+
{
504+
"cell_type": "code",
505+
"execution_count": 46,
506+
"id": "5609856f-95df-4bc9-8c8b-85182cdf4c29",
507+
"metadata": {
508+
"tags": []
509+
},
510+
"outputs": [
511+
{
512+
"data": {
513+
"text/plain": [
514+
"Array(4.47213595e-05, dtype=float64, weak_type=True)"
515+
]
516+
},
517+
"execution_count": 46,
518+
"metadata": {},
519+
"output_type": "execute_result"
520+
}
521+
],
522+
"source": [
523+
"1e-3 / jnp.sqrt(500)"
524+
]
525+
},
526+
{
527+
"cell_type": "code",
528+
"execution_count": 47,
529+
"id": "3778f0ea-5e27-4354-b57c-171da57283d1",
530+
"metadata": {
531+
"tags": []
532+
},
533+
"outputs": [
534+
{
535+
"data": {
536+
"text/plain": [
537+
"Array(4.4516346e-05, dtype=float64)"
538+
]
539+
},
540+
"execution_count": 47,
541+
"metadata": {},
542+
"output_type": "execute_result"
543+
}
544+
],
545+
"source": [
546+
"g_samples[:, 0].std()"
547+
]
548+
},
549+
{
550+
"cell_type": "code",
551+
"execution_count": 45,
552+
"id": "bab23c95-0616-4fb4-af64-60e092cb1a91",
553+
"metadata": {
554+
"tags": []
555+
},
556+
"outputs": [
557+
{
558+
"data": {
559+
"text/plain": [
560+
"Array(0.00222582, dtype=float64)"
561+
]
562+
},
563+
"execution_count": 45,
564+
"metadata": {},
565+
"output_type": "execute_result"
566+
}
567+
],
568+
"source": [
569+
"g_samples[:, 0].std() / 0.02"
570+
]
571+
},
572+
{
573+
"cell_type": "code",
574+
"execution_count": 42,
575+
"id": "e37f47e0-8a32-4214-b9af-94f4acbf9380",
576+
"metadata": {
577+
"tags": []
578+
},
579+
"outputs": [
580+
{
581+
"data": {
582+
"text/plain": [
583+
"Array(4.06376781e-05, dtype=float64)"
584+
]
585+
},
586+
"execution_count": 42,
587+
"metadata": {},
588+
"output_type": "execute_result"
589+
}
590+
],
591+
"source": [
592+
"g_samples[:, 0].std() / 0.02 / jnp.sqrt(3000)"
593+
]
594+
},
503595
{
504596
"cell_type": "code",
505597
"execution_count": 39,

0 commit comments

Comments
 (0)