Go to the documentation of this file.
17 #ifndef CIFER_NORMAL_CUMULATIVE_H
18 #define CIFER_NORMAL_CUMULATIVE_H
void cfe_normal_cumulative_free(cfe_normal_cumulative *s)
struct cfe_normal_cumulative cfe_normal_cumulative
size_t cfe_locate_int(mpz_t sample, size_t start, size_t end, cfe_vec *v, mpz_t middle_value)
void cfe_normal_cumulative_precompute(cfe_normal_cumulative *s)
void cfe_normal_cumulative_sample(mpz_t res, cfe_normal_cumulative *s)
void cfe_normal_cumulative_sample_vec(cfe_vec *res, cfe_normal_cumulative *s)
void cfe_normal_cumulative_sample_mat(cfe_mat *res, cfe_normal_cumulative *s)
void cfe_normal_cumulative_init(cfe_normal_cumulative *s, mpf_t sigma, size_t n, bool two_sided)
Definition: normal_cumulative.h:36