.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13. .TH GBAEPFIT "1" "June 2021" "gbaepfit 6.2" "User Commands" .SH NAME gbaepfit \- Fit an asymmetric power exponential density .SH SYNOPSIS .B gbaepfit [\fI\,options\/\fR] [\fI\,files\/\fR] .SH DESCRIPTION Fit asymmetric power exponential density using maximum\-likelihood. Fit asymmetric power exponential density. Read from files of from standard input .TP \fB\-O\fR output type (default 0) .TP 0 parameter bl br al ar m and log\-likelihood .TP 1 the estimated distribution function computed on the provided points .TP 2 the estimated density function computed on the provided points .TP 3 parameters bl br al ar m and their standard errors .TP \fB\-x\fR set initial conditions bl,br,al,ar,m (default 2,2,1,1,0) .TP \fB\-m\fR the mode is not estimated but is set to the value provided .TP \fB\-s\fR number of intervals to explore at each iteration (default 10) .TP \fB\-V\fR verbosity level (default 0) .TP 0 just the final result .TP 1 headings and summary table .TP 2 intermediate steps results .TP 3 intermediate steps internals .TP 4+ details of optim. routine .TP \fB\-M\fR active estimation steps. The value is the sum of (default 6) .TP 2 global optimization not considering lack of smoothness in m .TP 4 local optimization taking non\-smoothness in m into consideration .TP \fB\-G\fR set global optimization options. Fields are step,tol,iter,eps,msize,algo. Empty field implies default (default .1,1e\-2,100,1e\-3,1e\-5,2,0) .TP \fB\-I\fR set local optimization options. Fields are step,tol,iter,eps,msize,algo. Empty field implies default (default .01,1e\-3,200,1e\-3,1e\-5,5,0) .PP The optimization parameters are step initial step size of the searching algorithm .TP tol line search tolerance iter: maximum number of iterations .TP eps gradient tolerance : stopping criteria ||gradient|| .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.