photo

Russ Adheaux


Attivo dal 2012

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

3 Domande
2 Risposte

RANK
118.358
of 301.229

REPUTAZIONE
0

CONTRIBUTI
3 Domande
2 Risposte

ACCETTAZIONE DELLE RISPOSTE
33.33%

VOTI RICEVUTI
0

RANK
 of 21.196

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 173.512

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

Domanda


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

oltre 13 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 13 anni fa | 1 risposta | 0

1

risposta

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

oltre 13 anni fa | 0

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

oltre 13 anni fa | 0

Domanda


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

oltre 13 anni fa | 2 risposte | 0

2

risposte