Utility functions for Generalized Linear Models. More...
#include <armadillo>
#include <cmath>
#include <complex>
#include <cfloat>
#include <functional>
#include <vector>
Include dependency graph for glm.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | target::IID |
Typedefs | |
using | cx_dbl = std::complex< double > |
using | cx_func = std::function< arma::cx_mat(arma::cx_vec theta)> |
using | matlist = std::vector< arma::mat > |
Detailed Description
Utility functions for Generalized Linear Models.
- Copyright
- 2018-2020, Klaus Kähler Holst
Definition in file glm.hpp.