File: Contents.m

package info (click to toggle)
psychtoolbox-3 3.0.14.20170103%2Bgit6-g605ff5c.dfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 103,044 kB
  • ctags: 69,483
  • sloc: ansic: 167,371; cpp: 11,232; objc: 4,708; sh: 1,875; python: 383; php: 344; makefile: 207; java: 113
file content (36 lines) | stat: -rwxr-xr-x 2,264 bytes parent folder | download | duplicates (4)
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
32
33
34
35
36
% 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.
%  CumNormYNFitFun      - Fit cumulative normal for TAFC experiments. 
%  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.
%  FitNakeRushton       - Fit a Naka-Rushton function to data.
%  FitNakaRushtonFun    - Error function for FitNakaRushton.
%  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.
%  WeibAlphTAFCFitFun   - Error function for FitWeibAlphTAFC.
%  WeibTAFCFitFun       - Error function for FitWeibTAFC.
%  WeibYNFitFun         - Error function for FitWeibYN.

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