gps

General P-Splines

https://github.com/zheyuanli/gps

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 8 DOI reference(s) in README
  • Academic publication links
    Links to: arxiv.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.0%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

General P-Splines

Basic Info
  • Host: GitHub
  • Owner: ZheyuanLi
  • Language: R
  • Default Branch: main
  • Size: 729 KB
Statistics
  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 4 years ago · Last pushed about 3 years ago
Metadata Files
Readme

README.md

gps (version 1.1)

General P-Splines

General P-splines are non-uniform B-splines penalized by a general difference penalty, proposed by Li and Cao (2022). Constructible on arbitrary knots, they extend the standard P-splines of Eilers and Marx (1996). They are also related to the O-splines of O'Sullivan (1986) via a sandwich formula that links a general difference penalty to a derivative penalty. The package includes routines for setting up and handling difference and derivative penalties. It also fits P-splines and O-splines to (x, y) data (optionally weighted) for a grid of smoothing parameter values in the automatic search intervals of Li and Cao (2023). It aims to facilitate other packages to implement P-splines or O-splines as a smoothing tool in their model estimation framework.

Installation from CRAN

Version 1.1 will appear on CRAN sometime in May, 2023.

r install.packages("gps")

Installation from GitHub

```r

you may need to first install package 'remotes' from CRAN

remotes::install_github("ZheyuanLi/gps") ```

Vignette

R code for Li and Cao (2022) is at: https://github.com/ZheyuanLi/gps-vignettes/blob/main/gps1.pdf
R code for Li and Cao (2023) is at: https://github.com/ZheyuanLi/gps-vignettes/blob/main/gps2.pdf

Owner

  • Name: Zheyuan Li
  • Login: ZheyuanLi
  • Kind: user

GitHub Events

Total
Last Year

Committers

Last synced: almost 3 years ago

All Time
  • Total Commits: 17
  • Total Committers: 1
  • Avg Commits per committer: 17.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 15
  • Committers: 1
  • Avg Commits per committer: 15.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Zheyuan Li 4****i 17

Issues and Pull Requests

Last synced: over 2 years ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 3
  • Total maintainers: 1
cran.r-project.org: gps

General P-Splines

  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 1
Rankings
Dependent repos count: 24.1%
Average: 27.2%
Stargazers count: 27.9%
Forks count: 27.9%
Dependent packages count: 28.9%
Maintainers (1)
Last synced: over 2 years ago

Dependencies

DESCRIPTION cran
  • R >= 4.0.0 depends
  • Matrix * imports
  • grDevices * imports
  • graphics * imports
  • methods * imports
  • splines * imports
  • stats * imports