smmargins.WaldResult¶
- class smmargins.WaldResult(stat: float, df: int, pvalue: float, contrast_matrix: ndarray, contrast_estimates: ndarray)¶
Result of a joint Wald test.
- stat¶
Wald chi-squared statistic.
- Type:
float
- df¶
Degrees of freedom (rank of the contrast covariance).
- Type:
int
- pvalue¶
Two-sided p-value from the chi-squared distribution.
- Type:
float
- contrast_matrix¶
The contrast matrix C used in the test.
- Type:
ndarray
- contrast_estimates¶
The contrasted estimates C @ theta_hat - value.
- Type:
ndarray
- __init__(stat: float, df: int, pvalue: float, contrast_matrix: ndarray, contrast_estimates: ndarray) None¶
Methods
__init__(stat, df, pvalue, contrast_matrix, ...)Attributes