[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fitting multiple datasets to "partially" the same model (global fit
From: |
JokerOne |
Subject: |
Re: Fitting multiple datasets to "partially" the same model (global fit with shared parameters) |
Date: |
Mon, 7 Dec 2015 07:27:33 -0800 (PST) |
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. Now, the
fitting procedure could be performed simultaneously, I guess. At least, if
this should be of some use?
I hope that clarifies my question.
--
View this message in context:
http://octave.1599824.n4.nabble.com/Fitting-multiple-datasets-to-partially-the-same-model-global-fit-with-shared-parameters-tp4673868p4673871.html
Sent from the Octave - General mailing list archive at Nabble.com.
- Fitting multiple datasets to "partially" the same model (global fit with shared parameters), JokerOne, 2015/12/07
- Re: Fitting multiple datasets to "partially" the same model (global fit with shared parameters), Olaf Till, 2015/12/07
- Re: Fitting multiple datasets to "partially" the same model (global fit with shared parameters),
JokerOne <=
- Re: Fitting multiple datasets to "partially" the same model (global fit with shared parameters), Oliver Heimlich, 2015/12/07
- RE: Fitting multiple datasets to "partially" the same model (global fit with shared parameters), Allen.Windhorn, 2015/12/07
- Re: Fitting multiple datasets to "partially" the same model (global fit with shared parameters), Olaf Till, 2015/12/08
- Re: Fitting multiple datasets to "partially" the same model (global fit with shared parameters), Oliver Heimlich, 2015/12/08
- Re: Fitting multiple datasets to "partially" the same model (global fit with shared parameters), JokerOne, 2015/12/08