Closed asael697 closed 10 months ago
By default, the Epps test uses c(1,2) as initial values to run the quadratic optimization.
Change those values to be given by the user, and by default, choose the initial values to be random.
The amoebam algorithm is too unstable to aloud random initial values. They will stay as in Epps paper.
Fixed in PR feature/epps-computation
context
By default, the Epps test uses c(1,2) as initial values to run the quadratic optimization.
feature
Change those values to be given by the user, and by default, choose the initial values to be random.