Skip to content
Snippets Groups Projects
Commit af213021 authored by Robert Lanzafame's avatar Robert Lanzafame
Browse files

update exercise

parent ad90d535
No related branches found
No related tags found
2 merge requests!80check toc purge,!54Exercise checking
......@@ -45,9 +45,9 @@ def check_example(glob):
"""
Task 0:
x_1 = 4
p_e_1 = .1
p_1 = 1 - .1
x_2 = 10
p_e_2 = .01
p_2 = 1 - .01
Task 1:
beta = -(x_2 - x_1) / log(log(p_2) / log(p_1))
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment