https://github.com/cran/GAS
Raw File
Tip revision: e588e3a10bf22cb7dff4a49a848baac63d743c3f authored by Leopoldo Catania on 04 February 2022, 09:30:12 UTC
version 0.3.4
Tip revision: e588e3a
IMWrap.h
#ifndef IMWRAP_H
#define IMWRAP_H

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