find probability of chi2 test
    13 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    Mustafa Al-Nasser
 el 16 de Mzo. de 2021
  
    
    
    
    
    Respondida: Aditya Patil
    
 el 29 de Mzo. de 2021
            Dear all;
if i want to perfrom a hypothesis test for chi2 distrubtion , how can i do it in matlab :
P(X>a)= alpha
5 comentarios
  Asvin Kumar
    
 el 21 de Mzo. de 2021
				Thanks for explaining. I'm, unfortunately, not the right person for this question. I was merely suggesting a function I had come across in the docs. I'll let someone else from the community help you with this.
Respuesta aceptada
  Ive J
      
 el 21 de Mzo. de 2021
        Based  on what you explained it seems you already have the X2 stat.
p = 1 - chi2cdf(x, nu) % where x is chi2 stat and nu is df
0 comentarios
Más respuestas (1)
  Aditya Patil
    
 el 29 de Mzo. de 2021
        You have X. using chi2cdf, you can get  . So in your case,
. So in your case,  , which you can get using chi2cdf as follows
, which you can get using chi2cdf as follows
 . So in your case,
. So in your case,  , which you can get using chi2cdf as follows
, which you can get using chi2cdf as followsp = 1 - chi2cdf(X, a)
0 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!



