Description Usage Arguments Details Author(s)
Computing the new similarity measure between two univariate signals Y and X based on fuzzy logic .
1 | fbsm(Y, X)
|
Y |
input vector |
X |
input vector #' @examples data(dataFSMUMI) X <- dataFSMUMI[, 1] ; Y <- dataFSMUMI[, 2] fbsm(Y,X) |
This function returns the similarity measure of two vectors 0 <= fbsm <= 3. fbsm is close to 3 the two vectors are more similar. Both vectors Y and X must be of equal length, otherwise an error will be appreared. The input vectors do not contain NA.
Thi-Thu-Hong Phan, Andre Bigand, Emilie Poisson-Caillault
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.