# SmoothTestResult


Result of an approximate test for H_0: f_j = 0.


Usage

``` python
SmoothTestResult(
    term_label,
    stat,
    edf,
    ref_df,
    p_value,
)
```


## Attributes


`term_label: str`  
Human-readable label for the smooth term.

`stat: float`  
Chi-squared test statistic.

`edf: float`  
Effective degrees of freedom for the smooth.

`ref_df: float`  
Reference degrees of freedom for the chi-squared test.

`p_value: float`  
Approximate p-value.
