| make_glm_family | R Documentation |
Returns a GLM family object for use with criterion = "KL-Optimality".
The family encodes the cumulant generating function and canonical link needed
to compute the Kullback-Leibler divergence between two distributions.
make_glm_family(name)
name |
character; one of |
A named list with elements b, b_prime, b_dbl,
link, link_inv and name.
make_glm_family("Poisson")
make_glm_family("Normal")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.