8 #ifndef IMPSAXS_CHI_SCORE_LOG_H
9 #define IMPSAXS_CHI_SCORE_LOG_H
13 #include <IMP/saxs/saxs_config.h>
16 IMPSAXS_BEGIN_NAMESPACE
25 double compute_score(
const Profile* exp_profile,
const Profile* model_profile,
26 bool use_offset =
false)
const;
28 double compute_score(
const Profile* exp_profile,
const Profile* model_profile,
29 double min_q,
double max_q)
const;
31 double compute_scale_factor(
const Profile* exp_profile,
33 double offset = 0.0)
const;
35 double compute_offset(
const Profile* exp_profile,
36 const Profile* model_profile)
const {
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object.
Common base class for heavy weight IMP objects.
Macros to control compiler warnings.
#define IMP_UNUSED(variable)
A class for profile storing and computation.