LMFitGet Coeffs(Double, Double, Double, Double, Int 32, FuncDouble, Double, Double) Method
Definition
Namespace: DWSIM.MathOps.MathEx
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
C#
public Object GetCoeffs(
double[] x,
double[] y,
double[] inest,
double epsg,
int maxits,
Func<double[], double, double> fp
)VB
Public Function GetCoeffs (
x As Double(),
y As Double(),
inest As Double(),
epsg As Double,
maxits As Integer,
fp As Func(Of Double(), Double, Double)
) As Object