Click or drag to resize

ISetWindowFieldsPartitionExtensions.CovariancePopulation Method

Overload List
  NameDescription
Public methodStatic memberCovariancePopulation<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Decimal>, Func<TInput, Decimal>, SetWindowFieldsWindow)
Returns the population covariance of two numeric expressions that are evaluated using documents in the partition window.
Public methodStatic memberCovariancePopulation<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Double>, Func<TInput, Double>, SetWindowFieldsWindow)
Returns the population covariance of two numeric expressions that are evaluated using documents in the partition window.
Public methodStatic memberCovariancePopulation<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Int32>, Func<TInput, Int32>, SetWindowFieldsWindow)
Returns the population covariance of two numeric expressions that are evaluated using documents in the partition window.
Public methodStatic memberCovariancePopulation<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Int64>, Func<TInput, Int64>, SetWindowFieldsWindow)
Returns the population covariance of two numeric expressions that are evaluated using documents in the partition window.
Public methodStatic memberCovariancePopulation<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Nullable<Decimal>>, Func<TInput, Nullable<Decimal>>, SetWindowFieldsWindow)
Returns the population covariance of two numeric expressions that are evaluated using documents in the partition window.
Public methodStatic memberCovariancePopulation<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Nullable<Double>>, Func<TInput, Nullable<Double>>, SetWindowFieldsWindow)
Returns the population covariance of two numeric expressions that are evaluated using documents in the partition window.
Public methodStatic memberCovariancePopulation<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Nullable<Int32>>, Func<TInput, Nullable<Int32>>, SetWindowFieldsWindow)
Returns the population covariance of two numeric expressions that are evaluated using documents in the partition window.
Public methodStatic memberCovariancePopulation<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Nullable<Int64>>, Func<TInput, Nullable<Int64>>, SetWindowFieldsWindow)
Returns the population covariance of two numeric expressions that are evaluated using documents in the partition window.
Public methodStatic memberCovariancePopulation<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Nullable<Single>>, Func<TInput, Nullable<Single>>, SetWindowFieldsWindow)
Returns the population covariance of two numeric expressions that are evaluated using documents in the partition window.
Public methodStatic memberCovariancePopulation<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Single>, Func<TInput, Single>, SetWindowFieldsWindow)
Returns the population covariance of two numeric expressions that are evaluated using documents in the partition window.
Top
See Also