[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: installing packages under windows
From: |
marco atzeri |
Subject: |
Re: installing packages under windows |
Date: |
Sun, 24 Jun 2012 08:02:24 +0200 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20120614 Thunderbird/13.0.1 |
On 6/24/2012 7:39 AM, hydrodog wrote:
Thanks Marco,
I have data roughly fitting A exp(Bx) + C
I want to fit the data. Some examples I found claimed the optim library
would work, others said fits. I tried to install both. But I still would
like to create a binary snapshot that would work without cygwin for windows
applications, for at least most libraries. Is this not a good idea?
About the fitting:
I don't think they were referring to this fits:
http://octave.sourceforge.net/fits/overview.html
optim is likely more indicated
http://octave.sourceforge.net/optim/overview.html
A, B, C are matrix or scalar ?
for scalar should be very easy, I never tried on matrix
About the binary snapshot:
there are other windows port other than cygwin, see
http://www.octave.org/wiki/index.php?title=Octave_for_Windows
Instead of re-inventing the wheel you can help on that portings.
Regards
Marco