R-sharp/docs/documents/math/diff_entropy.1

35 lines
668 B
Groff

.\" man page create by R# package system.
.TH MATH 2 2000-Jan "diff_entropy" "diff_entropy"
.SH NAME
diff_entropy \- measure similarity between two data vector via entropy difference
.SH SYNOPSIS
\fIdiff_entropy(\fBx\fR as double,
\fBy\fR as double);\fR
.SH DESCRIPTION
.PP
measure similarity between two data vector via entropy difference
.PP
.SH OPTIONS
.PP
\fBx\fB \fR\- a numeric vector.
.PP
.PP
\fBy\fB \fR\- another numeric vector which should
be in the same size as the **`x`** vector.
.
.PP
.SH VALUE
.PP
Unweighted entropy similarity
.PP
.SH SEE ALSO
math
.SH FILES
.PP
Rlapack.dll
.PP
.SH AUTHOR
Written by \fBxie.guigang@live.com\fR
.SH COPYRIGHT
GPL3