Documentation of 'jasext.hist.function.ExponentialFunction' Java class
ExponentialFunction
jasext.hist.function

Class ExponentialFunction

  • All Implemented Interfaces:
    DataSource, ExtendedStatistics, FunctionData, HasHandles, HasStatistics, Statistics, java.io.Serializable


    public class ExponentialFunction
    extends Fittable1DFunction
    implements HasHandles
    Fittable Exponential function with handles: y(x) = A exp(-(x-x0)/E) A = amplitude, corresponding to function value for x=x0 x0 = origin, corresponding to y(xo) = A E = reciprocal exponent (decay constant) The initial function will be a negative exponential based on the current maximum and minimum axis values (not the data). A positive exponential can be formed by dragging the handles. Handles: There are two handles. Handle 1: Changes the function amplitude and origin. The handle position corresponds to the current amplitude and origin values. Handle 2: Changes the reciprocal exponent value. The handle y position is 1/e * amplitude (=0.367*A); the x position is offset from the function origin by the reciprocal of the exponent.
    See Also:
    Serialized Form
    • Constructor Detail

      • ExponentialFunction

        public ExponentialFunction(double xmin,
                                   double xmax,
                                   double ymin,
                                   double ymax)

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.