Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid.Stats Namespace / StandardDeviationFunction Class / IsEquivalent Method
true of the specified statistical function is the equivalent of the current statistical function; false otherwise.


In This Topic
    IsEquivalent Method (StandardDeviationFunction)
    In This Topic
    Retrieves a value indicating whether a statistical function is the equivalent of the current statistical function such that both statistical functions will return the same result for the same set of values.
    Syntax
    'Declaration
     
    Protected Friend Overrides Function IsEquivalent( _
       ByVal statFunction As StatFunction _
    ) As Boolean
    'Usage
     
    Dim instance As StandardDeviationFunction
    Dim statFunction As StatFunction
    Dim value As Boolean
     
    value = instance.IsEquivalent(statFunction)
    protected internal override bool IsEquivalent( 
       StatFunction statFunction
    )

    Parameters

    statFunction
    true of the specified statistical function is the equivalent of the current statistical function; false otherwise.
    Remarks
    A new implementation of the IsEquivalent method has been provided for the StandardDeviationFunction because of the addition of the EntirePopulation property, which can affect the result of the statistical function.
    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