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

Class LorentzianFunction

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


    public class LorentzianFunction
    extends Fittable1DFunction
    implements HasHandles
    Fittable Lorentzian function with handles: y(x) = A*(g/2)^2/((x-x0)^2+(g/2)^2) A = maximum value of the function x0 = origin, corresponding to the maximum value of y(x) g = width Also known as a Breit-Wigner distribution in nuclear physics. The initial function shape will be based on the current maximum and minimum axis values (not the data). Handles: There are three handles. Handle 1: Changes the function amplitude and origin. The handle position corresponds to the current amplitude and origin values. Handles 2,3: Change the function width. The handle y position is the function value at half amplitude. The x position is offset from the function origin by +/- the half width.
    See Also:
    Serialized Form
    • Constructor Detail

      • LorentzianFunction

        public LorentzianFunction(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.