Click or drag to resize

UtilsLSFit Method

Namespace:  Scilligence.MolEngine.Common
Assembly:  Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntax
C#
public static UtilsFitResult LSFit(
	double[] values_x,
	double[] values_y,
	string xaxis,
	string yaxis
)

Parameters

values_x
Type: SystemDouble
values_y
Type: SystemDouble
xaxis
Type: SystemString
yaxis
Type: SystemString

Return Value

Type: UtilsFitResult
See Also