Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.ListBox Assembly / Xceed.Wpf.Data.Stats Namespace / CorrelationCoefficientFunction Class / Validate Method


    Validate Method (CorrelationCoefficientFunction)
    Validates the statistical function to ensure that it is able to calculate its result.
    Syntax
    'Declaration
     
    Protected Friend Overrides Sub Validate() 
     
    'Usage
     
    Dim instance As CorrelationCoefficientFunction
     
    instance.Validate()
    Remarks

    The Correlation Coefficient function validates the ResultPropertyName property is to make sure that a value has been provided and that it is unique. It also validates the SourcePropertyName property to make sure that two comma-separated values, which correspond to existing column names, have been provided.

    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