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
IMWrap.h
#ifndef IMWRAP_H
#define IMWRAP_H

arma::mat IM_univ(arma::vec vTheta,std::string Dist);
#endif
back to top