photo

Atakan


Con actividad desde 2012

Followers: 0   Following: 0

Mensaje

Estadística

MATLAB Answers

2 Preguntas
2 Respuestas

CLASIFICACIÓN
153.683
of 300.364

REPUTACIÓN
0

CONTRIBUCIONES
2 Preguntas
2 Respuestas

ACEPTACIÓN DE RESPUESTAS
100.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.934

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.407

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 1
  • First Answer

Ver insignias

Feeds

Ver por

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

casi 14 años hace | 0

| aceptada

Pregunta


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

casi 14 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

casi 14 años hace | 2 respuestas | 0

2

respuestas

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

casi 14 años hace | 0