Description Usage Arguments Author(s)
Perform backfitting starting at output of tgreedy
.
1 2 3 4 5 |
Y |
An array of numerics. The data. |
factor_list |
A list of matrices with the same number of
columns. These are the starting values for the backfitting
algorithm. The intended starting values are can be obtained
from |
sigma_est |
Either a vector of estimated precisions (when
|
maxiter_bf |
A positive integer. The maximum number of backfitting steps to perform. |
tol_bf |
A positive numeric. The stopping criterion for the backfitting algorithm. |
maxiter_vem |
A positive integer. The maximum number of steps in each VEM algorithm to perform at each iteration of the backfitting algorithm. |
var_type |
A string. What variance model should we assume?
Options are homoscedastic noise ( |
mixcompdist |
The mixing distribution to assume. Defaults to
normal. Options are those available in the |
alpha |
A non-negative numeric. The prior shape parameter for the variance. Defaults to zero. |
beta |
A non-negative numeric. The prior rate parameter for the variance. Defaults to zero. |
nullweight |
A numeric greater than or equal to 1. The penalty term on the probability of zero. |
known_factors |
A list of known factors for the modes
indicated in |
known_modes |
A vector of integers. The modes that are
known. Should be the same length as |
homo_modes |
A vector of integers. If |
tol_r1 |
A positive numeric. The tolerance for the rank 1 runs of tflash. |
David Gerard
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.