3.11.21.1.1.1.2. statsmodels.stats.tabledist.TableDist.crit

TableDist.crit(prob, n)[source]

returns interpolated quantiles, similar to ppf or isf

use two sequential 1d interpolation, first by n then by prob

Parameters:

prob : array_like

probabilities corresponding to the definition of table columns

n : int or float

sample size, second parameter of the table

Returns:

ppf : array_like

critical values with same shape as prob