ea_exp_4_DL | R Documentation |
Exact Algorithm with pi = exp(-(beta*(x-mean)^4)/2)
ea_exp_4_DL( N, input_samples, time, mean, beta, precondition, diffusion_estimator = "Poisson", beta_NB = 10, gamma_NB_n_points = 2 )
N |
number of samples |
input_samples |
input samples for the algorithm distributed according to pi = exp(-(beta*(x-mean)^4)/2) |
time |
time T for Exact Algorithm |
mean |
mean value |
beta |
real value |
precondition |
precondition value (i.e the covariance for the Langevin diffusion) |
diffusion_estimator |
choice of unbiased estimator for the Exact Algorithm between "Poisson" (default) for Poisson estimator and "NB" for Negative Binomial estimator |
beta_NB |
beta parameter for Negative Binomial estimator (default 10) |
gamma_NB_n_points |
number of points used in the trapezoidal estimation of the integral found in the mean of the negative binomial estimator (default is 2) |
end points of the Exact Algorithm which should also be distributed according to pi = exp(-(beta*(x-mean)^4)/2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.