Skip to main content

StatsFriedmanCDF

StatsFriedmanCDF (x, n, m, method, useTable)

The StatsFriedmanCDF function returns the cumulative probability distribution of the Friedman distribution with m rows and n columns. The exact Friedman distribution is computationally intensive, taking on the order of (n!)m iterations. You may be able to use a range of precomputed exact values by passing a nonzero value for useTable, which will use method only if the value is not in the table. For large m, consider using the Chi-squared or the Monte-Carlo approximations. To abort execution, press the User Abort Key Combinations.

methodWhat It Does
0Exact computation
1Chi-square approximation
2Monte-Carlo approximation
3Use built-table only and return NaN if not in table

See Also

Statistical Analysis, StatsInvFriedmanCDF, StatsFriedmanTest