Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sam81/detectiontheory.jl
Signal detection theory measures with Julia
https://github.com/sam81/detectiontheory.jl
julia perception psychology psychophysics signal-detection-theory
Last synced: 25 days ago
JSON representation
Signal detection theory measures with Julia
- Host: GitHub
- URL: https://github.com/sam81/detectiontheory.jl
- Owner: sam81
- License: gpl-3.0
- Created: 2015-03-20T13:27:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-07-18T12:47:11.000Z (over 2 years ago)
- Last Synced: 2024-10-09T06:58:51.539Z (30 days ago)
- Topics: julia, perception, psychology, psychophysics, signal-detection-theory
- Language: Julia
- Size: 337 KB
- Stars: 8
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
DetectionTheory.jl
==================[![Project Status: Unsupported – The project has reached a stable, usable state but the author(s) have ceased all work on it. A new maintainer may be desired.](https://www.repostatus.org/badges/latest/unsupported.svg)](https://www.repostatus.org/#unsupported)
[![Build Status](https://travis-ci.org/sam81/DetectionTheory.jl.svg?branch=master)](https://travis-ci.org/sam81/DetectionTheory.jl)
[![Coverage Status](https://coveralls.io/repos/github/sam81/DetectionTheory.jl/badge.svg?branch=master)](https://coveralls.io/github/sam81/DetectionTheory.jl?branch=master)`DetectionTheory.jl` is a [Julia](http://www.julialang.org) package to compute signal detection theory measures. It includes functions to compute _d'_ for the following tasks:
- ABX
- Multiple alternatives forced choice
- Odd-One-Out with 3 response alternatives (also known as oddity, or triangular method)
- Same-Different
- Yes-NoMost of the functions have been ported from the [psyphy](http://cran.r-project.org/web/packages/psyphy/index.html) R package.
Documentation is available [here](http://samcarcagno.altervista.org/DetectionTheory/index.html)