Return a series of weights which contribute to Asymptotic Normality

wts(n)

Arguments

n

a dummy variable

Value

a series of weights.

See also

Other Kazuki Koizumi: tokyo_and_prefs_plot()

Examples

library(parallel)
n<-30
alpha<-0.5
beta<-n/10
lambda<-alpha^(beta/n)
mcs <- unlist(mclapply(1:1000, wts, mc.cores=2))
#> Warning: all scheduled cores encountered errors in user code