Quail is a Python package that facilitates analyses of behavioral data from memory experiments. (The current focus is on free recall experiments.) Key features include:
- Serial position curves (probability of recalling items presented at each presentation position)
- Probability of Nth recall curves (probability of recalling items at each presentation position as the Nth recall in the recall sequence)
- Lag-Conditional Response Probability curves (probability of transitioning between items in the recall sequence, as a function of their relative presentation positions)
- Clustering metrics (e.g. single-number summaries of how often participants transition from recalling a word to another related word, where "related" can be user-defined.)
- Many nice plotting functions
- Convenience functions for loading in data
- Automatically parse speech data (audio files) using wrappers for the Google Cloud Speech to Text API
The intended user of this toolbox is a memory researcher who seeks an easy way to analyze and visualize data from free recall psychology experiments.
Raw data
{
"_id": null,
"home_page": "https://github.com/ContextLab/quail",
"name": "quail",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "Contextual Dynamics Lab",
"author_email": "contextualdynamics@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/c7/d3/3cac5488748e5319c5970b25f96faad8f5e074973830615afd3f06e31548/quail-0.2.2.tar.gz",
"platform": null,
"description": "Quail is a Python package that facilitates analyses of behavioral data from memory experiments. (The current focus is on free recall experiments.) Key features include:\n\n- Serial position curves (probability of recalling items presented at each presentation position)\n- Probability of Nth recall curves (probability of recalling items at each presentation position as the Nth recall in the recall sequence)\n- Lag-Conditional Response Probability curves (probability of transitioning between items in the recall sequence, as a function of their relative presentation positions)\n- Clustering metrics (e.g. single-number summaries of how often participants transition from recalling a word to another related word, where \"related\" can be user-defined.)\n- Many nice plotting functions\n- Convenience functions for loading in data\n- Automatically parse speech data (audio files) using wrappers for the Google Cloud Speech to Text API\n\nThe intended user of this toolbox is a memory researcher who seeks an easy way to analyze and visualize data from free recall psychology experiments.\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A python toolbox for analyzing and plotting free recall data",
"version": "0.2.2",
"project_urls": {
"Homepage": "https://github.com/ContextLab/quail"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "373f5ea5c08170fa8ea830568a8229098d311f225f6f05c6627413094d451b33",
"md5": "73173ba025537ff1e80cc96e080ac214",
"sha256": "39161c4e9bb7f502517605d4bc76bba30883c42015542f01d29878dbbde5f341"
},
"downloads": -1,
"filename": "quail-0.2.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "73173ba025537ff1e80cc96e080ac214",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 1670629,
"upload_time": "2023-11-08T17:46:39",
"upload_time_iso_8601": "2023-11-08T17:46:39.850566Z",
"url": "https://files.pythonhosted.org/packages/37/3f/5ea5c08170fa8ea830568a8229098d311f225f6f05c6627413094d451b33/quail-0.2.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c7d33cac5488748e5319c5970b25f96faad8f5e074973830615afd3f06e31548",
"md5": "23891df470023fe7f1f6b9235e5489d4",
"sha256": "81ecec71d4f167089b3ddb8638eca4a3d0da78c86c3f0ad25ba0ed6c573d8f3c"
},
"downloads": -1,
"filename": "quail-0.2.2.tar.gz",
"has_sig": false,
"md5_digest": "23891df470023fe7f1f6b9235e5489d4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 1598389,
"upload_time": "2023-11-08T17:46:44",
"upload_time_iso_8601": "2023-11-08T17:46:44.637517Z",
"url": "https://files.pythonhosted.org/packages/c7/d3/3cac5488748e5319c5970b25f96faad8f5e074973830615afd3f06e31548/quail-0.2.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-11-08 17:46:44",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ContextLab",
"github_project": "quail",
"travis_ci": true,
"coveralls": false,
"github_actions": false,
"requirements": [],
"lcname": "quail"
}