Return the parameter table as a pandas DataFrame
This is only available for t and normal tests.
- Parameters:
- xname
list[str], optional Default is c_## for ## in the number of regressors.
- alpha
float Significance level for the confidence intervals. Default is
alpha = 0.05 which implies a confidence level of 95%.
- Returns:
DataFrameThe parameter results table as a pandas DataFrame.