IMP logo
IMP Reference Guide  2.7.0
The Integrative Modeling Platform
LinearFit.h File Reference

Linear fit of data points. More...

#include "Vector2D.h"
#include "GeometricPrimitiveD.h"
#include <vector>
+ Include dependency graph for LinearFit.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IMP::algebra::LinearFit2D
 Calculate line that fits best the input data points (Linear least squares) More...
 

Namespaces

 IMP
 Base functionality and abstract base classes for representation, scoring and sampling.
 
 IMP::algebra
 General purpose algebraic and geometric methods that are expected to be used by a wide variety of IMP modules.
 

Typedefs

typedef IMP::Vector< LinearFit2D > IMP::algebra::LinearFit2Ds
 

Detailed Description

Linear fit of data points.

Copyright 2007-2017 IMP Inventors. All rights reserved.

Definition in file LinearFit.h.