This commit is contained in:
Jim O'Regan 2015-07-20 17:41:15 +01:00
parent 37eeac2127
commit d87b5ddf90

View File

@ -1702,7 +1702,7 @@ inT16 N, FLOAT32 * CoVariance, FLOAT32 Independence) {
* a list of bucket data structures which have already been * a list of bucket data structures which have already been
* created so that it minimizes the computation time needed * created so that it minimizes the computation time needed
* to create a new bucket. * to create a new bucket.
* @param Clusterer which keeps a bucket_cache for us. * @param clusterer which keeps a bucket_cache for us.
* @param Distribution type of probability distribution to test for * @param Distribution type of probability distribution to test for
* @param SampleCount number of samples that are available * @param SampleCount number of samples that are available
* @param Confidence probability of a Type I error * @param Confidence probability of a Type I error