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()