https://github.com/cran/GAS
Raw File
Tip revision: a8fe17c38002b26ca09b18984573c71a54efede6 authored by Leopoldo Catania on 12 June 2017, 21:08:21 UTC
version 0.2.1
Tip revision: a8fe17c
ScoreWrap.h
#ifndef SCOREWRAP_H
#define SCOREWRAP_H
arma::vec Score_univ(double dY, arma::vec vTheta,std::string Dist);
arma::vec Score_multi(arma::vec vY, arma::vec vTheta, int iN,std::string Dist);
#endif
back to top