Skip to content

Commit 274fcf7

Browse files
authored
Update README.md
1 parent 8860629 commit 274fcf7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## `btbpy`: Kernel Density Estimation for Urban Geography
1+
# `btbpy`: Kernel Density Estimation for Urban Geography
22

33
[![cibuild](https://github.com/InseeFrLab/btbpy/actions/workflows/cibuildwheels.yml/badge.svg)](https://github.com/InseeFrLab/btbpy/actions)
44
[![Documentation Status](https://readthedocs.org/projects/pybtb/badge/?version=latest)](https://pybtb.readthedocs.io/en/latest/?badge=latest)
@@ -9,7 +9,7 @@
99
Documentation website: https://pybtb.readthedocs.io/en/latest/
1010

1111

12-
### Contributions
12+
## Contributions
1313

1414
Developer and maintainer of `btbpy` package :
1515

@@ -24,11 +24,13 @@ Auriane Renaud [ctb],
2424
Farida Marouchi [ctb]
2525
Joachim Timoteo [ctb]
2626

27-
#### What do `btbpy` and `btb` do ?
27+
## What do `btbpy` and `btb` do ?
2828

2929
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 only two major call modes of the function. The smoothing with quantiles method is not available on the `btbpy` package.
3030
The first call mode is `kernelSmoothing(obs, epsg, cellsize, bandwith)` for a classical kernel smoothing and automatic grid.
3131
The second call mode is `kernelSmoothing(obs, epsg, cellsize, bandwith, centroids)` for a classical kernel smoothing and user grid.
32+
33+
## References
3234
3335
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>,
3436
Statistical Analysis of Spatial and Spatio-Temporal Point Patterns, Third Edition, Diggle, pp. 83-86, (2003) <doi:10.1080/13658816.2014.937718>.

0 commit comments

Comments
 (0)