The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
The R package for Simulation with Kernel Density Estimation
https://cran.r-project.org/package=simukde
## 1-dimensional data
data(faithful)
hist(faithful$eruptions)
<- simukde::simulate_kde(x = faithful$eruptions, n = 1000)
res hist(res$random.values)
## Simulation with the best fitting instrumental distribution
data(faithful)
par(mfrow = c(1, 3))
hist(faithful$eruptions)
<- simukde::find_best_fit(x = faithful$eruptions, positive = TRUE)
fit <- simukde::simulate_kde(
res x = faithful$eruptions, n = 1000,
distr = fit$distribution, parallel = FALSE
)hist(res$random.values)
par(mfrow = c(1, 1))
## 2-dimensional data
data(faithful)
<- simukde::simulate_kde(x = faithful, n = 100)
res plot(res$kde, display = "filled.contour")
points(x = res$random.values, cex = 0.25, pch = 16, col = "green")
points(x = faithful, cex = 0.25, pch = 16, col = "black")
From CRAN
install.packages("simukde")
From the repository on GitHub
install.packages("devtools")
::install_github("galaamn/simukde") devtools
MAKHGAL Ganbold and BAYARBAATAR Amgalan, National University of Mongolia ## Copyright
© 2018 Makhgal Ganbold and BAYARBAATAR Amgalan
Funding: This package has been done within the framework of the project Statistics and Optimization Based Methods for Identification of Cancer-Activated Biological Processes (P2017-2519) supported by the Asia Research Center, Mongolia and Korea Foundation for Advanced Studies, Korea.
The funders had no role in study design, analysis, decision to publish, or preparation of the package.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.