public interface ParametricModel
The parameters are typically polynomial coefficients, for example to model thermo-elastic deformations of the sensor or spacecraft.
| Modifier and Type | Method and Description |
|---|---|
void |
getEstimatedParameters(double[] parameters,
int start,
int length)
Get the current values of the estimated parameters.
|
int |
getNbEstimatedParameters()
Get the number of estimated parameters.
|
void |
setEstimatedParameters(double[] parameters,
int start,
int length)
Set new values for the estimated parameters.
|
int getNbEstimatedParameters()
void getEstimatedParameters(double[] parameters,
int start,
int length)
throws RuggedException
parameters - global array where to put the parametersstart - start index of the array slice to considerlength - number of elements in the array slice to considerRuggedException - if the size of the slice does not match
the number of estimated parametersvoid setEstimatedParameters(double[] parameters,
int start,
int length)
throws RuggedException
parameters - global array containing the parameters to set (among others)start - start index of the array slice to considerlength - number of elements in the array slice to considerRuggedException - if the size of the slice does not match
the number of estimated parametersCopyright © 2014–2016 CS Syst?mes d'Information. All rights reserved.