Man page - gbnlreg(1)
Packages contains this manual
- gbnear(1)
- gbnlmult(1)
- gbquant(1)
- gblaepfit(1)
- gbmave(1)
- gbkreg(1)
- gbtest(1)
- gbmstat(1)
- gbgcorr(1)
- gbepfit(1)
- gbnlprobit(1)
- gbnlpanel(1)
- gbbin(1)
- gbdummyfy(1)
- gbgrid(1)
- gbnlreg(1)
- gbconvtable(1)
- gbinterp(1)
- gbrand(1)
- gbfun(1)
- gbstat(1)
- gbglreg(1)
- gbhisto(1)
- gbfilternear(1)
- gbplot(1)
- gbker2d(1)
- gbhisto2d(1)
- gbget(1)
- gbxcorr(1)
- gbenv(1)
- gbacorr(1)
- gbboot(1)
- gbmodes(1)
- gbhill(1)
- gbkreg2d(1)
- gbker(1)
- gblreg(1)
- gbalafit(1)
- gbnlqreg(1)
- gbdist(1)
- gbnlpolyit(1)
- gblafit(1)
- gbaepfit(1)
apt-get install gbutils
Manual
GBNLREG
NAMESYNOPSIS
DESCRIPTION
OPTIONS
AUTHOR
REPORTING BUGS
COPYRIGHT
NAME
gbnlreg - Non linear regression
SYNOPSIS
gbnlreg [ options ] <function definition>
DESCRIPTION
Non linear least square regression. Read data in columns (X_1 .. X_N). The model is specified by a function f(x1,x2...) using variables names x1,x2,..,xN for the first, second .. N-th column of data. f(x1,x2,...) are assumed i.i.d.
OPTIONS
|
-O |
type of output (default 0) |
|||
|
0 |
parameters |
|||
|
1 |
parameters and errors |
|||
|
2 |
<variables> and residuals |
|||
|
3 |
parameters and variance matrix |
|||
|
4 |
parameters, errors and s-scores |
|||
|
-V |
variance matrix estimation (default 0) |
|||
|
0 |
<gradF gradFˆt> |
|||
|
1 |
< Jˆ{-1} > |
|||
|
2 |
< Hˆ{-1} > |
|||
|
3 |
< Hˆ{-1} J Hˆ{-1} > |
|||
|
-v |
verbosity level (default 0) |
|||
|
0 |
just results |
|||
|
1 |
comment headers |
|||
|
2 |
summary statistics |
|||
|
3 |
covariance matrix |
|||
|
4 |
minimization steps |
|||
|
5 |
model definition |
|||
|
-M |
estimation method (default 0) |
|||
|
0 |
ordinary least square (OLS) |
|||
|
1 |
minimum absolute deviation (MAD) |
|||
|
2 |
asymmetric MAD |
|||
|
-e |
minimization tolerance (default 1e-5) |
|||
|
-i |
minimization max iterations (default 500) |
|||
|
-E |
restart accuracy (default 1e-5, ignored with option -M 0) |
|||
|
-I |
restart max iterations (default 2000, ignored with option -M 0) |
|||
|
-F |
input fields separators (default " \t") |
|||
|
-h |
this help |
AUTHOR
Written by Giulio Bottazzi
REPORTING BUGS
Report bugs to <gbutils@googlegroups.com>
Package home page <http://cafim.sssup.it/˜giulio/software/gbutils/index.html>
COPYRIGHT
Copyright © 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;
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.