in the anderson darling test function example adtest(x,'distribution','ev') what does these arguments stand for and how to declare them?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Sooraj Viswam A. K.
el 3 de Ag. de 2021
Respondida: Shravan Kumar Vankaramoni
el 19 de Ag. de 2021
Trying to use the AD test in order to see wether a distribtion is random or binomial or extreme valued or lognormal etc. quantitatively. is using the ad test the right method? Kindly suggest an alternate solution
0 comentarios
Respuestas (1)
Shravan Kumar Vankaramoni
el 19 de Ag. de 2021
Hi,
adtest(x,'distribution','ev')
x - Sample Data
Other two arguments are name value pair where 'ev' represents Extreme Value Distribution. Refer this documentation for more information.
You cannot test for binomial distribution using anderson darling test. Alternatives can be Chi-Square goodness-of-fit Test. Refer these links to get more information
0 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!