Filter löschen
Filter löschen

How to calculate Chi-square statistic

9 Ansichten (letzte 30 Tage)
Silas Adiko
Silas Adiko am 20 Mai 2013
Dear Support,
I am fitting a distribution to data and trying to perform chi-square goodness-of-fit test.
I have calculated the likelihood values and wanted to perform goodness-of-fit test
However, having read through the Help menus, I tried to run the script below but am getting error:
x=claims; [h,p,stats] = chi2gof(X,'cdf','weibull',nparams,2)
where claims is 1xn vector
I do not know where I have gone wrong and would appreciate anyone's assistance to resolve this.
Also, I needed the script to calculate chi-square test statistic for Negative Binomial distribution.
Much thanks in advance
  1 Kommentar
the cyclist
the cyclist am 23 Mai 2013
What's the complete error message you are getting?

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Tom Lane
Tom Lane am 24 Mai 2013
I believe you got an answer separately on comp.soft-sys.matlab, but:
  • replace 'weibull' by @wblcdf (not in quotes)
  • replace nparams by 'nparams' (in quotes)
Try @nbincdf to use the negative binomial cdf.

Weitere Antworten (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by