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 Random_Variable lecture notebook, you have written class BinomialRandomVariable(DiscreteRandomVariable). Also in draw method of DiscreteRandomVariable class random_integers should be changed to randint. random_integers is deprecated.
The text was updated successfully, but these errors were encountered:
In Random_Variable lecture notebook, you have written class BinomialRandomVariable(DiscreteRandomVariable). Also in draw method of DiscreteRandomVariable class random_integers should be changed to randint. random_integers is deprecated.
The text was updated successfully, but these errors were encountered: