Package jisa.experiment
Class DataFunction
- java.lang.Object
-
- jisa.experiment.DataFunction
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface jisa.maths.functions.Function
Function.WrappedFunction
-
-
Constructor Summary
Constructors Constructor Description DataFunction(java.util.List<XYPoint> points)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
value(double x)
-
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface jisa.maths.functions.Function
add, derivative, divide, getNormalisedChiSquared, multiply, subtract, value
-
-