DavidHofmeyr / FKSUM

Fast Kernel Smoothing in R

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Fast Kernel Smoothing in R

License:GNU General Public License v3.0


Languages

Language:C++ 56.3%Language:R 43.7%