Xceed DataGrid for WPF v7.2 Documentation
CorrelationCoefficientFunction Class
Members  Example 


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid.Stats Namespace : CorrelationCoefficientFunction Class

Class that represents the Correlation Coefficient statistical function, which represents the quantity that gives the quality of a least squares fitting to the original data. Also known as cross-correlation coefficient.

Syntax
'Declaration
 
<StatFunctionExporterAttribute(Xceed.Wpf.DataGrid.Export.ExcelExporter, Xceed.Wpf.DataGrid.Export.ExcelCorrelationCoefficientConverter)>
Public Class CorrelationCoefficientFunction 
   Inherits StatFunction
'Usage
 
Dim instance As CorrelationCoefficientFunction
[StatFunctionExporter(Xceed.Wpf.DataGrid.Export.ExcelExporter, Xceed.Wpf.DataGrid.Export.ExcelCorrelationCoefficientConverter)]
public class CorrelationCoefficientFunction : StatFunction 
Example
<xcdg:CorrelationCoefficientFunction SourcePropertyName="FieldA,FieldB"
                                    ResultPropertyName="MyFunction1" />
Inheritance Hierarchy

System.Object
   Xceed.Wpf.DataGrid.Stats.StatFunction
      Xceed.Wpf.DataGrid.Stats.CorrelationCoefficientFunction

Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CorrelationCoefficientFunction Members
Xceed.Wpf.DataGrid.Stats Namespace