LMFitGet Coeffs Method
Definition
Namespace: DWSIM.Thermodynamics.Databases.ChEDLThermoLink
Assembly: DWSIM.Thermodynamics.Databases.ChEDLThermoLink (in DWSIM.Thermodynamics.Databases.ChEDLThermoLink.dll) Version: 5.6.9588.16085
Assembly: DWSIM.Thermodynamics.Databases.ChEDLThermoLink (in DWSIM.Thermodynamics.Databases.ChEDLThermoLink.dll) Version: 5.6.9588.16085
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