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
I was wondering if it would be possible, and relatively easy, to add a new type of distribution for parameters based on empirical distribution that would rely on the random library?
import random
random.choices(np.arange(0, 4), weights=np.arange(0, 4), k=10)
The text was updated successfully, but these errors were encountered:
I was wondering if it would be possible, and relatively easy, to add a new type of distribution for parameters based on empirical distribution that would rely on the random library?
The text was updated successfully, but these errors were encountered: