Description Usage Arguments Value References See Also
View source: R/fleish_Hessian.R
This function gives the second-order conditions necessary to verify that a kurtosis is a global minimum. A kurtosis solution from
fleish_skurt_check
is a global minimum if and only if the determinant of the bordered Hessian, H, is
less than zero (see Headrick & Sawilowsky, 2002, doi: 10.3102/10769986025004417), where
|\bar{H}| = matrix(c(0, dg(c1, c3)/dc1, dg(c1, c3)/dc3,
dg(c1, c3)/dc1, d^2 F(c1, c3, λ)/dc1^2, d^2 F(c1, c3, λ)/(dc3 dc1),
dg(c1, c3)/dc3, d^2 F(c1, c3, λ)/(dc1 dc3), d^2 F(c1, c3, λ)/dc3^2), 3, 3, byrow = TRUE)
Here, F(c1, c3, λ) = f(c1, c3) + λ * [γ_{1} - g(c1, c3)] is the Fleishman Transformation Lagrangean expression
(see fleish_skurt_check
). Headrick & Sawilowsky (2002) gave equations for the second-order derivatives
d^2 F/dc1^2, d^2 F/dc3^2, and d^2 F/(dc1 dc3). These were verified and dg/dc1 and dg/dc3 were calculated
using D
(see deriv
). This function would not ordinarily be called by the user.
1 |
c |
a vector of constants c1, c3, lambda |
A list with components:
Hessian
the Hessian matrix H
H_det
the determinant of H
Please see references for fleish_skurt_check
.
fleish_skurt_check
, calc_lower_skurt
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.