Code sample for nonlinear least squares
by Вадим Марковцев
Hello guys,
I am a developer from Russia trying very hard to learn how libgretl works. I
successfully understood the provided code example (extra/simple_client.c).
Unfortunately, LSQ is not enough and I want to use NLS. Could you please
post a code example for, I say,
y=a x^2 + b x + c
model,
x = 1, 2, 3, 4, 5, 6
y = 3, 7, 13, 21, 31, 43
data series. Particularly, how to get the values of a, b and c?
I've read http://gretl.sourceforge.net/API/gretl-Nonlinear-models.html but
it does not clarify how to write the actual code. I mean, it seems that I
should use nlspec_new<http://gretl.sourceforge.net/API/gretl-Nonlinear-models.html#nlspec-new>(),
nlspec_set_regression_function<http://gretl.sourceforge.net/API/gretl-Nonlinear-models.html#nlspec-set-r...>()
and model_from_nlspec<http://gretl.sourceforge.net/API/gretl-Nonlinear-models.html#model-from-n...>()
and I am not sure how to connect them.
Thanks,
Markovtsev Vadim.
13 years, 8 months
"outfile" with parameters
by Pietro Battiston
Hello,
I'm trying to have a rapid way to output numbers to files, and wrote the
following:
# A function to dump numbers to files:
function scalar to_file(scalar numb, string format, string filename)
set echo off
set messages off
outfile filename --write
printf format, numb
outfile --close
set echo on
set messages on
return 0
end function
which however doesn't work. By trying different specifications, I think
I have understood that the "filename" parameter of "outfile" and the
"format" parameter of "printf" cannot be variables, they are parsed
directly as strings by the interpreter.
Did I understand correctly?
Is there anything I can do to solve my problem?
I do not care too much, in the end, about "format", but if there is no
way to pass an arbitraray string to "outfile" I'm clearly trying
something stupid.
Thanks in advance
Pietro
13 years, 8 months
REL Unbalanced panels
by George Matysiak
*Do the GMM routines now automatically handle missing data in unbalanced
panels? Thanks.
*
13 years, 8 months
Coefficient confidence intervals in console
by Oscar Soppelsa
Hi all,
I've looked for the console command to show the coefficient confidence
intervals after having estimated a GARCH model. Found anything in the
manual, could you help me, please?
I need the same output like the GUI one: variable, coefficient, (1 - alfa)%
confidence interval.
Thanks,
Oscar
==============================
DISCLAIMER:
This e-mail is for the sole use of the intended recipient and any file transmitted with it may contain material that is confidential and privileged. If you are not the intended recipient of this e-mail, please do not read this e-mail and delete this message and any file attached from your system and then notify us immediately by reply e-mail or by telephone. You should not copy or use this message and any file attached for any purpose, disclose the contents of the same to any other person or forward them without express permission by us. Considering the means of transmission, we do not undertake any liability with respect to the secrecy and confidentiality of the information contained in this e-mail and in its attachments.
Il presente messaggio di posta elettronica e' ad esclusivo utilizzo del destinatario indicato in indirizzo e gli eventuali documenti allegati potrebbero avere carattere riservato. Qualora non foste il destinatario del presente messaggio Vi preghiamo non leggerlo, di cancellarlo dal Vostro sistema assieme ad ogni documento ad esso allegato e di volerci avvertire immediatamente tramite posta elettronica o telefonicamente. E' vietata la duplicazione o l'utilizzo per qualunque fine del presente messaggio e di ogni documento ad esso allegato cosi' come la relativa divulgazione, distribuzione o inoltro a terzi senza l'espressa autorizzazione del mittente. Il mittente, in ragione del mezzo di trasmissione utilizzato, non assume alcuna responsabilita' in merito alla segretezza e riservatezza delle informazioni contenute nel presente messaggio e nei relativi allegati.
==============================
13 years, 8 months
Re: [Gretl-users] A portable version of Gretl
by luigi cristini
I see... Maybe it would be a good idea for future versions to
integrate them in that kind of distribution, don't you think?
Regards
Luigi
On 14 Jul 2011 09:11:56 Pierre Chaussé wrote
>You cannot for X-12 ARIMA or Tramo/Seats. They require admin privileges.
>
> Pierre
>>On 14/07/11 05:13 AM, luigi cristini wrote:
>> Thank you Pierre!
>> I didn't know about it because I never tried the english language
>> version of "Gretl for Windows" page: italian language version of the
>> page doesn't mention this kind of file.
>> Works perfect, but now i have another problem: i can't install X-12
>> Arima and Tramo/Seats. There's a way to integrate them in this kind of
>> Gretl distribution?
>>
>> Regards
>>
>> Luigi
>> _______________________________________________
>> Gretl-users mailing list
>> Gretl-users(a)lists.wfu.edu
>> http://lists.wfu.edu/mailman/listinfo/gretl-users
>
>--
>*Pierre Chaussé*
>Assistant Professor
>Department of Economics
>University of Waterloo
13 years, 8 months
Re: [Gretl-users] A portable version of Gretl
by luigi cristini
Thank you Pierre!
I didn't know about it because I never tried the english language
version of "Gretl for Windows" page: italian language version of the
page doesn't mention this kind of file.
Works perfect, but now i have another problem: i can't install X-12
Arima and Tramo/Seats. There's a way to integrate them in this kind of
Gretl distribution?
Regards
Luigi
13 years, 8 months
(no subject)
by Mariusz Doszyń
Hello,
Is there a command in gretl that makes possible to omit observations with
missing values while using estimation procedures? I know that it can be also
done by using such commands as misszero, if, zeromiss and so on but maybe
there is a simpler way?
Regards,
Mariusz Doszyń
Poland
13 years, 8 months