photo

Atakan


Aktiv seit 2012

Followers: 0   Following: 0

Nachricht

Statistik

MATLAB Answers

2 Fragen
2 Antworten

RANG
260.633
of 297.503

REPUTATION
0

BEITRÄGE
2 Fragen
2 Antworten

ANTWORTZUSTIMMUNG
100.0%

ERHALTENE STIMMEN
0

RANG
 of 20.449

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 159.017

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

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

etwa 13 Jahre vor | 0

| akzeptiert

Frage


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

etwa 13 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

etwa 13 Jahre vor | 2 Antworten | 0

2

Antworten

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

etwa 13 Jahre vor | 0