View source: R/asymptotic_confseq.R
std_conjmix_margin | R Documentation |
Conjugate mixture standard (unit-variance) margin
std_conjmix_margin(t, rho2, alpha = 0.05)
t |
The times at which to product the margin (a positive integer vector). |
rho2 |
The tuning parameter (a positive real). |
alpha |
The significance level (a (0, 1)-valued real). |
The standard conjugate mixture margins (a real vector).
t <- 10:10000
rho2 <- 0.1
margin <- std_conjmix_margin(t, rho2)
ggplot2::ggplot() + ggplot2::geom_line(ggplot2::aes(t, margin))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.