statsmodels.stats.oneway.confint_noncentrality¶
- statsmodels.stats.oneway.confint_noncentrality(f_stat, df, alpha=0.05, alternative='two-sided')[source]¶
Confidence interval for noncentrality parameter in F-test
This does not yet handle non-negativity constraint on nc. Currently only two-sided alternative is supported.
- Parameters:
- Returns:
The end point of the confidence interval.
- Return type:
Notes
The algorithm inverts the cdf of the noncentral F distribution with respect to the noncentrality parameters. See Steiger 2004 and references cited in it.
References
See also