Hi

I am writing a python code for performing stepwise-MR algorithm for selecting informative variables. I need to calculate critical F such as following MATLAB code in python:

Fcrit = finv( (1-0.5), 1, dof)

which dof is the degree of freedom in denominator.

Is there an equivalent for this MATLAB function in python?

More Bakhtyar Sepehri's questions See All
Similar questions and discussions