Class GeneralizedLinearModel

Class Documentation

class GeneralizedLinearModel

Public Functions

GeneralizedLinearModel()
void fit()
bool setX(arma::mat X)
bool setY(arma::mat Y)
bool setFamily(GWRGeneralized::Family family)
double dev()
double nullDev()
double aic()
inline bool isCanceled() const
inline void setCanceled(bool newCanceled)
bool checkCanceled()

Protected Attributes

arma::mat mX
arma::mat mY
arma::mat mWeight
GWRGeneralized::Family mFamily
double mEpsilon
int mMaxit
bool mIntercept
arma::mat mOffset
LinearModel *mModel
arma::mat mMuStart
double mDev
arma::mat mResiduals
double mNullDev
double mAIC
bool mIsCanceled = false