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

GA 1.8 fix solution HT

parent d213195f
No related branches found
No related tags found
No related merge requests found
Pipeline #252227 passed
Source diff could not be displayed: it is too large. Options to address this: view the blob.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
......@@ -34,7 +34,7 @@ data_x1 = np.array(data[1,:])
data_x2 = np.array(data[2,:])
parameters1 = st.expon.fit_loc_scale(data_x1)
dist_x1 = st.norm(*parameters1)
dist_x1 = st.expon(*parameters1)
parameters2 = st.gumbel_r.fit_loc_scale(data_x2)
dist_x2 = st.gumbel_r(*parameters2)
......
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