Code covered by the BSD License  

Highlights from
AnDarexptest

Be the first to rate this file! 4 Downloads (last 30 days) File Size: 3.95 KB File ID: #15746

AnDarexptest

by Antonio Trujillo-Ortiz

 

30 Jul 2007 (Updated 01 Aug 2007)

Anderson-Darling test for assessing exponential distribution of a sample data.

| Watch this File

File Information
Description

The Anderson-Darling test (Anderson and Darling, 1952) is used to test if a sample of data comes from a specific distribution. It is a modification of the Kolmogorov-Smirnov (K-S) test and gives more weight to the tails than the K-S test. The K-S test is distribution free in the sense that the critical values do not depend on the specific distribution being tested.

The Anderson-Darling test makes use of the specific distribution in calculating critical values. This has the advantage of allowing a more sensitive test and the disadvantage that critical values must be calculated for each distribution.

The Anderson-Darling test is only available for a few specific distributions.
The test is calculated as:
             
AD2 = integral{[F_o(x)-F_t(x)]^2/[F_t(x)(1-F_t(x)0]}dF_t(x)

AD2a = AD2*a

Note that for a given distribution, the Anderson-Darling statistic may be multiplied by a constant, a (which usually depends on the sample size, n). These constants are given in the various papers by Stephens (1974, 1977a, 1977b, 1979, 1986). This is what should be compared against the critical values. Also, be aware that different constants (and therefore critical values) have been published. You just need to be aware of what constant
was used for a given set of critical values (the needed constant is typically given with the critical values).

The critical values for the Anderson-Darling test are dependent on the specific distribution that is being tested. Tabulated values and formulas have been published for a few specific distributions (normal, lognormal, exponential, Weibull, logistic, extreme value type 1). The test is a one-sided test and the hypothesis that the distribution is of a specific form is rejected if the test statistic, AD2a, is greater than the critical value. Here we develop the m-file for detecting departure from an exponentiall distribution. It is one of the most powerful statistics for test this. For the null hypothesis testing, we provide the exact P-value formulation.

Syntax: function AnDarWtest(X,alpha)
     
Input:
x - data vector
alpha - significance level (default = 0.05)

Output:
- Complete Anderson-Darling test for an exponential distribution

Required Products Statistics Toolbox
MATLAB release MATLAB 7 (R14)
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Please login to add a comment or rating.
Updates
01 Aug 2007

It was added an appropriate format to cite this file.

01 Aug 2007

Text was improved.

Tag Activity for this File
Tag Applied By Date/Time
statistics Antonio Trujillo-Ortiz 22 Oct 2008 09:21:14
exponential distribution Antonio Trujillo-Ortiz 22 Oct 2008 09:21:15
probability Antonio Trujillo-Ortiz 22 Oct 2008 09:21:15
andersondarling test Antonio Trujillo-Ortiz 22 Oct 2008 09:21:15
assessing exponential Antonio Trujillo-Ortiz 22 Oct 2008 09:21:15

Contact us at files@mathworks.com