why pdf fit changes if 1 data point is dropped
Info
This question is closed. Reopen it to edit or answer.
Show older comments
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 reasonable fit (visually) and estimates of a and b.
Now if I drop min(x) and try to fit the same pdf to the 299 points, my fit changes rather significantly, so do the estimates of a and b.
Is this acceptable? Can anybody explain reasons behind this?
2 Comments
Walter Roberson
on 17 Sep 2012
How different is min(x) from your other points?
When you write that 0 < x < 1/x then is that indicating 0 < x < 1 ?
Russ Adheaux
on 19 Sep 2012
Answers (0)
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!