https://github.com/arkajyotisaha/brisc

Bootstrap for Rapid Inference on Spatial Covariances

https://github.com/arkajyotisaha/brisc

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 3 DOI reference(s) in README
  • Academic publication links
  • Committers with academic emails
    1 of 2 committers (50.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.7%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

Bootstrap for Rapid Inference on Spatial Covariances

Basic Info
  • Host: GitHub
  • Owner: ArkajyotiSaha
  • Language: C
  • Default Branch: master
  • Size: 520 KB
Statistics
  • Stars: 7
  • Watchers: 2
  • Forks: 3
  • Open Issues: 1
  • Releases: 0
Created over 8 years ago · Last pushed over 5 years ago
Metadata Files
Readme

README.md

BRISC

Overview

Bootstrap for Rapid Inference on Spatial Covariances: Provides parameter estimates and bootstrap based confidence intervals for all parameters in a Gaussian Process based spatial regression model.

Installation

In order to download the package, please run the following command in R:

{r } if (!require("devtools")) install.packages("devtools") devtools::install_github("ArkajyotiSaha/BRISC")

Function description

For help on the functions in Brisc please use the following: ```{r } ?BRISC_estimation #(for estimation)

?BRISC_bootstrap #(for bootstrap)

?BRISC_prediction #(for prediction) ```

Note

The code of package "liblbfgs (Naoaki Okazaki)" are also available here for user convenience. Some code snippets are borrowed from R package "spNNGP (Andrew Finley et al.)". The code for approximate MMD ordering is borrowed from https://github.com/joeguinness/gp_reorder after minor modifications. The code for configure.ac is borrowed from https://github.com/cran/ARTP2/blob/master/configure.ac with minor adaptations. The code for covariance models other than exponential model are in beta testing stage.

Citation

Please cite the following paper when you use BRISC

Saha, A., & Datta, A. (2018). BRISC: bootstrap for rapid inference on spatial covariances. Stat, e184, DOI: 10.1002/sta4.184.

References:

  1. Vecchia, A. V. (1988). Estimation and model identification for continuous spatial processes. Journal of the Royal Statistical Society. Series B (Methodological), 297-312.

  2. Datta, A., Banerjee, S., Finley, A. O., & Gelfand, A. E. (2016). Hierarchical nearest-neighbor Gaussian process models for large geostatistical datasets. Journal of the American Statistical Association, 111(514), 800-812.

  3. Guinness, J. (2018). Permutation and Grouping Methods for Sharpening Gaussian Process Approximations. Technometrics, DOI: 10.1080/00401706.2018.1437476.

  4. Saha, A., & Datta, A. (2018). BRISC: bootstrap for rapid inference on spatial covariances. Stat, e184, DOI: 10.1002/sta4.184.

Owner

  • Name: Arkajyoti Saha
  • Login: ArkajyotiSaha
  • Kind: user
  • Location: Baltimore, Maryland

GitHub Events

Total
  • Watch event: 1
Last Year
  • Watch event: 1

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 135
  • Total Committers: 2
  • Avg Commits per committer: 67.5
  • Development Distribution Score (DDS): 0.037
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Arkajyoti Saha a****3@g****m 130
abhirupdatta a****a@j****u 5
Committer Domains (Top 20 + Academic)
jhu.edu: 1

Issues and Pull Requests

Last synced: over 2 years ago

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

Packages

  • Total packages: 2
  • Total downloads:
    • cran 557 last-month
  • Total dependent packages: 1
    (may contain duplicates)
  • Total dependent repositories: 4
    (may contain duplicates)
  • Total versions: 10
  • Total maintainers: 1
cran.r-project.org: BRISC

Fast Inference for Large Spatial Datasets using BRISC

  • Versions: 9
  • Dependent Packages: 1
  • Dependent Repositories: 4
  • Downloads: 557 Last month
Rankings
Dependent repos count: 14.6%
Forks count: 17.1%
Dependent packages count: 18.1%
Average: 20.1%
Stargazers count: 23.6%
Downloads: 27.1%
Maintainers (1)
Last synced: 11 months ago
conda-forge.org: r-brisc
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 9.3%
Average: 43.2%
Dependent packages count: 52.4%
Forks count: 55.4%
Stargazers count: 55.8%
Last synced: 11 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.3.0 depends
  • RANN * depends
  • graphics * depends
  • matrixStats * depends
  • parallel * depends
  • pbapply * depends
  • rdist * depends
  • stats * depends