photo

Atakan


Actif depuis 2012

Followers: 0   Following: 0

Message

Statistiques

  • Thankful Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
Generating random numbers
function x = atakan(mu,sigmasqroot,m) count=0; x=[]; y=[]; while (count<m) u1=rand; u2=rand; ...

plus de 12 ans il y a | 0

| A accepté

Question


generating random numbers from binomial distribution
To generate Bin(4, 3/4), use the following table: x 0 1 2 3 4 P(X=x) 1/256 3/64 54/256 27/64 81/256 I want ...

plus de 12 ans il y a | 2 réponses | 0

2

réponses

Question


Generating random numbers
I want to write a Matlab code for generating “m” numbers from N(0,1) using following algorithm. My code should be a general cod...

plus de 12 ans il y a | 2 réponses | 0

2

réponses

Réponse apportée
NaN when calculating average
Hi; I want to ask a question to the main page. But it gives an error such that "we are sorry but something went wrong". What ca...

plus de 12 ans il y a | 0