| Visual Basic (Declaration) | |
|---|---|
Overloads Public Shared Function CorrelationCoefDeterminantion( _ ByVal sc As SeriesCollection _ ) As Series | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public static Series CorrelationCoefDeterminantion( 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.
Explanation of the Coefficient of Determination
The coefficient of determination is the amount of variation in the second
variable (i.e. Y) which is explained by the regression line of the second
variable Y on the first variable X
(see LeastSquaresEstimateY), divided by the total amount
of variation of the second variable (i.e. Y).