A class for adjusting sample standard deviation values such that the probability of underestimation of the true std. More...
#include "bsta_sigma_normalizer.h"
#include <vcl_iostream.h>
#include <vnl/vnl_vector_fixed.h>
#include <vnl/vnl_gamma.h>
#include <vnl/vnl_least_squares_function.h>
#include <vnl/algo/vnl_levenberg_marquardt.h>
Go to the source code of this file.
Functions | |
void | vsl_b_write (vsl_b_ostream &, bsta_sigma_normalizer const &) |
Binary write boxm2_scene to stream. | |
void | vsl_b_write (vsl_b_ostream &, bsta_sigma_normalizer *const &) |
Binary write boxm2_scene pointer to stream. | |
void | vsl_b_write (vsl_b_ostream &, bsta_sigma_normalizer_sptr &) |
Binary write boxm2_scene smart pointer to stream. | |
void | vsl_b_write (vsl_b_ostream &, bsta_sigma_normalizer_sptr const &) |
Binary write boxm2_scene smart pointer to stream. | |
void | vsl_b_read (vsl_b_istream &, bsta_sigma_normalizer &) |
Binary load boxm scene from stream. | |
void | vsl_b_read (vsl_b_istream &, bsta_sigma_normalizer *) |
Binary load boxm scene pointer from stream. | |
void | vsl_b_read (vsl_b_istream &, bsta_sigma_normalizer_sptr &) |
Binary load boxm scene smart pointer from stream. | |
void | vsl_b_read (vsl_b_istream &, bsta_sigma_normalizer_sptr const &) |
Binary load boxm scene smart pointer from stream. |
A class for adjusting sample standard deviation values such that the probability of underestimation of the true std.
dev. is fixed.
Definition in file bsta_sigma_normalizer.cxx.
void vsl_b_read | ( | vsl_b_istream & | , |
bsta_sigma_normalizer & | |||
) |
Binary load boxm scene from stream.
Binary load boxm2_scene scene from stream.
Definition at line 113 of file bsta_sigma_normalizer.cxx.
void vsl_b_read | ( | vsl_b_istream & | , |
bsta_sigma_normalizer * | |||
) |
Binary load boxm scene pointer from stream.
Definition at line 115 of file bsta_sigma_normalizer.cxx.
void vsl_b_read | ( | vsl_b_istream & | , |
bsta_sigma_normalizer_sptr & | |||
) |
Binary load boxm scene smart pointer from stream.
Definition at line 117 of file bsta_sigma_normalizer.cxx.
void vsl_b_read | ( | vsl_b_istream & | , |
bsta_sigma_normalizer_sptr const & | |||
) |
Binary load boxm scene smart pointer from stream.
Definition at line 119 of file bsta_sigma_normalizer.cxx.
void vsl_b_write | ( | vsl_b_ostream & | , |
bsta_sigma_normalizer const & | |||
) |
Binary write boxm2_scene to stream.
Binary write bsta_sigma_normalizer to stream.
Definition at line 104 of file bsta_sigma_normalizer.cxx.
void vsl_b_write | ( | vsl_b_ostream & | , |
bsta_sigma_normalizer *const & | |||
) |
Binary write boxm2_scene pointer to stream.
Definition at line 106 of file bsta_sigma_normalizer.cxx.
void vsl_b_write | ( | vsl_b_ostream & | , |
bsta_sigma_normalizer_sptr & | |||
) |
Binary write boxm2_scene smart pointer to stream.
Definition at line 108 of file bsta_sigma_normalizer.cxx.
void vsl_b_write | ( | vsl_b_ostream & | , |
bsta_sigma_normalizer_sptr const & | |||
) |
Binary write boxm2_scene smart pointer to stream.
Definition at line 110 of file bsta_sigma_normalizer.cxx.