help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Can't install leasqr on Win7, Octave V4.0.0


From: Allen.Windhorn
Subject: Can't install leasqr on Win7, Octave V4.0.0
Date: Mon, 7 Dec 2015 16:58:52 +0000

Pursuant to the below problem, I tried to install leasqr and got:

>> pkg install -forge leasqr
error: cellfun: C must be a cell array
error: called from
    get_forge_pkg at line 72 column 14
    get_forge_download at line 26 column 12
    pkg at line 393 column 29

I'm using Windows 7 and have Octave 4.0.0.  Any ideas why this happens?

Thanks,
Allen

On 07.12.2015 16:27, JokerOne wrote:
> Yes, my explanation was not precise.
>
> Indeed, the knowledge I was talking about is about the *values* of the
> parameters.
>
> So, indeed, the model function(s) for the dataset 1 to n should be
> noted, in my example, like:
>
> F_1(x) = (a0_1*ln(x)) * (b1 + b2*x) for dataset 1
> F_2(x) = (a0_2*ln(x)) * (b1 + b2*x) for dataset 2 ...
> F_n(x) = (a0_n*ln(x)) * (b1 + b2*x) for dataset n
>
> With "unique" a0_i for all datasets and common parameters b1, b2...

reply via email to

[Prev in Thread] Current Thread [Next in Thread]