View source: R/VariablePrecision.R
VariablePrecision | R Documentation |
Computes the variable precision
VariablePrecision(Variable)
Variable |
Numeric vector [1:n] or matrix [1:n, 1:d] |
MinAbsDiff, MinAbsNZDiff, MinExpo
Michael Thrun
data(Hepta)
distMat = VariablePrecision(as.matrix(iris[, 1]))
distMat = VariablePrecision(as.matrix(iris[, 1:4]))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.