photo

Russ Adheaux


2012년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

3 질문
2 답변

순위
219,462
of 301,261

평판
0

참여
3 질문
2 답변

답변 채택
33.33%

획득한 표
0

순위
 of 21,209

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 173,690

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1
  • First Answer

배지 보기

Feeds

보기 기준

질문


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

13년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

13년 초과 전 | 답변 수: 1 | 0

1

답변

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

13년 초과 전 | 0

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

13년 초과 전 | 0

질문


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

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

2

답변