/usr/share/psychtoolbox-3/Psychometric/Contents.m is in psychtoolbox-3-common 3.0.9+svn2579.dfsg1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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
|