gen_params_evidence {graphicalEvidence}R Documentation

Generate Test Parameters

Description

Generates predetermined parameters for testing the functionality of the graphical evidence method

Usage

gen_params_evidence(prior_name = c("Wishart", "BGL", "GHS", "G_Wishart"))

Arguments

prior_name

The name of the prior for being tested with preexisting test parameters, this is one of 'Wishart', 'BGL', 'GHS', 'G_Wishart'

Value

A list of matrices representing test parameters dependent on the prior specified in prior_name

Examples

# Generate test parameter matrices for G-Wishart prior 
gen_params_evidence('G_Wishart')

[Package graphicalEvidence version 1.0 Index]