aboutsummaryrefslogtreecommitdiff
path: root/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'misc.h')
-rw-r--r--misc.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/misc.h b/misc.h
deleted file mode 100644
index bd114aa..0000000
--- a/misc.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef MISC_H
-#define MISC_H
-
-#include <stdlib.h> /* for size_t */
-
-double logsumexp(double *a, size_t n);
-double norm(double x, double mu, double sigma);
-double norm_cdf(double x, double mu, double sigma);
-
-#endif