Uses of Class
vec_math.AbstractDataModel

Packages that use AbstractDataModel
astro   
astro.fits   
stella.util   
vec_math   
 

Uses of AbstractDataModel in astro
 

Subclasses of AbstractDataModel in astro
 class OrbitModel
          The orbit model is the differentiable model that fits to a radial velocity of an SB1 orbit.
 

Uses of AbstractDataModel in astro.fits
 

Subclasses of AbstractDataModel in astro.fits
private static class Gl586.GlieseModel
          The Gliese 586Aab photometric model.
private static class Gl586.HaloModel
          We also have to model the background.
static class Overscan.WifsipOverscan
          A non-linear model for fitting the exponentially glow in WiFSIP data.
 

Uses of AbstractDataModel in stella.util
 

Subclasses of AbstractDataModel in stella.util
private static class PointingModel.PointingDataModel
          Connects a pointing model to the DataModel framework.
 

Uses of AbstractDataModel in vec_math
 

Subclasses of AbstractDataModel in vec_math
 class AbstractGradientModel
          This class is designed to work together with the LevenbergMarquardt class.
private static class HarmonicFit.HarmonicModel
          Our data model.
(package private) static class LevenbergMarquardt.LMSineModel
          solve for phase, amplitude and frequency of a sinusoid
(package private) static class LevenbergMarquardt.SinusModel
           
(package private)  class MultipleFrequencyFit.FourierComponents
           
private static class PhaseRegression.PhaseModel
          Our data model.