Click or drag to resize

FourParameterLogisticFtnEvaluate Method

Overload List
  NameDescription
Public methodEvaluate(DoubleVector, Double)
Evaluates the four parameter logistic function for the given parameter values at the given point.
(Overrides DoubleParameterizedFunctionEvaluate(DoubleVector, Double).)
Public methodEvaluate(DoubleVector, DoubleVector, DoubleVector)
Evaluates the parameterized function for the given parameter values at the given set of points.
(Inherited from DoubleParameterizedFunction.)
Top
See Also