nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Runtime / EnumerableStatsCovariance

EnumerableStatsCovariance

Full name Microsoft.VisualBasic.Math.Statistics.Linq.EnumerableStatsCovariance Assembly Microsoft.VisualBasic.Runtime Members 2

01 Syntax

Microsoft.VisualBasic.Math.Statistics.Linq.EnumerableStatsCovariance

02 Methods

NameOverloadsSummary
Covariance 2 Computes the Covariance of a sequence of nullable System.Decimal values.

03 Members

method Covariance #
Covariance(IEnumerable(Of Nullable(Of Decimal)), IEnumerable(Of Nullable(Of Decimal)))

Computes the Covariance of a sequence of nullable System.Decimal values.

Parameters
NameTypeDescription
sourceIEnumerable(Of Nullable(Of Decimal))

A sequence of nullable System.Decimal values to calculate the Covariance of.

otherIEnumerable(Of Nullable(Of Decimal))

-

Returns

The Covariance of the sequence of values, or null if the source sequence is empty or contains only values that are null.

method Covariance overload 2 #
Covariance(IEnumerable(Of TSource), IEnumerable(Of TSource), Func(Of TSource, Nullable(Of Decimal)))