This function construct the lower and upper bound for 95% confidence interval of estimated parameters for the given model, including parameters contained in the intermediate scattering function and background noise. See 'References'.
param_uncertainty(
param_est,
I_q_cur,
B_cur = NA,
A_neg,
index_q,
I_o_q_2_ori,
q_ori_ring_loc_unique_index,
sz,
len_t,
d_input,
q,
model_name,
estimation_method = "asymptotic",
M,
num_iteration_max,
lower_bound,
msd_fn = NA,
msd_grad_fn = NA
)A matrix of lower and upper bound for natural logarithm of
parameters in the fitted model using AIUQ method in SAM class
a vector of natural logarithm of estimated parameters from
maximize the log likelihood. This vector will serve as initial values in the
optim function.
Fourier transformed intensity profile
current value of B. This parameter is determined by the noise in the system. See 'References'.
selected index of wave number
absolute square of Fourier transformed intensity profile, ensemble over time
index for wave vector that give unique frequency
frame size of the intensity profile
number of time steps
sequence of lag times
wave vector in unit of um^-1
model name for the fitted model, options from ('BM','OU', 'FBM',OU+FBM','user_defined')
method for constructing 95% confidence interval, default is asymptotic
number of particles
the maximum number of iterations in optim
lower bound for the "L-BFGS-B" method in optim
user defined MSD gradient structure, a function of
param and d_input
tools:::Rd_package_author("AIUQ")
Gu, M., He, Y., Liu, X., & Luo, Y. (2023). Ab initio uncertainty quantification in scattering analysis of microscopy. arXiv preprint arXiv:2309.02468.
Gu, M., Luo, Y., He, Y., Helgeson, M. E., & Valentine, M. T. (2021). Uncertainty quantification and estimation in differential dynamic microscopy. Physical Review E, 104(3), 034610.
Cerbino, R., & Trappe, V. (2008). Differential dynamic microscopy: probing wave vector dependent dynamics with a microscope. Physical review letters, 100(18), 188102.