vendredi 16 octobre 2020

What is the probability density function p(y) for y = np.random.normal(loc=np.random.randint(2),scale=1.2)?

Suppose we generate a random variable as follows:

y = np.random.normal(loc=np.random.randint(2),scale=1.2)

Then what is the probability density function(pdf) of y i.e. p(y) in this situation?

Thanks in advance.




Aucun commentaire:

Enregistrer un commentaire