https://github.com/cran/GAS
Raw File
Tip revision: 413a49acc0aa0be1b528be252115bb8be63964a5 authored by Leopoldo Catania on 01 September 2016, 13:28:10 UTC
version 0.1.3
Tip revision: 413a49a
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