Package jdistlib.inference.solver
Class SensitivityResult
java.lang.Object
jdistlib.inference.solver.SensitivityResult
Values and first-order parameter sensitivities returned by a numerical solver.
-
Method Summary
Modifier and TypeMethodDescriptiondouble[][][]Derivatives indexed by output point, state component, then parameter.double[][]values()Output values indexed by output point then state component.
-
Method Details
-
values
public double[][] values()Output values indexed by output point then state component. -
sensitivities
public double[][][] sensitivities()Derivatives indexed by output point, state component, then parameter.
-