Skip to main content

Stats, linear algebra and einops for xarray

Project description

xarray-einstats

Documentation Status Run tests codecov PyPI Conda Version DOI

Stats, linear algebra and einops for xarray

Installation

To install, run

(.venv) $ pip install xarray-einstats

See the docs for more extensive install instructions.

Overview

As stated in their website:

xarray makes working with multi-dimensional labeled arrays simple, efficient and fun!

The code is often more verbose, but it is generally because it is clearer and thus less error prone and more intuitive. Here are some examples of such trade-off where we believe the increased clarity is worth the extra characters:

numpy xarray
a[2, 5] da.sel(drug="paracetamol", subject=5)
a.mean(axis=(0, 1)) da.mean(dim=("chain", "draw"))
a.reshape((-1, 10)) da.stack(sample=("chain", "draw"))
a.transpose(2, 0, 1) da.transpose("drug", "chain", "draw")

In some other cases however, using xarray can result in overly verbose code that often also becomes less clear. xarray_einstats provides wrappers around some numpy and scipy functions (mostly numpy.linalg and scipy.stats) and around einops with an api and features adapted to xarray. Continue at the getting started page.

Contributing

xarray-einstats is in active development and all types of contributions are welcome! See the contributing guide for details on how to contribute.

Relevant links

Similar projects

Here we list some similar projects we know of. Note that all of them are complementary and don't overlap:

Cite xarray-einstats

If you use this software, please cite it using the following template and the version specific DOI provided by Zenodo. Click on the badge to go to the Zenodo page and select the DOI corresponding to the version you used DOI

  • Oriol Abril-Pla. (2022). arviz-devs/xarray-einstats <version>. Zenodo. <version_doi>

or in bibtex format:

@software{xarray_einstats2022,
  author       = {Abril-Pla, Oriol},
  title        = {{xarray-einstats}},
  year         = 2022,
  url          = {https://github.com/arviz-devs/xarray-einstats}
  publisher    = {Zenodo},
  version      = {<version>},
  doi          = {<version_doi>},
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

xarray_einstats-0.11.0.tar.gz (34.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

xarray_einstats-0.11.0-py3-none-any.whl (39.8 kB view details)

Uploaded Python 3

File details

Details for the file xarray_einstats-0.11.0.tar.gz.

File metadata

  • Download URL: xarray_einstats-0.11.0.tar.gz
  • Upload date:
  • Size: 34.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for xarray_einstats-0.11.0.tar.gz
Algorithm Hash digest
SHA256 69f48a60f62151d40c49fd6d9a6dc0b970aecef2813a33209e4dcde897fca48b
MD5 9c363ae41427647b9a275c9cc549e34d
BLAKE2b-256 6f70adb14007ee636eadd2a404802f7bb340c6f123ea81cfca152ebd4b6e2660

See more details on using hashes here.

Provenance

The following attestation bundles were made for xarray_einstats-0.11.0.tar.gz:

Publisher: publish.yml on arviz-devs/xarray-einstats

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file xarray_einstats-0.11.0-py3-none-any.whl.

File metadata

File hashes

Hashes for xarray_einstats-0.11.0-py3-none-any.whl
Algorithm Hash digest
SHA256 9dc8372aeb5db233054ddde4e57cbbcd1eee6c2e1b6bbe85863881c09b4421b3
MD5 5af8c17ec51d08ef498edd91364cb410
BLAKE2b-256 307b34a9ce89f7a1e78423ca5a66492341c4f7daf6d0e9668af427fc2a7bc099

See more details on using hashes here.

Provenance

The following attestation bundles were made for xarray_einstats-0.11.0-py3-none-any.whl:

Publisher: publish.yml on arviz-devs/xarray-einstats

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page