Origin Version (Select Help-->About Origin): 7.5 Sr5
Operating System: Win 2000
Hi,
I'm writing an app to fit upto 15 dose response datasets to the four parameter logistic with the option of sharing a parameter (curve top).
I'd appreciate help with a few questions, thanks.
i) What is the limit on the number of datasets and parameters you can use?
ii) How best to set up constraints for each parameter. 2 scenarios could be the midpoint for all datasets has the same constraints or they are all potentially different.
iii) I really like LabTalk's substitution eg
loop(NumSet,1,15) {
nlsf.fitdata$(NumSet)=Data_Resp$(NumSet);
}
V short!
Can this be done in a similar way with C or do I spell them all out?
In this case the user will want to select any number from 1-15 sets.
Cheers,
pete