Skip to content
Prev 397617 / 398500 Next

Problem with minimization that I failed to understand

?s 19:36 de 27/03/2025, Daniel Lobo escreveu:
Hello

The code in answer has Kendall::Kendall when it should be
-Kendall::Kendall.

Apparently I removed the minus sign when I reformated the function code.
But without the minus sign I get


q1$value
#> [1] -0.1632184
Fn(q1$par)
#> [1] -0.1632184
Fn(q1$par) < Fn(StartingValue)
#> [1] TRUE


Is there a sign error somewhere?

Hope this helps,

Rui Barradas