From e3a7fc59d78f487334ea765eba6ccc4e07982503 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20P=C3=A9bay?= <philippe.pebay@kitware.com> Date: Mon, 30 Jan 2012 14:47:07 +0100 Subject: [PATCH] Update documentation on (multivariate) correlation statistics Change-Id: I673a46e6238bec40feb90ae1666fc667aaa754cc --- Infovis/vtkMultiCorrelativeStatistics.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Infovis/vtkMultiCorrelativeStatistics.h b/Infovis/vtkMultiCorrelativeStatistics.h index 97ec6f388bb..9b0a666b81c 100644 --- a/Infovis/vtkMultiCorrelativeStatistics.h +++ b/Infovis/vtkMultiCorrelativeStatistics.h @@ -17,7 +17,7 @@ PURPOSE. See the above copyright notice for more information. Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains certain rights in this software. -------------------------------------------------------------------------*/ -// .NAME vtkMultiCorrelativeStatistics - A class for linear correlation +// .NAME vtkMultiCorrelativeStatistics - A class for multivariate linear correlation // // .SECTION Description // Given a selection of sets of columns of interest, this class provides the @@ -56,6 +56,7 @@ PURPOSE. See the above copyright notice for more information. // .SECTION Thanks // Thanks to Philippe Pebay, Jackson Mayo, and David Thompson of // Sandia National Laboratories for implementing this class. +// Updated by Philippe Pebay, Kitware SAS 2012 #ifndef __vtkMultiCorrelativeStatistics_h #define __vtkMultiCorrelativeStatistics_h -- GitLab