Compute the autocorrelation of the Savin & Doyle (2005) localization error model with fBM increments (see 'Details').
fsd_acf(alpha, tau, sigma2, dt, N)
Subdiffusion exponent of the underlying fBM process. A scalar between 0 and 2.
The ratio between camera shutter open time and interobservation time dt
(see 'Details'). A scalar between 0 and 1.
The magnitude of the static error (see 'Details'). A positive scalar.
Interobservation time \(\Delta t\) = 1/fps (positive scalar).
Number of observations (positive integer).
A vector of N
autocorrelation values.
Let X_t
denote the position of an fBM process at time t
. The Savin-Doyle localization error model describes the observed position Y_n
at time t = n * dt
as
where eps_n ~iid N(0,1)
is a Gaussian white noise process.
This function returns the autocorrelation of the stationary process dY_n = Y_{n+1} - Y_n
.
Savin, T., and Doyle, P.S. "Static and dynamic errors in particle tracking microrheology." Biophysical Journal 88.1 (2005): 623-638.