SC19057/package: A final work for 'Statistical Computing' course

Two R functions and a cpp function are involved in the package. One R function is used to compute the k-nearest neighbor density estimation and the other R function is used to test indenpence under kernel density estimation and bootstap method. The cpp function is a random walk Metropolis sampler for generating the standard Laplace distribution. Besides, to use these functions, make sure you've installed R_package "FNN" and "kedd".

Getting started

Package details

AuthorLiu Haijiao
MaintainerLiu Haijiao <hjliuu@mail.ustc.edu.cn>
LicenseGPL (>= 2)
Version1.0
URL http://github.com/SC19057/Rpackage
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("SC19057/package")
SC19057/package documentation built on Jan. 3, 2020, 12:10 a.m.