Public Member Functions | |
Sample () | |
void | update (float z1, float z2) |
update the correlogram at this distance based on these two values. | |
bool | isValid () const |
float | rho () const |
find value of rho, computing it if needed. |
w2img::Correlogram::Sample::Sample | ( | ) |
bool w2img::Correlogram::Sample::isValid | ( | ) | const [inline] |
float w2img::Correlogram::Sample::rho | ( | ) | const [inline] |
find value of rho, computing it if needed.
Rho is the correlation estimated amongst all the sample pairs in this bin.
void w2img::Correlogram::Sample::update | ( | float | z1, | |
float | z2 | |||
) |
update the correlogram at this distance based on these two values.