LMFitGet Coeffs Method
Definition
Namespace: DWSIM.MathOps.MathEx.LM
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,
LMFitFitType fittype,
double epsg,
double epsf,
double epsx,
int maxits
)VB
Public Function GetCoeffs (
x As Double(),
y As Double(),
inest As Double(),
fittype As LMFitFitType,
epsg As Double,
epsf As Double,
epsx As Double,
maxits As Integer
) As ObjectParameters
- x Double
- y Double
- inest Double
- fittype LMFitFitType
- epsg Double
- epsf Double
- epsx Double
- maxits Int32