#ifndef SAMPLE_H #define SAMPLE_H #include "bssm.h" arma::uvec stratified_sample(arma::vec& p, const arma::vec& r, const unsigned int N); #endif