[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: help for least squares
From: |
Torsten |
Subject: |
Re: help for least squares |
Date: |
Sat, 22 Jun 2013 17:14:03 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130510 Thunderbird/17.0.6 |
Maybe it is possible to rewrite the problem in such a way that arx ()
from the control package is doing the trick for you.
Torsten
On 22.06.2013 15:42, andrea console wrote:
> I have to solve, in least squares sense, a system of equations like:
>
> b_1 = [a_1, 1]*[x;y];
> b_2 = [a_2, 1]*[x;y];
> b_3 = [a_3, 1]*[x;y];
> b_4 = [a_4, 1]*[x;y];
> ...
> b_n = [a_n, 1]*[x;y];
>
> where b_i and a_i are sperimental values, thus affected by various
> sources of error.
> I know that 0<x<1 and nothing about y (apart that it should be quite small).
> How I can find the best solution that meets this conditions?
> thanks
>
>
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://mailman.cae.wisc.edu/listinfo/help-octave
>