PalmSens SDK v1.8.2.0

Curve.LLS Method (Int32, Int32, Single, Single, Single)

Calculate linear line parameters for this curve between two indexes y = offset + slope * x

[Visual Basic]
Overloads Public Sub LLS( _
   ByVal from As Integer, _
   ByVal t As Integer, _
   ByRef offset As Single, _
   ByRef slope As Single, _
   ByRef CorrCoef As Single _
)
[C#]
public void LLS(
   int from,
   int t,
   out float offset,
   out float slope,
   out float CorrCoef
);

Parameters

from
begin index
t
end index
offset
offset
slope
slope
CorrCoef
Correlation Coefficient

See Also

Curve Class | PalmSens Namespace | Curve.LLS Overload List