All Projects → egpivo → SpatPCA

egpivo / SpatPCA

Licence: other
R Package: Regularized Principal Component Analysis for Spatial Data

Programming Languages

r
7636 projects
C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to SpatPCA

geodaData
Data package for accessing GeoDa datasets using R
Stars: ✭ 15 (-6.25%)
Mutual labels:  spatial-data, r-package
models-by-example
By-hand code for models and algorithms. An update to the 'Miscellaneous-R-Code' repo.
Stars: ✭ 43 (+168.75%)
Mutual labels:  pca, splines
PLNmodels
A collection of Poisson lognormal models for multivariate count data analysis
Stars: ✭ 44 (+175%)
Mutual labels:  pca, r-package
Plnmodels
A collection of Poisson lognormal models for multivariate count data analysis
Stars: ✭ 31 (+93.75%)
Mutual labels:  pca, r-package
quickmapr
An R package for quickly mapping and navigating spatial data
Stars: ✭ 60 (+275%)
Mutual labels:  spatial-data, r-package
oai
OAI-PMH R client
Stars: ✭ 13 (-18.75%)
Mutual labels:  r-package
vioplot
Development version of vioplot R package (CRAN maintainer)
Stars: ✭ 25 (+56.25%)
Mutual labels:  r-package
EGRET
An R-package for the analysis of long-term changes in water quality and streamflow, including the water-quality method Weighted Regressions on Time, Discharge, and Season (WRTDS). http://usgs-r.github.io/EGRET/
Stars: ✭ 71 (+343.75%)
Mutual labels:  r-package
prospectr
R package: Misc. Functions for Processing and Sample Selection of Spectroscopic Data
Stars: ✭ 26 (+62.5%)
Mutual labels:  r-package
PerfSpect
system performance characterization tool based on linux perf
Stars: ✭ 45 (+181.25%)
Mutual labels:  pca
stellar
Search your github stars in R
Stars: ✭ 24 (+50%)
Mutual labels:  r-package
CovarianceEstimation.jl
Lightweight robust covariance estimation in Julia
Stars: ✭ 31 (+93.75%)
Mutual labels:  covariance-estimation
ropsec
㊙️ Operations security for R developers
Stars: ✭ 27 (+68.75%)
Mutual labels:  r-package
insurancerating
R-package for actuarial pricing
Stars: ✭ 40 (+150%)
Mutual labels:  r-package
dashmap.io
DashMap is an open source web platform that gathers, analyses and visualises urban data.
Stars: ✭ 36 (+125%)
Mutual labels:  spatial-data
s2
R bindings for Google's s2 library for geometry on the sphere
Stars: ✭ 29 (+81.25%)
Mutual labels:  spatial-data
data-science-learning
📊 All of courses, assignments, exercises, mini-projects and books that I've done so far in the process of learning by myself Machine Learning and Data Science.
Stars: ✭ 32 (+100%)
Mutual labels:  pca
rcheatsheet
⛔ ARCHIVED ⛔ A package to create cheatsheets
Stars: ✭ 33 (+106.25%)
Mutual labels:  r-package
ghrecipes
⛔ ARCHIVED ⛔ Provides some helper functions for using the GitHub V4 API
Stars: ✭ 28 (+75%)
Mutual labels:  r-package
finch
⚠️ ARCHIVED ⚠️ Read Darwin Core Archive files
Stars: ✭ 17 (+6.25%)
Mutual labels:  r-package

SpatPCA Package

R build status Coverage Status

Description

SpatPCA is an R package that facilitates regularized principal component analysis,

  • seeking the dominant patterns (eigenfunctions), which can be smooth and localized
  • computing spatial prediction (Kriging) at new locations
  • suitable for either regularly or irregularly spaced data, including 1D, 2D, and 3D
  • by the alternating direction method of multipliers (ADMM) algorithm

Installation

To get the current development version from GitHub:

devtools::install_github("egpivo/SpatPCA")

To compile C++ code with the package RcppArmadillo,

  • Windows users require Rtools
  • Mac users require Xcode Command Line Tools, and install the library gfortran by typing the following lines into terminal
brew update
brew install gcc

More details can be found here.

Usage

library(SpatPCA)
spatpca(position, realizations)
  • Input: realizations with the corresponding position
  • Output: return the most dominant eigenfunctions automatically.
  • More details can be referred to Demo

Author

Wen-Ting Wang and Hsin-Cheng Huang

Maintainer

Wen-Ting Wang

Reference

Wang, W.-T. and Huang, H.-C. (2017). Regularized principal component analysis for spatial data. Journal of Computational and Graphical Statistics, 26, 14-25.

License

GPL-3

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].