Community Profile

photo

Simon Wang


Active since 2015

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


Constained regression 2 - regression model/solver
I have a regression model log (r(i)) = a + b * log(A(i)) where A(i) is a vector and each element is known. Log is the nature log...

9 years ago | 1 answer | 0

1

answer

Answered
What constrained regression function shuld I use?
THank you for the response. I think it should work and this leads me to change my question a little bit because it will make mor...

9 years ago | 0

Answered
What constrained regression function shuld I use?
Also, if this really works, do I need to have specific toolboxes? Do I need to an implement specific solver? Thanks! Simon...

9 years ago | 0

| accepted

Answered
What constrained regression function shuld I use?
Thanks! exp(a)*(A(1)^b+A(2)^b+...+A(n)^b)=k and sum (exp(a)*A(i)^b) = k are the same equation. So there are two unknowns ...

9 years ago | 0

Question


What constrained regression function shuld I use?
I have a regression model log (r(i)) = a + b * log(A(i)) where A(i) is a vector and each element is known. Log is the nature l...

9 years ago | 4 answers | 0

4

answers

Answered
Got an error when using cell2csv in Matlab 2014b version
Thanks! It works.

9 years ago | 0

Answered
Got an error when using cell2csv in Matlab 2014b version
Thank you very much on this. Things worked execpt that if I have a cell array of strings which happen to contain a comma (e.g. "...

9 years ago | 0

Question


Got an error when using cell2csv in Matlab 2014b version
The error message is the following Undefined function 'cell2csv' for input arguments of type 'cell'. My Matlab code: cell...

9 years ago | 5 answers | 0

5

answers