A class for adjusting sample standard deviation values such that the probability of underestimation of the true std. More...
#include <vcl_vector.h>#include <vbl/vbl_ref_count.h>#include <vbl/vbl_smart_ptr.h>#include <vsl/vsl_binary_io.h>Go to the source code of this file.
Classes | |
| class | bsta_sigma_normalizer |
Typedefs | |
| typedef vbl_smart_ptr < bsta_sigma_normalizer > | bsta_sigma_normalizer_sptr |
Functions | |
| void | vsl_b_write (vsl_b_ostream &os, bsta_sigma_normalizer const &scene) |
| Binary write bsta_sigma_normalizer to stream. | |
| void | vsl_b_write (vsl_b_ostream &os, const bsta_sigma_normalizer *&p) |
| Binary write boxm2_scene pointer to stream. | |
| void | vsl_b_write (vsl_b_ostream &os, bsta_sigma_normalizer_sptr &sptr) |
| Binary write boxm2_scene smart pointer to stream. | |
| void | vsl_b_write (vsl_b_ostream &os, bsta_sigma_normalizer_sptr const &sptr) |
| Binary write boxm2_scene smart pointer to stream. | |
| void | vsl_b_read (vsl_b_istream &is, bsta_sigma_normalizer &scene) |
| Binary load boxm2_scene scene from stream. | |
| void | vsl_b_read (vsl_b_istream &is, bsta_sigma_normalizer *p) |
| Binary load boxm scene pointer from stream. | |
| void | vsl_b_read (vsl_b_istream &is, bsta_sigma_normalizer_sptr &sptr) |
| Binary load boxm scene smart pointer from stream. | |
| void | vsl_b_read (vsl_b_istream &is, bsta_sigma_normalizer_sptr const &sptr) |
| 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.
Modifications
Ozge C. Ozcanli - moved from boxm/util to bsta/algo
Definition in file bsta_sigma_normalizer.h.
Definition at line 42 of file bsta_sigma_normalizer.h.
| void vsl_b_read | ( | vsl_b_istream & | , |
| bsta_sigma_normalizer & | |||
| ) |
Binary load boxm2_scene scene from stream.
Definition at line 113 of file bsta_sigma_normalizer.cxx.
| void vsl_b_read | ( | vsl_b_istream & | is, |
| bsta_sigma_normalizer * | p | ||
| ) |
Binary load boxm scene pointer from stream.
Definition at line 115 of file bsta_sigma_normalizer.cxx.
| void vsl_b_read | ( | vsl_b_istream & | is, |
| bsta_sigma_normalizer_sptr & | 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 & | is, |
| bsta_sigma_normalizer_sptr const & | sptr | ||
| ) |
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 bsta_sigma_normalizer to stream.
Definition at line 104 of file bsta_sigma_normalizer.cxx.
| void vsl_b_write | ( | vsl_b_ostream & | os, |
| const bsta_sigma_normalizer *& | p | ||
| ) |
Binary write boxm2_scene pointer to stream.
Definition at line 106 of file bsta_sigma_normalizer.cxx.
| void vsl_b_write | ( | vsl_b_ostream & | os, |
| bsta_sigma_normalizer_sptr & | 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 & | os, |
| bsta_sigma_normalizer_sptr const & | sptr | ||
| ) |
Binary write boxm2_scene smart pointer to stream.
Definition at line 110 of file bsta_sigma_normalizer.cxx.
1.7.5.1