Other packages > Find by keyword >

fastlpr  

Fast Local Polynomial Regression and Kernel Density Estimation
View on CRAN: Click here


Download and install fastlpr package within the R console
Install from CRAN:
install.packages("fastlpr")

Install from Github:
library("remotes")
install_github("cran/fastlpr")

Install by package version:
library("remotes")
install_version("fastlpr", "1.0.1")



Attach the package and use:
library("fastlpr")
Maintained by
Ying Wang
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2026-04-21
Latest Update: 2026-04-21
Description:
Non-Uniform Fast Fourier Transform ('NUFFT')-accelerated local polynomial regression and kernel density estimation for large, scattered, or complex-valued datasets. Provides automatic bandwidth selection via Generalized Cross-Validation (GCV) for regression and Likelihood Cross-Validation (LCV) for density estimation. This is the 'R' port of the 'fastLPR' 'MATLAB'/'Python' toolbox, achieving O(N + M log M) computational complexity through custom 'NUFFT' implementation with Gaussian gridding. Supports 1D/2D/3D data, complex-valued responses, heteroscedastic variance estimation, and confidence interval computation. Performance optimized with vectorized 'R' code and compiled helpers via 'Rcpp'/'RcppArmadillo'. Extends the 'FKreg' toolbox of Wang et al. (2022) <doi:10.48550/arXiv.2204.07716> with 'Python' and 'R' ports. Applied in Li et al. (2022) <doi:10.1016/j.neuroimage.2022.119190>. Uses 'NUFFT' methods based on Greengard and Lee (2004) <doi:10.1137/S003614450343200X>, binning-accelerated kernel estimation of Wand (1994) <doi:10.1080/10618600.1994.10474656>, and local polynomial regression framework of Fan and Gijbels (1996, ISBN:978-0412983214).
How to cite:
Ying Wang (2026). fastlpr: Fast Local Polynomial Regression and Kernel Density Estimation. R package version 1.0.1, https://cran.r-project.org/web/packages/fastlpr. Accessed 21 Aug. 2026.
Previous versions and publish date:
No previous versions
Other packages that cited fastlpr R package
View fastlpr citation profile
Other R packages that fastlpr depends, imports, suggests or enhances
Complete documentation for fastlpr
Functions, R codes and Examples using the fastlpr R package
Full fastlpr package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
potential  
Implementation of the Potential Model
Provides functions to compute the potential model as defined by Stewart (1941) ...
Download / Learn more Package Citations See dependency  
preputils  
Utilities for Preparation of Data Analysis
Miscellaneous small utilities are provided to mitigate issues with messy, inconsistent or high dimen ...
Download / Learn more Package Citations See dependency  
artfima  
ARTFIMA Model Estimation
Fit and simulate ARTFIMA. Theoretical autocovariance function and spectral density function for stat ...
Download / Learn more Package Citations See dependency  

28,332

R Packages

239,283

Dependencies

75,034

Author Associations

28,333

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA