Click or drag to resize

DescriptiveStatisticsCorrelation Method

Overload List
  NameDescription
Public methodStatic memberCorrelation(IEnumerableDecimal, IEnumerableDecimal)
Returns correlation between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Correlation_and_dependence
Public methodStatic memberCorrelation(IEnumerableInt32, IEnumerableInt32)
Returns correlation between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Correlation_and_dependence
Public methodStatic memberCorrelation(IEnumerableInt64, IEnumerableInt64)
Returns correlation between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Correlation_and_dependence
Public methodStatic memberCorrelation(IEnumerableNullableDecimal, IEnumerableNullableDecimal)
Returns correlation between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Correlation_and_dependence
Public methodStatic memberCorrelation(IEnumerableNullableInt32, IEnumerableNullableInt32)
Returns correlation between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Correlation_and_dependence
Public methodStatic memberCorrelation(IEnumerableNullableInt64, IEnumerableNullableInt64)
Returns correlation between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Correlation_and_dependence
Public methodStatic memberCorrelation(IEnumerableDouble, IEnumerableDouble, Boolean)
Returns correlation between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Correlation_and_dependence
Public methodStatic memberCorrelation(IEnumerableNullableDouble, IEnumerableNullableDouble, Boolean)
Returns correlation between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Correlation_and_dependence
Public methodStatic memberCorrelation(IEnumerableNullableSingle, IEnumerableNullableSingle, Boolean)
Returns correlation between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Correlation_and_dependence
Public methodStatic memberCorrelation(IEnumerableSingle, IEnumerableSingle, Boolean)
Returns correlation between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Correlation_and_dependence
Public methodStatic memberCorrelation(Vector, Vector, Boolean)
Returns correlation between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Correlation_and_dependence
Public methodStatic memberCorrelationTSource(IEnumerableTSource, IEnumerableTSource, FuncTSource, Double, Boolean)
Returns correlation between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Correlation_and_dependence
Top
See Also