.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6. .TH GBKREG "1" "October 2018" "gbkreg 6.0.beta2" "User Commands" .SH NAME gbkreg \- Kernel non linear regression function .SH SYNOPSIS .B gbkreg [\fI\,options\/\fR] .SH DESCRIPTION Kernel estimation of conditional moments. Data are read from standard input as couple (x,y). The moments of y are computed on a regular grid in x. The kernel bandwidth, if not provided with the option \fB\-H\fR, is set automatically. .SH OPTIONS .TP \fB\-n\fR number of equispaced points where moments are computed (default 64) .TP \fB\-H\fR set the kernel bandwidth .TP \fB\-S\fR scale the automatic kernel bandwidth .TP \fB\-K\fR choose the kernel to use (default 0) .TP 0 Epanenchnikov .TP 1 Rectangular .TP 2 Gaussian .TP \fB\-M\fR choose the method to compute the density (default 1) .TP 0 FFT (number of points rounded to nearest power of 2) .TP 1 discrete convolution (only with compact kernels) .TP 2 explicit summation (can be long) .TP \fB\-O\fR set the output, comma separated list of m mean, v standard deviation, s skewness and k kurtosis (default m) .TP \fB\-v\fR verbose mode .TP \fB\-F\fR specify the input fields separators (default " \et") .TP \fB\-h\fR this help .SH EXAMPLES .TP gbkreg \-M 2 < file compute the kernel regression of the entries in the second column of 'file' vs. the entries in the first column. If more data columns exist in file they are ignored. Explicit summation method (slower) is used. .TP gbkreg \-02 < file compute the kernel regression of the standard deviation of the entries in the second column of 'file' vs. the entries in the first colum .SH AUTHOR Written by Giulio Bottazzi .SH "REPORTING BUGS" Report bugs to .PP .br Package home page .SH COPYRIGHT Copyright \(co 2001\-2018 Giulio Bottazzi This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License (version 2) as published by the Free Software Foundation; .PP This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.