photo

Russ Adheaux


Con actividad desde 2012

Followers: 0   Following: 0

Mensaje

Estadística

MATLAB Answers

3 Preguntas
2 Respuestas

CLASIFICACIÓN
118.610
of 301.338

REPUTACIÓN
0

CONTRIBUCIONES
3 Preguntas
2 Respuestas

ACEPTACIÓN DE RESPUESTAS
33.33%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 21.236

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 174.017

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

Pregunta


why pdf fit changes if 1 data point is dropped
I am trying to fit p(x)=a^2*x/(1-bx)^3 * exp((-a^2*(x/(1-bx))^2) 0<x<1/b to my data vector x containing 300 points. I get a ...

más de 13 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Why my wblfit function gives errors
For my x dataset of 300 values (0<x<5), the command wblfit(x) gives the following error. I am running version R2009a. I do not...

más de 13 años hace | 1 respuesta | 0

1

respuesta

Respondida
Parametric mixture model of survival time data in matlab
I have a related question. I have a a 1D array, x: 0<x<5; 300 data points; sorted ascending. I want to fit Rayleigh distributi...

más de 13 años hace | 0

Respondida
why my cdf does not match cumsum(pdf)
Thanks. What if my x vector is a random array that is not equally spaced (no single dx),?I guess I will have to sort x and use ...

más de 13 años hace | 0

Pregunta


why my cdf does not match cumsum(pdf)
x=1D array of 100 discrete values that I calculate Rayleigh pdf and cdf as below pdfrayl = 2 * x .* exp(-x .^ 2); cdfray...

más de 13 años hace | 2 respuestas | 0

2

respuestas