|
github.com/RhysU/ar
Autoregressive process modeling tools in header-only C++
|
An STL AdaptableGenerator for a given method's empirical variance. More...
#include <ar.hpp>
Public Types | |
| typedef Result | result_type |
Public Member Functions | |
| empirical_variance_generator (Integer1 N) | |
| Result | operator() () |
An STL AdaptableGenerator for a given method's empirical variance.
On each operator() invocation the method's empirical variance is returned for the current model order. The first invocation returns the result for model order zero.
1.8.17