View source: R/get_structure_constants.R
get_structure_constants | R Documentation |
Finds constants necessary for internal calculations of integrals and
eventually the posteriori probability in log_posteriori_of_gips()
.
get_structure_constants(perm)
perm |
An object of a |
Uses Theorem 5 from references to calculate the constants.
Returns a list of 5 items:
r
, d
, k
, L
, dim_omega
- vectors of constants from
Theorem 1 from references
and the beginning of
section 3.1. from references.
Piotr Graczyk, Hideyuki Ishi, Bartosz Kołodziejek, Hélène Massam. "Model selection in the space of Gaussian models invariant by symmetry." The Annals of Statistics, 50(3) 1747-1774 June 2022. arXiv link; \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1214/22-AOS2174")}
calculate_gamma_function()
, log_posteriori_of_gips()
- The functions
that rely heavily on get_structure_constants()
.
perm <- gips_perm("(1)(2)(3)(4,5)", 5)
get_structure_constants(perm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.