Class SensitivityAnalysis.SpiderPoint
java.lang.Object
neqsim.process.util.fielddevelopment.SensitivityAnalysis.SpiderPoint
- All Implemented Interfaces:
Serializable
- Enclosing class:
SensitivityAnalysis
Spider plot data point.
Contains a parameter value and corresponding output value for spider plots.
- Version:
- 1.0
- Author:
- ESOL
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final doubleprivate final doubleprivate final doubleprivate static final long -
Constructor Summary
ConstructorsConstructorDescriptionSpiderPoint(double parameterValue, double normalizedParameter, double outputValue) Creates a spider point. -
Method Summary
Modifier and TypeMethodDescriptiondoubledoubledouble
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
parameterValue
private final double parameterValue -
normalizedParameter
private final double normalizedParameter -
outputValue
private final double outputValue
-
-
Constructor Details
-
SpiderPoint
public SpiderPoint(double parameterValue, double normalizedParameter, double outputValue) Creates a spider point.- Parameters:
parameterValue- actual parameter valuenormalizedParameter- normalized value (-1 to 1)outputValue- resulting output
-
-
Method Details
-
getParameterValue
public double getParameterValue() -
getNormalizedParameter
public double getNormalizedParameter() -
getOutputValue
public double getOutputValue()
-