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

29 vues (au cours des 30 derniers jours)
Norad Hewapathirana
Norad Hewapathirana le 1 Nov 2019
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

Réponses (1)

Jeff Miller
Jeff Miller le 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