Test ngme function for different models
test_ngme(
model,
n_obs_per_rep,
n_replicate = 1,
control_opt = NULL,
numer_grad = TRUE,
f_noise = noise_nig(mu = -2, sigma = 1.5, nu = 0.5),
n_gibbs_samples = 5,
family = "normal",
max.n = 1000,
debug = FALSE,
debug_f = FALSE,
start = NULL,
fix_theta_K = FALSE,
fix_theta_mu = FALSE,
fix_theta_sigma = FALSE,
fix_theta_nu = FALSE,
seed = Sys.time()
)
model name
number of observation per replicate
number of replicate
control options for optimization, see control_opt
numerical gradient
noise function
number of gibbs samples
family of noise
maximum number for building mesh
debug mode
debug mode for latent process
start value for optimization
fix theta_K
fix theta_mu
fix theta_sigma
fix nu
seed