From 2442a96ffd93498366a9ee4678f9eb01e17ef6cd Mon Sep 17 00:00:00 2001 From: Jon Smit Date: Tue, 5 Jul 2016 22:28:47 +0200 Subject: [PATCH] Corrected comments. --- src/UnitTests/StatisticsTests/CorrelationTests.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/UnitTests/StatisticsTests/CorrelationTests.cs b/src/UnitTests/StatisticsTests/CorrelationTests.cs index 94aa7b67..7afd9c43 100644 --- a/src/UnitTests/StatisticsTests/CorrelationTests.cs +++ b/src/UnitTests/StatisticsTests/CorrelationTests.cs @@ -105,7 +105,8 @@ namespace MathNet.Numerics.UnitTests.StatisticsTests } /// - /// Constant-weighted Pearson correlation test. + /// Correlation between two identical data sets should always equal one, + /// regardless of the weights used. /// [Test] public void WeightedPearsonCorrelationEqualsOneTest()