pmdarima has this .pvalues()
which described as Get the p-values associated with the t-values of the coefficients. Note that the coefficients are assumed to have a Student’s T distribution.
meanwhile it use z statistics not t statistics on it summary. How to access pmdarima t-values?
or should I did the t-test separately?