Description Usage Arguments Details Value
View source: R/penaltymatrixsetup.R
Creates the penalty matrix.
1 2 3 4 5 6 | penaltymatrixsetup(
lambda,
zero.diagonal.penalty = TRUE,
l,
basisdistancematrix = NULL
)
|
lambda |
Scalar or matrix. |
zero.diagonal.penalty |
Zero penalty along the diagonals of precision. Default: TRUE. |
l |
Number of basis functions. |
basisdistancematrix |
The distance between LatticeKrig basis centers. Default: NULL. |
Returns a penalty matrix.
Penalty matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.