photo

Russ Adheaux


自 2012 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

3 个提问
2 个回答

排名
118,349
of 301,204

声誉
0

贡献数
3 个提问
2 个回答

回答接受率
33.33%

收到投票数
0

排名
 of 21,191

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 173,368

贡献数
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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 2 个回答 | 0

2

个回答