Description Usage Arguments Value Examples
Experimental setting of the chapter BFEM
1 |
n |
Number of observations |
which |
Type of simulation, either:
|
... |
Additional param controlling the simulation
|
A list with slots
Y - The simulated data.
cls - The true clustering.
1 2 3 4 5 6 7 8 9 10 11 12 13 | n = 300
# Chang's 1983 setting
simu = simu_bfem(n = n, which = "Chang1983")
# Section 4.2 setting
p = 25
noise = 1
simu = simu_bfem(n, which = "section4.2", p = p, noise = noise)
# Section4.3 setting
snr = 3 # noise variance is 2 times smaller than that of the signal.
simu = simu_bfem(n, which = "section4.3", snr = 10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.