You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the first exercise of module 1.2.1 is asking for a uniform distribution but the solution contains a normal distribution, which also should say: 'distribution = stats.norm(0, 1)', as 'distribution = stats.normal(0, 1)' generates an error.
In the second set of exercises asks for correlations, but the subject is about covariance. The referenced solution file "solutions/correlations.py" does not contain the solutions for this exercise.
The text was updated successfully, but these errors were encountered:
In the first exercise of module 1.2.1 is asking for a uniform distribution but the solution contains a normal distribution, which also should say: 'distribution = stats.norm(0, 1)', as 'distribution = stats.normal(0, 1)' generates an error.
In the second set of exercises asks for correlations, but the subject is about covariance. The referenced solution file "solutions/correlations.py" does not contain the solutions for this exercise.
The text was updated successfully, but these errors were encountered: