search for: casigma

Displaying 1 result from an estimated 1 matches for "casigma".

Did you mean: asigma
2012 Apr 18
0
Numerical integration again
Hi all, Here is an integration function require(pracma) # for 'quadinf' myint=function(j) { quadinf(function(x) (1/(1+exp(-x)))^j*(1-1/(1+exp(-x)))^(k-j)*dnorm(x,mu,casigma),-Inf,Inf) } in any optimization routine. It works fine most of the time but failed with some particular sets of values, say one of the following: k=20 mu=-1.978295 casigma=0.008326927 > sapply(0:k,myint) Error in integrate(f, xa, xb, subdivisions = 512, rel.tol = tol) : the integral is prob...