19 #ifndef _uncal_date_h_ 20 #define _uncal_date_h_ 25 #include <boost/math/distributions/students_t.hpp> 40 vector<double> compute_probs(vector<int> &error_cal_curve, vector<int> &full_c14_bp);
41 double studentT(
int df );
42 void generate_date_grid(std::vector<int>& full_bp, std::vector<int>& full_c14_bp, std::vector<int>& full_error,
CalCurve& calcurve);
43 int LinearInterpolateInt(
int y1,
int y2,
double mu);
Represents a calibrated date.
Represents an uncalibrated date.
Represents the calibration curve.