Model-free estimation of a psychometric function |
|
---|---|
Home | Downloads | Demonstration | Documentation | Examples | Functions | Contacts |
---|
revweibull_link
link = revweibull_link(K,guessing,lapsing)
Reverse Weibull link in cell form for use with
GLMFIT
,GLMVAL
and other Matlab GLM functions.The guessing rate and lapsing rate are fixed, and power parameter is set to be equal
K
, hencelink
is a function of only one variable.Input:
K
: power parameter for reverse Weibull link functionOptional input:
guessing
: guessing rate; default is 0
lapsing
: lapsing rate; default is 0Output:
link
: reverse Weibull link for use in all GLM functions; cell with 3 entries:
- revweibullkFL: link function
- revweibullkFD: derivative
- revweibullkFI: inverse link