/FKSUM

Fast Kernel Smoothing in R

Primary LanguageC++GNU General Public License v3.0GPL-3.0

FKSUM

Fast Kernel Smoothing in R

To install from within R console:

if(!"devtools"%in%installed.packages()) install.packages("devtools")

devtools::install_github("DavidHofmeyr/FKSUM")

library(FKSUM)

help(FKSUM)