photo

Russ Adheaux


2012 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

3 質問
2 回答

ランク
219,491
of 301,287

評判
0

コントリビューション
3 質問
2 回答

回答採用率
33.33%

獲得投票数
0

ランク
 of 21,220

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 173,814

コントリビューション
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

回答