Description Usage Arguments Details Value Note Author(s) References See Also Examples
View source: R/individ.R View source: R/mat_oper.R
Hessian of a function is symetric matrix, individ
function constract lower diagonal parts and store them in collumns of a matrix. Thus the only unique hessians will be given.
1 | individ(hessian)
|
hessian |
Three dimentional n \times p \times p array of hessian. |
It is used in curvature
function to compute the curvatures.
n \times (p*p+1) matrix of hessian values, constracted from the lower triangular of hessian.
It is created for internal use in curvature
function, it ight not be called by user explicitly.
Hossein Riazoshams, May 2014. Email: riazihosein@gmail.com URL http://www.riazoshams.com/nlr/
Bates, D.M., and Watts, D. G. (1980). Relative curvature measures of nonlinearity, J. R. statistic. Ser. B 42: 1-25.
1 2 | ## The function is currently defined as
"individ"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.