get_true_param_aniso_sim {AIUQ} | R Documentation |
Transform parameters in aniso_simulation
class to parameters contained in MSD
function with structure theta
in get_MSD
. Prepare for
truth MSD construction.
get_true_param_aniso_sim(param_truth, model_name)
param_truth |
parameters used in |
model_name |
stochastic process used in |
A vector of parameters contained in MSD with structure theta
in
get_MSD
.
Yue He [aut], Xubo Liu [aut], Mengyang Gu [aut, cre]
library(AIUQ)
# Simulate simple diffusion for 100 images with 100 by 100 pixels and
# distance moved per time step is 0.5
aniso_sim_bm = aniso_simulation(sz=100,len_t=100,sigma_bm=c(0.5,0.1))
show(aniso_sim_bm)
get_true_param_aniso_sim(param_truth=aniso_sim_bm@param,model_name=aniso_sim_bm@model_name)