|
github.com/RhysU/ar
Autoregressive process modeling tools in header-only C++
|
Represents the consistent criterion BIC. More...
#include <ar.hpp>
Static Public Member Functions | |
| template<typename Result , typename Integer1 , typename Integer2 > | |
| static Result | overfit_penalty (Integer1 N, Integer2 p) |
Compute overfit penalty given N observations at model order p. | |
| template<typename Result , typename Input > | |
| static Result | underfit_penalty (Input sigma2e) |
| Compute the underfit penalty given \(\sigma^2_\epsilon\). | |
1.8.17