api
blog
github
login / sign up
ClojureDocs
(beta)
incanter
Namespaces
incanter
bayes
censored
charts
core
datasets
distributions
excel
infix
internal
io
latex
main
mongodb
optimize
pdf
processing
som
stats
symbolic
doc
source
examples
comments
1.2.3-SNAPSHOT
1.2.3-SNAPSHOT permalink
within
incanter.stats
(within z x y)
y is within z of x in metric space.
© incanter See
http://incanter.org
for copyright and license details.
0
Examples
top
Log in to add / edit an example.
See Also
top
Log in to add a see also.
Source
incanter/stats.clj:2611
top
(defn within " y is within z of x in metric space. " [z x y] (< (abs (- x y)) z))
© incanter See
http://incanter.org
for copyright and license details.
Vars in
incanter.stats/
within:
-
<
defn
Used in 0 other vars
Comments
top
No comments for
within
. Log in to add a comment.
Comments top
No comments for within. Log in to add a comment.