Skip to content

Commit

Permalink
Update preferred citation.
Browse files Browse the repository at this point in the history
  • Loading branch information
vnmabus committed Feb 3, 2023
1 parent eaf791a commit 068a20b
Showing 1 changed file with 36 additions and 1 deletion.
37 changes: 36 additions & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,39 @@ identifiers:
value: 10.5281/zenodo.3779356
- description: "This is the archived snapshot of version 0.5 of dcor"
type: doi
value: 10.5281/zenodo.3996697
value: 10.5281/zenodo.3996697
preferred-citation:
type: article
title: "dcor: Distance correlation and energy statistics in Python"
authors:
- family-names: "Ramos-Carreño"
given-names: "Carlos"
orcid: "https://orcid.org/0000-0003-2566-7058"
affiliation: "Universidad Autónoma de Madrid"
email: vnmabus@gmail.com
- family-names: "Torrecilla"
given-names: "José L."
orcid: "https://orcid.org/0000-0003-3719-5190"
affiliation: "Universidad Autónoma de Madrid"
email: joseluis.torrecilla@uam.es
date-published: 2023-02-02
abstract: "This article presents dcor, an open-source Python package dedicated to distance correlation and other statistics related to energy distance. These energy statistics include distances between distributions and the associated tests for homogeneity and independence. Some of the most efficient algorithms for the estimation of these measures have been implemented relying on optimization techniques such as vectorization, compilation, and parallelization. The performance of these estimators is evaluated by comparison with alternative implementations in other packages. The package is also designed to be compatible with the packages conforming the scientific Python ecosystem. With that purpose in mind, dcor is an early adopter of the Python array API standard."
doi: 10.1016/j.softx.2023.101326
institution:
name: "Universidad Autónoma de Madrid"
issn: "2352-7110"
issue-date: "2023-05-01"
journal: "SoftwareX"
keywords:
- "Distance correlation"
- "Energy distance"
- "Energy statistics"
- "Hypothesis testing"
- "Python"
languages:
- en
license: CC-BY-4.0
publisher:
name: "Elsevier"
url: "https://www.sciencedirect.com/science/article/pii/S2352711023000225"
volume: 22

0 comments on commit 068a20b

Please sign in to comment.