Chi-Square Test Matlab script

SPONSORED LINKS

    Specification

  • Version:
  • File size: 0 KB
  • File name: chi2test.m
  • Last update:
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • Language: Matlab
  • Price:Freeware
  • Company: Leonardo Salomone (View more)

Chi-Square Test script description:




Publisher review:
Chi-Square Test - Chi-Square Test for continuous distributions. [A, B] = CHI2TEST(DATA, N, ALPHA, DIST, X, Y, Z) returns the chi-square statistic for the samples contained in the row vector DATA. N specifies the number of equal-probability class intervals for the test. ALPHA is the confidence level parameter used to find the critical chi-square value. DIST is a string containing the probability distribution that we are testing against. See the staitsctics toolbox for supported distributions - 'exp', 'gam', 'unif' are some of them.X, Y, and Z specify the estimated parameters for the selected DIST. Some distributions require only one of these parameters, and the order that these parameters are provided follows the values given to the cummulative distribution functions UNIFCDF, GAMCDF, EXPCDF, and others.A is the computed chi-square statistic, and B is the critical tabulated value at the degrees of freedom. The degree of freedom is the number of intervals minus the number of estimated parameters. In general, if A is less than B, the H0 hypothesis that DATA follows the DIST distribution is accepted. An attempt to fit some data with the uniform distribution on the interval from 1.5 to 2.9. The test fails, since A > B: [a, b] = chi2test (data, 10, 0.05, 'unif', 1.5, 2.9)a =38.7500b =14.0671See also MLE, CHI2INV, CHI2STAT, HIST, CDF, ICDF, PDF Requirements: · MATLAB Release: R12.1 · Statistics Toolbox
Chi-Square Test is a Matlab script for Statistics and Probability scripts design by Leonardo Salomone. It runs on following operating system: Windows / Linux / Mac OS / BSD / Solaris.

Operating system:
Windows / Linux / Mac OS / BSD / Solaris

Latest script and internet news

222

222

22

Posted on: 18 Jul 2023 22:27 by A. Brown

111

111

111

Posted on: 18 Jul 2023 22:24 by A. Brown

The permanently active Push system offered by the new Google Chrome 42

The permanently active Push system offered by the new Google Chrome 42

Hacked By !Sc-sT

Posted on: 17 Mar 2015 07:57 by A. Brown

SPREAD THE WORD

User Rating


Rating: 2.2 out of 5
Based on 13 ratings. 13 user reviews.

  • Currently 2.15 out of 5
  • 1
  • 2
  • 3
  • 4
  • 5