statsmodels.tsa.statespace.mlemodel.PredictionResults.t_test#
- PredictionResults.t_test(value=0, alternative='two-sided')[source]#
z- or t-test for hypothesis that mean is equal to value
- Parameters:
- valuearray_like,
optional Value under the null hypothesis.
- alternative{“two-sided”, “larger”, “smaller”},
optional The alternative hypothesis for the test.
- valuearray_like,
- Returns: