#include "genesis/utils/math/regression/link.hpp"
#include <cassert>
#include <cmath>
#include <cstdint>
#include <functional>
Go to the source code of this file.
Classes | |
struct | GlmFamily |
Namespaces | |
genesis | |
Container namespace for all symbols of genesis in order to keep them separate when used as a library. | |
genesis::utils | |
Functions | |
GlmFamily | glm_family_binomial () |
Binomial family functions. More... | |
GlmFamily | glm_family_gamma () |
Gamma family functions. More... | |
GlmFamily | glm_family_gaussian () |
Gaussian/normal family functions. More... | |
GlmFamily | glm_family_poisson () |
Poisson family functions. More... | |
bool | is_canonical_link (GlmFamily const &family, GlmLink const &link) |
bool | is_defined (GlmFamily const &family) |
Check whether all necessary values and functors of a GlmFamily are set. More... | |