Displaying 1 result from an estimated 1 matches for "segmenat".
Did you mean:
segment
2001 Mar 14
0
segmentation fault of unknown cause (PR#877)
...Variate) %*% (dummy %*% data))
V <- data - CoVariate %*% m
quadratic <- (t(V) %*% cov.matrix %*% V)
res <- logdet + lc * log(quadratic)
print(as.vector(res), dig = 20)
return(res)
}
## if you outcomment the following `for'-loop
## the segmenatation fault vanishes, and optim returns
## "Error in optim(...: bad value"
for (W in 1:3) {
mlet <- MLEtarget(c(1,1))
}
## if the `for'-loop is active, the following line
## is not necessary as COUNTER has already the value 4
assign("COUNTER&quo...