3.11.21.1.1.1.4. statsmodels.stats.tabledist.TableDist.crit3

TableDist.crit3(prob, n)[source]

returns interpolated quantiles, similar to ppf or isf

uses Rbf to interpolate critical values as function of prob and n

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, returns nan for arguments that are outside of the table bounds