logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

gbnear - Produce nearest neighborhood density estimate

Author

       Written by Giulio Bottazzi

Description

       Nearest  neighbors  density  estimation.  Data are read from standard input. The density is computed on a
       regular grid.

Name

       gbnear - Produce nearest neighborhood density estimate

Options

-n     number of points where the density is computed (default 10)

       -k     number of neighbors points considered (default 2)

       -K     choose the kernel to use: 0 Epanenchnikov, 1 Rectangular (default 0)

       -v     verbose mode

       -F     specify the input fields separators (default " \t")

       -h     this help

Reporting Bugs

Synopsis

gbnear [options]

See Also