8 #ifndef IMPSAXS_WEIGHTED_FIT_PARAMETERS_H
9 #define IMPSAXS_WEIGHTED_FIT_PARAMETERS_H
11 #include <IMP/saxs/saxs_config.h>
18 IMPSAXS_BEGIN_NAMESPACE
34 void set_weights(
const Vector<double>& weights) { weights_ = weights; }
36 void show(std::ostream& s)
const {
37 s <<
"Chi^2 = " << chi_square_ <<
" c1 = " << c1_ <<
" c2 = " << c2_
38 <<
" default chi^2 = " << default_chi_square_ << std::endl;
Parameters of a fit, from ProfileFitter.
Copyright 2007-2022 IMP Inventors. All rights reserved.
A class for storing lists of IMP items.
std::ostream & show(Hierarchy h, std::ostream &out=std::cout)
Print the hierarchy using a given decorator to display each node.
Parameters of a weighted fit, from WeightedProfileFitter.