Description Usage Arguments Details Value Author(s) References See Also Examples
Find coefficients of the ideal quadratic decision boundary given the means and covariance of two categories.
1 |
means |
a list of vectors containing means of the two distributions. |
covs |
a list containing the covariance matrices of the two distributions. |
pnoise, cnoise |
numeric. Defaults set to 10, and 100, respectively. see ‘Details’ |
sphere |
logical. If TRUE, the returned decison bound forms a circle or sphere. |
The order of vectors in the list means and covs matters as the sign of coeffs and bias object in the output will be reversed.
The argument pnoise and cnoise is only for convenience; the supplied value is simply bypassed to the output for the subsequent use, i.e., as object of class gqcStruct.
object of class gqcStruct
Author of the original Matlab routine ‘quaddecisbnd’: Leola Alfonso-Reese
Author of R adaptation: Kazunaga Matsuki
Alfonso-Reese, L. A. (2006) General recognition theory of categorization: A MATLAB toolbox. Behavior Research Methods, 38, 579-583.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.