edge_optimisation_function: More detailed edge fitting than mere cost_function.
Description
Returning the cost, an example edge solution of an optimal fit, and linear
relations describing the set of all edge solutions. Operating with the full
edge optimisation matrix, not the column reduced one.
Usage
edge_optimisation_function(data, concentration, matrix, graph, parameters = extract_graph_parameters(graph), iteration_multiplier = 3)
Arguments
concentration
The Cholesky decomposition of the inverted covariance matrix.
graph
The admixture graph.
parameters
In case one wants to tweak something in the graph.
Value
Given an input vector of admix variables, returns a list containing
the minimal error (cost
), the graph-$f4$ statistics
(approximation
), an example solution (edge_fit
), linear
relations describing all the solutions (homogeneous
) and one
way to choose the free (free_edges
) and bounded
(bounded_edges
) edge variables.