// File: fitPar.h // Glen Cowan // RHUL Physics #ifndef FITPAR_H #define FITPAR_H using namespace std; double fitPar (vector n, vector s, vector b); double lnLderiv(double* xArray, double* par); #endif