github.com/RhysU/ar
Autoregressive process modeling tools in header-only C++
Public Types | Public Member Functions | List of all members
ar::empirical_variance_function< EstimationMethod, Result, Integer1, Integer2 > Struct Template Reference

An STL-ready binary_function for a given method's empirical variance. More...

#include <ar.hpp>

Public Types

typedef Integer1 first_argument_type
 
typedef Integer2 second_argument_type
 
typedef Result result_type
 

Public Member Functions

Result operator() (Integer1 N, Integer2 i) const
 

Detailed Description

template<class EstimationMethod, typename Result, typename Integer1 = std::size_t, typename Integer2 = Integer1>
struct ar::empirical_variance_function< EstimationMethod, Result, Integer1, Integer2 >

An STL-ready binary_function for a given method's empirical variance.

Definition at line 1631 of file ar.hpp.


The documentation for this struct was generated from the following file: