IMP logo
IMP Reference Guide  develop.5dd67dc178,2024/04/28
The Integrative Modeling Platform
WeightedProfileFitter.h File Reference

Fitting of multiple profiles to the experimental one. The weights of the profiles are computed analytically using non-negative least squares fitting (NNLS) More...

#include "ProfileFitter.h"
#include "ChiScore.h"
#include "WeightedFitParameters.h"
#include "nnls.h"
#include <Eigen/Dense>
+ Include dependency graph for WeightedProfileFitter.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IMP::saxs::WeightedProfileFitter< ScoringFunctionT >
 Fitting of multiple profiles to the experimental one. More...
 

Namespaces

 IMP
 Base functionality and abstract base classes for representation, scoring and sampling.
 
 IMP::saxs
 Support for small angle X-ray scattering (SAXS) data.
 

Detailed Description

Fitting of multiple profiles to the experimental one. The weights of the profiles are computed analytically using non-negative least squares fitting (NNLS)

Authors
Dina Schneidman Copyright 2007-2022 IMP Inventors. All rights reserved.

Definition in file WeightedProfileFitter.h.