Project - End-to-End Project

31 / 31

Exponential distribution is:

See Answer

Note - Having trouble with the assessment engine? Follow the steps listed here


No hints are availble for this assesment

Please login to comment

3 Comments

This comment has been removed.

I see the method np.random.exponential generates positively skewed data. Hence, the answer to this question is right-skewed.

How can we generate negatively skewed data?

 1  Upvote    Share

Hi,

Good question!

Left skewed data is also known as Levy Distribution in Statistics. You can create a Levy distribution using levy() from Scipy.

Thanks.

  Upvote    Share