Model-free estimation of a psychometric function |
|
---|---|
Home | Downloads | Demonstration | Documentation | Examples | Functions | Contacts |
---|
binom_weib
[b,K] = binom_weib(r,m,x,p,initK,guessing,lapsing)
Maximum likelihood estimates of the parameters of the 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 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 Weibull model