Description Usage Arguments Author(s) See Also
This is just a wrapper for using the bfa_gauss
from the bfa package. Default settings are used.
1 2 3 4 5 6 7 8 9 10 | bfa_wrapper(
Y21,
Y31,
Y32,
k,
nsamp = 10000,
burnin = round(nsamp/4),
keep = 20,
print_status = 500
)
|
Y21 |
Top left of matrix. |
Y31 |
Bottom left of matrix. |
Y32 |
Top right of matrix. |
k |
The rank of the mean matrix. |
nsamp |
A positive integer. The number of samples to draw. |
burnin |
A positive integer. The number of early samples to discard. |
keep |
A positive integer. We will same the updates of
|
print_status |
How often should bfa print updates? |
David Gerard
bfa_gauss
for the workhorse function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.