generate_random_graphical_Gamma {graphicalExtremes}R Documentation

Generate a random Gamma matrix for a given graph

Description

Generates a valid Gamma matrix with conditional independence structure specified by a graph

Usage

generate_random_graphical_Gamma(graph, ...)

Arguments

graph

An igraph::graph object

...

Further arguments passed to generate_random_spd_matrix()

See Also

Other example generation functions: generate_random_Gamma(), generate_random_chordal_graph(), generate_random_integer_Gamma(), generate_random_model(), generate_random_spd_matrix()


[Package graphicalExtremes version 0.3.2 Index]