Skip to content
Snippets Groups Projects
Commit 62cba567 authored by Philippe Pébay's avatar Philippe Pébay
Browse files

Updated documentation on order statistics

Change-Id: Ib7c95510fbe6beb7b44c6c2db51b74d4090abea9
parent f286fa41
No related branches found
No related tags found
No related merge requests found
......@@ -29,10 +29,13 @@ PURPOSE. See the above copyright notice for more information.
// * Assess: given an input data set and a set of q-quantiles, label each datum
// either with the quantile interval to which it belongs, or 0 if it is smaller
// than smaller quantile, or q if it is larger than largest quantile.
// * Test: calculate Kolmogorov-Smirnov goodness-of-fit statistic between CDF based on
// model quantiles, and empirical CDF
//
// .SECTION Thanks
// Thanks to Philippe Pebay and David Thompson from Sandia National Laboratories
// for implementing this class.
// Updated by Philippe Pebay, Kitware SAS 2012
#ifndef __vtkOrderStatistics_h
#define __vtkOrderStatistics_h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment