Uses of Class
vec_math.AbstractFit

Packages that use AbstractFit
astro   
vec_math   
 

Uses of AbstractFit in astro
 

Subclasses of AbstractFit in astro
 class OrbitFit
          An orbit analyser takes radial velocity data and fits an orbit to it.
 

Uses of AbstractFit in vec_math
 

Subclasses of AbstractFit in vec_math
 class ExpressionFit
          Analyses a funtion by fitting a non-linear model to it.
 class HarmonicFit
          A fit to a cosine wave with phase shift, variable period to the input data.
 class PhaseRegression
          An analyser that fits a cosine wave with phase shift, but fixed period to the input data.