.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13. .TH GBLAEPFIT "1" "June 2021" "gblaepfit 6.2" "User Commands" .SH NAME gblaepfit \- Fit a less asymmetric power exponential density .SH SYNOPSIS .B gblaepfit [\fI\,options\/\fR] [\fI\,files\/\fR] .SH DESCRIPTION Fit skewed power exponential density. Read from files or from standard input .IP Options: \fB\-O\fR output type (default 0) .TP 0 parameter bl br a 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 \fB\-x\fR set initial conditions bl,br,a,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 intermediate steps results .TP 2 intermediate steps internals .TP 3+ details of optim. routine .TP \fB\-M\fR active estimation steps. The value is the sum of (default 1) .TP 0 no optimization .TP 1 global and local optimization .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) .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,2) .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.