Model-free estimation of a psychometric function |
|
---|---|
Home | Downloads | Demonstration | Documentation | Examples | Functions | Contacts |
---|
binom_revweib
[b,K] = binom_revweib(r,m,x,p,initK,guessing,lapsing)
Maximum likelihood estimates of the parameters of the reverse Weibull model for the psychometric function.
Input:
r
: number of successes at pointsx
m
: number of trials at pointsx
x
: stimulus levels
Optional input:
p
: degree of the polynomial; default is1
initK
: initial value forK
(power parameter in reverse Weibull model); default is2
guessing
: guessing rate; default is 0
lapsing
: lapsing rate; default is 0Output:
b
: vector of estimated coefficients for the linear part
K
: estimate of the power parameter in the reverse Weibull model