glm.cpp File Reference

Utility functions for Generalized Linear Models. More...

#include <target/glm.hpp>
Include dependency graph for glm.cpp:

Go to the source code of this file.

Functions

arma::mat target::softmax (arma::mat lp, bool ref, bool log)
 
arma::vec target::softmax (arma::vec u)
 
arma::mat target::expit (arma::mat x)
 
arma::cx_mat target::expit (arma::cx_mat x)
 
IID target::logistic_iid (const arma::vec &y, const arma::vec &p, const arma::mat &x, const arma::vec &w)
 
IID target::linear_iid (const arma::vec &y, const arma::vec &p, const arma::mat &x, const arma::vec &w)
 

Detailed Description

Utility functions for Generalized Linear Models.

Author
Klaus K. Holst

Definition in file glm.cpp.