Calculate linear line parameters for this curve y = a + b * x

Namespace:  PalmSens
Assembly:  PalmSens (in PalmSens.dll) Version: 2.3.0.0

Syntax

C#
public void LLS(
	out float a,
	out float b,
	out float corr
)
Visual Basic (Declaration)
Public Sub LLS ( _
	<OutAttribute> ByRef a As Single, _
	<OutAttribute> ByRef b As Single, _
	<OutAttribute> ByRef corr As Single _
)
Visual C++
public:
void LLS(
	[OutAttribute] float% a, 
	[OutAttribute] float% b, 
	[OutAttribute] float% corr
)

Parameters

a
Type: System..::.Single %
offset
b
Type: System..::.Single %
slope
corr
Type: System..::.Single %
Correlation Coefficient

See Also