Package: btb 0.2.2

Solène Colin

btb: Beyond the Border - Kernel Density Estimation for Urban Geography

The kernelSmoothing() function allows you to square and smooth geolocated data. It calculates a classical kernel smoothing (conservative) or a geographically weighted median. There are four major call modes of the function. The first call mode is kernelSmoothing(obs, epsg, cellsize, bandwidth) for a classical kernel smoothing and automatic grid. The second call mode is kernelSmoothing(obs, epsg, cellsize, bandwidth, quantiles) for a geographically weighted median and automatic grid. The third call mode is kernelSmoothing(obs, epsg, cellsize, bandwidth, centroids) for a classical kernel smoothing and user grid. The fourth call mode is kernelSmoothing(obs, epsg, cellsize, bandwidth, quantiles, centroids) for a geographically weighted median and user grid. Geographically weighted summary statistics : a framework for localised exploratory data analysis, C.Brunsdon & al., in Computers, Environment and Urban Systems C.Brunsdon & al. (2002) <doi:10.1016/S0198-9715(01)00009-6>, Statistical Analysis of Spatial and Spatio-Temporal Point Patterns, Third Edition, Diggle, pp. 83-86, (2003) <doi:10.1080/13658816.2014.937718>.

Authors:Arlindo Dos Santos [aut], François Sémécurbe [aut], Julien Pramil [aut], Solène Colin [cre, ctb], Kim Antunez [ctb], Auriane Renaud [ctb], Farida Marouchi [ctb], Joachim Timotéo [ctb], Institut national de la statistique et des études économiques [cph]

btb_0.2.2.tar.gz
btb_0.2.2.zip(r-4.7)btb_0.2.2.zip(r-4.6)btb_0.2.2.zip(r-4.5)
btb_0.2.2.tgz(r-4.6-x86_64)btb_0.2.2.tgz(r-4.6-arm64)btb_0.2.2.tgz(r-4.5-x86_64)btb_0.2.2.tgz(r-4.5-arm64)
btb_0.2.2.tar.gz(r-4.7-arm64)btb_0.2.2.tar.gz(r-4.7-x86_64)btb_0.2.2.tar.gz(r-4.6-arm64)btb_0.2.2.tar.gz(r-4.6-x86_64)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
btb/json (API)

# Install 'btb' in R:
install.packages('btb', repos = c('https://inseefr.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/inseefr/btb/issues

Pkgdown/docs site:https://inseefr.github.io

Uses libs:
  • c++– GNU Standard C++ Library v3
Datasets:

On CRAN:

Conda:

statistical-packagecpp

6.66 score 18 stars 16 scripts 392 downloads 7 exports 32 dependencies

Last updated from:a07ae3c6d9. Checks:12 OK, 1 FAIL. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK236
linux-devel-x86_64OK209
source / vignettesOK278
linux-release-arm64OK206
linux-release-x86_64OK190
macos-release-arm64OK125
macos-release-x86_64OK204
macos-oldrel-arm64OK134
macos-oldrel-x86_64OK361
windows-develOK174
windows-releaseOK175
windows-oldrelOK179
wasm-releaseFAIL140

Exports:%>%btb_add_centroidsbtb_add_inspirebtb_ptsToGridbtb_smoothdfToGridkernelSmoothing

Dependencies:BHclassclassIntcliDBIdplyre1071genericsglueKernSmoothlifecyclemagrittrmaplegendmapsfMASSpillarpkgconfigproxyR6RcppRcppArmadilloRcppParallelrlangs2sftibbletidyselectunitsutf8vctrswithrwk

Smoothed logo created with btb !

Last update: 2026-01-15
Started: 2022-10-22

Spatial smoothing with btb R package
Install btb | Perform spatial smoothing | Warning with personal data | Smoothing gas station prices | The data | Optional step : from points to aggregate grids | First smoothing : the density of gas stations | Smoothing means : gas mean price | Quantile smoothing : smooth the distribution of gas prices | The iNeighbor parameter | Inspire naming | References : | Some interesting use cases

Last update: 2025-03-13
Started: 2022-10-20