Skip to content

mustaqmustu/tasks-SCIT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

tasks-SCIT

Poisson Distribution:

A poisson distribution with 1000 samples is generated randomly using numpy.random.poisson function of the numpy library. The function takes two parameters - expectation value (λ) for the distribution, and the number of samples to be generated, and returns an array containing the samples

Gaussian/Normal Distribution:

A gaussian/normal distribution with 1000 samples is generated randomly using numpy.random.normal function of the numpy library. The function takes three parameters - the mean of the distribution, the standard deviation (width) of the distribution and the number of samples to be generated, and returns an array containing the samples.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages