
public class FittingFunctionResult extends Object
| Modifier and Type | Field and Description |
|---|---|
double[] |
gradients
Parameter gradients at the given coordinate
|
double |
y
Value at the given coordinate
|
| Constructor and Description |
|---|
FittingFunctionResult(double y,
double[] gradients)
Trivial/generic constructor for the result class
|