View source: R/PulseWaveform.R
simplex.HypoCentre | R Documentation |
simplex.HypoCentre identifies the average vertex of the simplex when the apex (highest point / parameter set yielding worst goodness of fit) is excluded. This is referred to as the 'node' or 'hypocentre' and represents the point about which the worst vertex is reflected in order to generate a new and lower vertex.
simplex.HypoCentre(mat_Param, index)
mat_Param |
a simplex matrix |
index |
the row of the inputted matrix corresponding to the worst (poorest fit) parameter set |
result |
a vertex representing the mean of simplex vertices when the apex is excluded (equivalent to a triangle's base) |
node <- simplex.HypoCentre(result,high)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.