Nothing
test_that("ARMApolyroots works", {
set.seed(44322)
inv_roots <- .sample_inv_roots(2)
ar_coef <- list(ar = Re(.roots2coef(inv_roots)))
res <- 1 / ARMApolyroots(ar_coef)
expect_equal(Re(res[order(Re(res))]), Re(inv_roots[order(Re(inv_roots))]))
expect_equal(Im(res[order(Im(res))]), Im(inv_roots[order(Im(inv_roots))]))
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.