Description Usage Arguments Details Value Examples
View source: R/GenerateLsmooth.R
Generate a model with structure described below.
1 2 |
p |
the dimension of |
band |
Number of subdiagonals |
case |
admits for possible case a,b,c, and d discribed in Dallakyan and Pourahmadi(2019) |
seed |
|
scale |
scales the subdiagonal by given constant to avoid large values. |
... |
|
stand |
logical, If TRUE the diagonals of lower triangular matrix |
By default diagonal elements of L
is of the form log((1:p)/10+2.
Returns Standard Cholesky factor L
and modified Cholesky Factor T
.
1 | generateL(p = 10, band = 4, case = "c")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.