#include <stats.hpp>
Definition at line 46 of file stats.hpp.
◆ add_point()
◆ coefficient()
| double gemmi::Correlation::coefficient |
( |
| ) |
const |
|
inline |
◆ x_variance()
| double gemmi::Correlation::x_variance |
( |
| ) |
const |
|
inline |
◆ y_variance()
| double gemmi::Correlation::y_variance |
( |
| ) |
const |
|
inline |
◆ covariance()
| double gemmi::Correlation::covariance |
( |
| ) |
const |
|
inline |
◆ mean_ratio()
| double gemmi::Correlation::mean_ratio |
( |
| ) |
const |
|
inline |
◆ slope()
| double gemmi::Correlation::slope |
( |
| ) |
const |
|
inline |
◆ intercept()
| double gemmi::Correlation::intercept |
( |
| ) |
const |
|
inline |
| int gemmi::Correlation::n = 0 |
◆ sum_xx
| double gemmi::Correlation::sum_xx = 0. |
◆ sum_yy
| double gemmi::Correlation::sum_yy = 0. |
◆ sum_xy
| double gemmi::Correlation::sum_xy = 0. |
◆ mean_x
| double gemmi::Correlation::mean_x = 0. |
◆ mean_y
| double gemmi::Correlation::mean_y = 0. |
The documentation for this struct was generated from the following file: