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

Class Pow

    • Constructor Detail

      • Pow

        public Pow()
      • Pow

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

        public Pow(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