File: Contents.m

package info (click to toggle)
psychtoolbox-3 3.0.19.14.dfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 86,796 kB
  • sloc: ansic: 176,245; cpp: 20,103; objc: 5,393; sh: 2,753; python: 1,397; php: 384; makefile: 193; java: 113
file content (31 lines) | stat: -rw-r--r-- 1,956 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
% Psychtoolbox:Psychometric.
%
% help Psychtoolbox % For an overview, triple-click me & hit enter.
%
%  AreaUnderROC         - Compute the area under a ROC function.
%  ComputeLogistic      - Compute value of logistic function.
%  ComputeNakaRushton   - Compute values of the Naka-Rushton function.
%  ComputeOptimalBeta   - Compute the optimal decision criterion for Normal.
%  ComputeWeibTAFC      - Compute Weibull for TAFC psychometric functions.
%  ComputeWeibYN        - Compute Weibull for Y/N psychometric functions.
%  DbToLog              - Convert between decibels and log units.
%  FindAlphaWeibTAFC    - Find the alpha parameter for TAFC experiments.
%  FindEpsWeibTAFC      - Find the epsilon parameter for TAFC experiments.
%  FindThreshWeibTAFC   - Find threshold from Weibull parameters for TAFC
%  FindThreshWeibYN     - Find threshold from Weibull parameters for YN
%  FitCumNormYN         - Fit comulative normal for YN experiments (uses optimization toolbox).
%  FitLogistic          - Fit a logistic function.
%  FitLogitYN           - Fit a logistic function for YN experiments.
%  FitNakaRushton       - Fit a Naka-Rushton function to data.
%  FitWeibAlphTAFC      - Fit Weibull with beta fixed, for TAFC (uses optimization toolbox).
%  FitWeibTAFC          - Fit Weibull for TAFC experiments (uses optimization toolbox).
%  FitWeibYN            - Fit Weibull for YN experiments (uses optimization toolbox).
%  GiveFeedback         - Give auditory feedback.
%  InvertLogistic       - Invert the logistic function.
%  LogToDB              - Convert from log units to decibels.
%  NormLikelyRatio      - Compute likelihood ratio for two Normal distributions.
%  NormLogLikelyRatio   - Comptue log likelihood ratio for two Normal distributions.
%  NormalROC            - Generate the ROC curve for a normal distribution.
%  SimWeibTAFCObs       - Simulate a Weibull observer.

% Copyright (c) 1996-2007 by David Brainard & Denis Pelli