confidence interval with lsqlin function in matlab
1 view (last 30 days)
Show older comments
Hi all, I have a model in which 8 parameters are as follows Q(t)= a1*A(t)+ a2*B(t)+ a3*B(t)^2+ a4*A(t)^2*B(t) +a5*A(t)^3+ a6*B(t)^3+ a7*A(t)^2*B(t)^2+a8*A(t)^5 Where P(t), A(t) and B(t) are known for any point of time or a sample of time. Then I want to obtain the value of a1, a2, a3,a4,a5,a6,a7, a8 with constrained a1>0, a2<0, a3>0,a4>0,a5<0, a6>0, a7<0 and a8>0. All parameters (a1, a2, a3,a4,a5,a6,a7, a8) are identified with the help of lsqlin function in matlab. I would like to know how can I compute confidence interval of identified parameter.
0 Comments
Answers (0)
See Also
Categories
Find more on Chemical Process Design in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!