View source: R/PulseWaveform.R
simplex.SortHighLow | R Documentation |
simplex.SortHighLow calculates the vertices (parameter sets) of a simplex with the highest, second highest and lowest ChiSq values (expressed as row numbers of the simplex matrix).
simplex.SortHighLow(vec_ChiSq)
vec_ChiSq |
a vector of goodness of fit (ChiSq) values corresponding to each row (/parameter set) of the simplex |
low,nHigh,high |
vector of the lowest, second highest, and highest ChiSq values in the simplex |
extrema <- simplex.SortHighLow(chiSq)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.