photo

Atakan


2012년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • Thankful Level 1
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
Generating random numbers
function x = atakan(mu,sigmasqroot,m) count=0; x=[]; y=[]; while (count<m) u1=rand; u2=rand; ...

12년 초과 전 | 0

| 수락됨

질문


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 ...

12년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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...

12년 초과 전 | 답변 수: 2 | 0

2

답변

답변 있음
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...

12년 초과 전 | 0