Simple statistics (mean, variance) on vectors. More...
Go to the source code of this file.
Classes | |
class | mbl_stats_nd |
Simple statistics (mean, variance) on vectors. More... | |
Functions | |
void | vsl_b_write (vsl_b_ostream &bfs, const mbl_stats_nd &b) |
Binary file stream output operator for class reference. | |
void | vsl_b_read (vsl_b_istream &bfs, mbl_stats_nd &b) |
Binary file stream input operator for class reference. | |
vcl_ostream & | operator<< (vcl_ostream &os, const mbl_stats_nd &stats) |
Stream output operator for class reference. | |
void | vsl_print_summary (vcl_ostream &os, const mbl_stats_nd &stats) |
Stream output operator for class reference. |
Simple statistics (mean, variance) on vectors.
Definition in file mbl_stats_nd.h.
vcl_ostream& operator<< | ( | vcl_ostream & | os, |
const mbl_stats_nd & | stats | ||
) |
Stream output operator for class reference.
Definition at line 171 of file mbl_stats_nd.cxx.
void vsl_b_read | ( | vsl_b_istream & | bfs, |
mbl_stats_nd & | b | ||
) |
Binary file stream input operator for class reference.
Definition at line 198 of file mbl_stats_nd.cxx.
void vsl_b_write | ( | vsl_b_ostream & | bfs, |
const mbl_stats_nd & | b | ||
) |
Binary file stream output operator for class reference.
Definition at line 192 of file mbl_stats_nd.cxx.
void vsl_print_summary | ( | vcl_ostream & | os, |
const mbl_stats_nd & | stats | ||
) |
Stream output operator for class reference.
Definition at line 178 of file mbl_stats_nd.cxx.