Uses of Interface
de.gsi.math.functions.Function
-
Packages that use Function Package Description de.gsi.math.fitter de.gsi.math.functions -
-
Uses of Function in de.gsi.math.fitter
Methods in de.gsi.math.fitter with parameters of type Function Modifier and Type Method Description double[][]LinearRegressionFitter. fit(Function func, double[] xValues, double[] yValues)Local linear regression fitter using standard SVD-type or Tikhonov regularisation The linear gradient matrix is calculated using the provided @param func function template and for the given @param xValues vector.voidLinearRegressionFitter. fit(Function func, Function returnFunction, double[] xValues, double[] yValues)Local linear regression fitter using standard SVD-type or Tikhonov regularisation The linear gradient matrix is calculated using the provided @param func function template and for the given @param xValues vector. -
Uses of Function in de.gsi.math.functions
Subinterfaces of Function in de.gsi.math.functions Modifier and Type Interface Description interfaceFunction1Dgeneric one-dimensional function interfaceinterfaceFunctionNDgeneric n-dimensional function interfaceClasses in de.gsi.math.functions that implement Function Modifier and Type Class Description classAbstractFunctionabstract class implementing a global function list and local function change listener interfaceclassAbstractFunction1DclassAbstractFunctionNDclassBetaDistributionFunctionclassBetaFunctionclassBreitWignerFunctionclassCauchyLorentzFunctionclassCombFunctionclassEllipseFunctionclassGaussianFunctionclass implementing the Gaussian function (/normal distribution)classHeavisideStepFunctionclassLogNormalFunctionclass implementing the lognormal function see http://en.wikipedia.org/wiki/Log-normal_distribution HoweclassPoissonFunctionclassPolynomialFunctionclassRandomFunctionclassRandomWalkFunctionclassSigmoidFunctionclassTrigCosineFunctionclass implementing the trigonometric Cosine functionclassTrigSineFunctionclass implementing the trigonometric Sine functionclassTruncatedGaussianFunctionclass implementing the Gaussian function (/normal distribution)Methods in de.gsi.math.functions that return Function Modifier and Type Method Description Function[]AbstractFunction. getFunctions()Methods in de.gsi.math.functions with parameters of type Function Modifier and Type Method Description voidAbstractFunction. addFunction(Function object)add object to global function listvoidAbstractFunction. removeFunction(Function object)remove object to global function list
-