Skip to main content

Python Representational Similarity Analysis (RSA)

Project description

Representational Similarity Analysis 3.0

Documentation Status PyPI version Codacy Badge CodeFactor codecov

Conceived during the RSA retreat 2019 in Blue Mountains, this version replaces the 2013 version of pyrsa previously at ilogue/pyrsa.

Documentation

Getting Started

The easiest way to install pyrsa is with pip:

pip install rsa3

here is a simple code sample:

import numpy, pyrsa
data = pyrsa.data.Dataset(numpy.random.rand(10, 5))
rdms = pyrsa.rdm.calc_rdm(data)
pyrsa.vis.show_rdm(rdms)

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

rsa3-3.0.0.post20201106.tar.gz (73.8 kB view hashes)

Uploaded Source

Built Distribution

rsa3-3.0.0.post20201106-py3-none-any.whl (91.7 kB view hashes)

Uploaded Python 3

Supported by

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