Elaboradar
0.1
radarelab
Statistic
clear
compute_dev_std
compute_intercept
compute_mean
compute_slope
compute_variance
◆
clear()
template<typename T >
radarelab::Statistic
< T >::clear
(
)
inline
Reset the
Statistic
object to a null state.
Definizione alla linea
112
del file
statistics.h
.
113
{
114
sum_x=0;
115
sum_y=0;
116
sum_xy=0;
117
sum_x2=0;
118
N=0;
119
mean=0.;
120
M2=0.;
121
}
Generato Mer 12 Apr 2023 00:00:00 per Elaboradar da
1.9.1