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

Class P2

    • Constructor Detail

      • P2

        public P2()
      • P2

        public P2(String[] variableNames,          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 2.7 © DataMelt by jWork.ORG