![]() |
Stan
1.0
probability, sampling & optimization
|
#include <vector>#include <complex>#include <unsupported/Eigen/FFT>#include <stan/math/matrix.hpp>Go to the source code of this file.
Namespaces | |
| stan | |
| Probability, optimization and sampling library. | |
| stan::prob | |
| Templated probability distributions. | |
Functions | |
| template<typename T > | |
| void | stan::prob::autocorrelation (const std::vector< T > &y, std::vector< T > &ac, Eigen::FFT< T > &fft) |
| Write autocorrelation estimates for every lag for the specified input sequence into the specified result using the specified FFT engine. More... | |
| template<typename T > | |
| void | stan::prob::autocorrelation (const std::vector< T > &y, std::vector< T > &ac) |
| Write autocorrelation estimates for every lag for the specified input sequence into the specified result. More... | |