Base Accumulated Estimator
Base implementation containing common logic for all estimators.
Inheritors
Properties
Gets average time interval between measurements expressed in seconds (s). This is only available when estimation completes successfully and resultAvailable is true.
Gets average time interval between measurements. This is only available when estimation completes successfully and resultAvailable is true.
Gets amount of elapsed time to compute sensor noise, either if computation succeeds or not.
Gets amount of elapsed time to compute sensor noise estimation expressed in nanoseconds (ns), either if computation succeeds or not.
Gets maximum duration expressed in milliseconds to take into account before completion. This is only taken into account if using either StopMode.MAX_DURATION_ONLY or StopMode.MAX_SAMPLES_OR_DURATION.
Gets maximum number of samples to take into account before completion. This is only taken into account if using either StopMode.MAX_SAMPLES_ONLY or StopMode.MAX_SAMPLES_OR_DURATION.
Number of measurements that have been processed.
Indicates whether estimated average and time interval between measurements are available or not.
Indicates whether estimated result is unreliable or not.
Gets estimated standard deviation of time interval between measurements expressed in seconds (s). This is only available when estimation completes successfully and resultAvailable is true.
Gets estimated standard deviation of time interval between measurements. This is only available when estimation completes successfully and resultAvailable is true.
Gets estimated variance of time interval between measurements expressed in squared seconds (s^2). This is only available when estimation completes successfully and resultAvailable is true.
Functions
Gets average time interval between measurements. This is only available when estimation completes successfully and resultAvailable is true.
Gets amount of time elapsed, either if computation succeeds or not.
Gets estimated standard deviation of time interval between measurements. This is only available when estimation completes successfully and resultAvailable is true.