Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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-No

Most 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)