cochinv

Inverse of the Cochran's cumulative distribution function (cdf).
652 Downloads
Updated 19 Jun 2009

View License

This m-file returns the inverse of the Cochran's C cumulative distribution function of K variances and V degrees of freedom at the values in P.

Gives the critical value associated to the Cochran's C statistics ratio of the largest S^2 to their total (max(S^2)/sum(S^2)), as an alternative procedure to test homocedasticity (Cochran, 1941; Eisenhart, Hastay and Wallis, 1947).

Inputs:
p - accumulative probability value
k - number of sample variances
v - number of degrees of freedom for each variance: sample sizes must be equal

Cite As

Antonio Trujillo-Ortiz (2024). cochinv (https://www.mathworks.com/matlabcentral/fileexchange/24283-cochinv), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R14
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.3.0.0

Modified tags.

1.1.0.0

It was added an appropriate format to cite this file.

1.0.0.0