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