Documentation of 'jhplot.fit.Exponent' Java class.
Exponent
jhplot.fit

Class Exponent

    • Constructor Detail

      • Exponent

        public Exponent()
      • Exponent

        public Exponent(java.lang.String title)
      • Exponent

        public Exponent(java.lang.String[] variableNames,
                        java.lang.String[] parameterNames)
    • Method Detail

      • value

        public double value(double[] v)
        Description copied from class: AbstractIFunction
        Provide value for your function here. Something like: return p[0]+p[1]*v[0]+p[2]*v[0]*v[0];
        Specified by:
        value in interface IFunction
        Specified by:
        value in class AbstractIFunction

DMelt 3.0 © DataMelt by jWork.ORG