Variables
contrib/mul/pdf1d/pdf1d_compare_to_pdf_bhat.cxx File Reference

Test if data from a given distribution using Bhattacharyya overlap. More...

#include "pdf1d_compare_to_pdf_bhat.h"
#include <vcl_string.h>
#include <pdf1d/pdf1d_gaussian.h>
#include <pdf1d/pdf1d_gaussian_kernel_pdf_builder.h>
#include <pdf1d/pdf1d_calc_mean_var.h>
#include <pdf1d/pdf1d_bhat_overlap.h>
#include <pdf1d/pdf1d_sampler.h>
#include <pdf1d/pdf1d_resample.h>

Go to the source code of this file.

Variables

bool use_integration_for_gaussian = true
 When true, if model_pdf is gaussian, use integration over the gaussian ([-3,3]sd) to estimate overlap, rather than resampling from data distribution.

Detailed Description

Test if data from a given distribution using Bhattacharyya overlap.

Author:
Tim Cootes

Definition in file pdf1d_compare_to_pdf_bhat.cxx.


Variable Documentation

When true, if model_pdf is gaussian, use integration over the gaussian ([-3,3]sd) to estimate overlap, rather than resampling from data distribution.

Definition at line 22 of file pdf1d_compare_to_pdf_bhat.cxx.