public class TutorialEstimatedParameter extends Object
Data are read from a YAML file. Initial, minimum and maximum value of the parameter are stored into an array. Conventions are:
Element | Value |
---|---|
0 | Initial value |
1 | Minimum value |
2 | Maximum value |
Constructor and Description |
---|
TutorialEstimatedParameter()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
double |
getInitialValue()
Get the initial value for the estimated parameter.
|
double |
getMaxValue()
Get the maximum allowed value for the parameter.
|
double |
getMinValue()
Get the minimum allowed value for the parameter.
|
double[] |
getValues()
Get the initial, minimum and maximum value of the parameter.
|
boolean |
isEstimated()
Get the flag for the parameter estimation.
|
void |
setIsEstimated(boolean estimated)
Set the flag for the parameter estimation.
|
void |
setValues(double[] values)
Set the initial, minimum and maximum value of the parameter.
|
public double[] getValues()
public void setValues(double[] values)
values
- array containing the initial, minimum and maximum value of the parameterpublic double getInitialValue()
public double getMinValue()
public double getMaxValue()
public boolean isEstimated()
public void setIsEstimated(boolean estimated)
estimated
- true if the parameter is estimatedCopyright © 2002–2022 CS GROUP. All rights reserved.