|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractGradientModel | |
|---|---|
| astro | |
| astro.fits | |
| vec_math | |
| Uses of AbstractGradientModel in astro |
|---|
| Subclasses of AbstractGradientModel in astro | |
|---|---|
class |
OrbitModel
The orbit model is the differentiable model that fits to a radial velocity of an SB1 orbit. |
| Uses of AbstractGradientModel in astro.fits |
|---|
| Subclasses of AbstractGradientModel in astro.fits | |
|---|---|
static class |
Overscan.WifsipOverscan
A non-linear model for fitting the exponentially glow in WiFSIP data. |
| Method parameters in astro.fits with type arguments of type AbstractGradientModel | |
|---|---|
static double[] |
Overscan.nonlinearFit(Class<? extends AbstractGradientModel> wifsip,
int s0,
int max,
double[][] adu,
VectorG start,
VectorG len,
double maxrms)
Tries to fit outside the region. |
static double[] |
Overscan.nonlinearFit(Class<? extends AbstractGradientModel> wifsip,
Map<String,String> prop,
int s0,
int max,
double[][] adu,
VectorG start,
VectorG len,
double maxrms)
Tries to fit outside the region. |
static double[] |
Overscan.nonlinearFit(Class<? extends AbstractGradientModel> wifsip,
Map<String,String> prop,
int s0,
int max,
Vector2D[] adu,
VectorG start,
VectorG len,
double maxrms)
Tries to fit outside the region. |
private static GradientModel |
Overscan.setupModel(Class<? extends AbstractGradientModel> wifsip,
Map<String,String> prop,
int s0,
int max,
Vector2D[] adu)
Converts an adu-array into a data model of the given class type. |
| Uses of AbstractGradientModel in vec_math |
|---|
| Subclasses of AbstractGradientModel in vec_math | |
|---|---|
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
|
| Methods in vec_math with parameters of type AbstractGradientModel | |
|---|---|
static void |
AbstractGradientModel.check(AbstractGradientModel fit,
VectorG exact)
Check the gradient matrix with the exact solution. |
static void |
AbstractGradientModel.check(AbstractGradientModel fit,
VectorG exact,
double da)
Check the gradient matrix with the exact solution. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||