Skip to content

NagyStanislav/fllr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

fllr: Functional local linear regression

Frédéric Ferraty and Stanislav Nagy

R package fllr with an implementation of the functional local linear regression methods in the scalar-on-function regression model. Allows for local linear estimation of both the regression operator, and the functional derivative. To install the package fllr in Windows you need to have R Tools installed on your computer, see

https://cran.r-project.org/bin/windows/Rtools/

Then, download the latest version of the tar.gz file to the R working directory in your computer (see getwd() in R) and run

#!R


install.packages("fllr_0.0.3.tar.gz", repos = NULL, type="source")
library(fllr)
help(package=fllr)
help(fllr)

In case of questions contact

Stanislav Nagy

nagy@karlin.mff.cuni.cz

About

R package fllr: Local linear smoothing for functional data and related methods.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors