How to calculate the P-value using chi-square and degrees of freedom

6 Ansichten (letzte 30 Tage)
How to calculate the P-value using chi-square and degrees of freedom,
I am able to use an online calculator for this i was wondering if it can be done using matlab

Antworten (1)

Jeff Miller
Jeff Miller am 1 Nov. 2019
p = 1 - chi2cdf(x,df)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by