pyhgf.model.insert_nodes# pyhgf.model.insert_nodes(network, n_nodes, node_type, node_parameters, value_parents=(None, None), volatility_parents=(None, None), value_children=(None, None), volatility_children=(None, None), coupling_fn=(None,))[source]# Insert a set of parametrised node in a network. Parameters: network (Network) n_nodes (int) node_type (int) node_parameters (dict) value_parents (tuple) volatility_parents (tuple) value_children (tuple) volatility_children (tuple) coupling_fn (tuple[Optional[Callable], ...]) Return type: Network