53 if (std::abs(
prevT - T) < 0.0001f) {
62 float n = (t - const_time) / time_per_point;
67 std::random_device rd{};
68 std::mt19937 gen{ rd() };
69 std::normal_distribution<> d{ 100, 50 };
70 float rv = std::round(std::abs(d(gen)));
72 N = rv <
N ?
N - rv :
N;
size_t next(float T, float t)
Computes size of the next batch.
void process_measurement(size_t n, float t)
std::tuple< float, float > get_estimate()