ark::time::detail::LinearRegressionResult
Defined in header “ark/time/time_estimator.hh”.
The result of a linear regression.
Variables
-
double initial_local_time_s= 0.0
The first local timestamp. -
double intercept= 0.0
Intercept result. -
double slope= 0.0
Slope result. -
double certainty= 0.0
Certainty, where 1 is the best and 0 is the worst.