dotnetCHARTING Send comments on this topic.
Residuals(SeriesCollection) Method
See Also 
dotnetCHARTING Namespace > StatisticalEngine Class > Residuals Method : Residuals(SeriesCollection) Method


sc
A collection of series objects. For example, to evaluate this indicator for two series you will need to pass a series collection containing this two series.
Determines the residual for the current statistical series in accordance with the regression line constructed using LeastSquaresRegressionLineX.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function Residuals( _
   ByVal sc As SeriesCollection _
) As SeriesCollection
Visual Basic (Usage)Copy Code
Dim sc As SeriesCollection
Dim value As SeriesCollection
 
value = StatisticalEngine.Residuals(sc)
C# 
public static SeriesCollection Residuals( 
   SeriesCollection sc
)

Parameters

sc
A collection of series objects. For example, to evaluate this indicator for two series you will need to pass a series collection containing this two series.

See Also

© 2010 All Rights Reserved.