[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Model object as output for linear regression in Octave 3.8
From: |
Juan Pablo Carbajal |
Subject: |
Re: Model object as output for linear regression in Octave 3.8 |
Date: |
Mon, 22 Sep 2014 15:16:27 +0200 |
On Mon, Sep 22, 2014 at 3:10 PM, Krishnaprasad <address@hidden> wrote:
> Hi Juan,
>
> Thanks for your reply. I was looking for a function similar to fitlm in
> Matlab. I will try the example which you have suggested and check whether it
> resolves the problem that I had mentioned.
>
> Regards,
> Krishnaprasad
>
>
>
> --
> View this message in context:
> http://octave.1599824.n4.nabble.com/Model-object-as-output-for-linear-regression-in-Octave-3-8-tp4666624p4666630.html
> Sent from the Octave - General mailing list archive at Nabble.com.
>
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/help-octave
Have in mind that what I did wont be useful for a realistic situation,
you will have to do regularization, eventl. outlyier detection, etc
in any real world application I can think of.
My examples solves the regression problem for mappings from R^n --> R
that is n features generating a scalar value, which is what I
understood you need.