File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -299,7 +299,7 @@ def change_value_transforms(
299
299
new_p = untransformed_p['p']
300
300
std_q = ((1 / pm.find_hessian(mean_q, vars=[new_p])) ** 0.5)[0]
301
301
302
- print(f" Mean, Standard deviation\n p {mean_q['p']:.2}, {std_q[0]:.2}")
302
+ print(f" Mean, Standard deviation\\ np {mean_q['p']:.2}, {std_q[0]:.2}")
303
303
# Mean, Standard deviation
304
304
# p 0.67, 0.16
305
305
@@ -379,7 +379,7 @@ def remove_value_transforms(
379
379
with remove_value_transforms(transformed_m) as untransformed_m:
380
380
new_p = untransformed_m["p"]
381
381
std_q = ((1 / pm.find_hessian(mean_q, vars=[new_p])) ** 0.5)[0]
382
- print(f" Mean, Standard deviation\n p {mean_q['p']:.2}, {std_q[0]:.2}")
382
+ print(f" Mean, Standard deviation\\ np {mean_q['p']:.2}, {std_q[0]:.2}")
383
383
384
384
# Mean, Standard deviation
385
385
# p 0.67, 0.16
You can’t perform that action at this time.
0 commit comments