'Parameter Estimation in GEV Distribution

gev.fit(xdat=x, ydat=covar, mul=c(1,2), sigl=c(1,2)) Error in solve.default(x$hessian) : system is computationally singular: reciprocal condition number = 1.11255e-26 how can i resolve this error due to reciprocal condition number

r


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source