Browse Source

Corrected comments.

pull/415/head
Jon Smit 10 years ago
parent
commit
2442a96ffd
  1. 3
      src/UnitTests/StatisticsTests/CorrelationTests.cs

3
src/UnitTests/StatisticsTests/CorrelationTests.cs

@ -105,7 +105,8 @@ namespace MathNet.Numerics.UnitTests.StatisticsTests
}
/// <summary>
/// Constant-weighted Pearson correlation test.
/// Correlation between two identical data sets should always equal one,
/// regardless of the weights used.
/// </summary>
[Test]
public void WeightedPearsonCorrelationEqualsOneTest()

Loading…
Cancel
Save