OpenAPI 1.0

Uses of Interface
com.aquafold.openapi.math.AQParametricRealFunction

Packages that use AQParametricRealFunction
com.aquafold.openapi.math   
 

Uses of AQParametricRealFunction in com.aquafold.openapi.math
 

Methods in com.aquafold.openapi.math that return AQParametricRealFunction
 AQParametricRealFunction AQFit.newEXP_Function()
          Returns AQParametric Function of type a ebx+c
 AQParametricRealFunction AQFit.newLN_Function()
          Returns AQParametric Function of type a ln(bx)+c
 AQParametricRealFunction AQFit.newPOLY_Function()
          Returns AQParametric Function of type a0 + a1 x1+...
 AQParametricRealFunction AQFit.newPOW_Function()
          Returns AQParametric Function of type a xb+c
 AQParametricRealFunction AQFit.newWEIBULL_Function()
          Returns AQParametric Function of type e-(x/a)b
 

Methods in com.aquafold.openapi.math with parameters of type AQParametricRealFunction
 double AQFit.evaluate(double x, AQParametricRealFunction F, double[] coefficients)
          Evaluates parametric real function at point x, given user-defined coefficients
 


OpenAPI 1.0


Copyright © 2010 AquaFold, Inc. All Rights Reserved. Use is subject to license terms.