Click or drag to resize

DescriptiveStatistics.Correlation Method

Overload List
  NameDescription
Public methodStatic memberCorrelation(IEnumerable<Decimal>, IEnumerable<Decimal>)
Returns correlation between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Correlation_and_dependence
Public methodStatic memberCorrelation(IEnumerable<Int32>, IEnumerable<Int32>)
Returns correlation between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Correlation_and_dependence
Public methodStatic memberCorrelation(IEnumerable<Int64>, IEnumerable<Int64>)
Returns correlation between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Correlation_and_dependence
Public methodStatic memberCorrelation(IEnumerable<Nullable<Decimal>>, IEnumerable<Nullable<Decimal>>)
Returns correlation between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Correlation_and_dependence
Public methodStatic memberCorrelation(IEnumerable<Nullable<Int32>>, IEnumerable<Nullable<Int32>>)
Returns correlation between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Correlation_and_dependence
Public methodStatic memberCorrelation(IEnumerable<Nullable<Int64>>, IEnumerable<Nullable<Int64>>)
Returns correlation between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Correlation_and_dependence
Public methodStatic memberCorrelation(IEnumerable<Double>, IEnumerable<Double>, 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(IEnumerable<Nullable<Double>>, IEnumerable<Nullable<Double>>, 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(IEnumerable<Nullable<Single>>, IEnumerable<Nullable<Single>>, 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(IEnumerable<Single>, IEnumerable<Single>, 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 memberCorrelation<TSource>(IEnumerable<TSource>, IEnumerable<TSource>, Func<TSource, 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