Feeds
提问
How to get rid of high error linear regression for log-log model
I have the function D = alpha*(Pop)^b1*(Gdp)^b2*d^b3. I turn this into a log-log model: ln(D)= ln(alpha)+ b1*ln(Pop)+b2*ln(Gdp)+...
9 years 前 | 1 个回答 | 0
1
个回答提问
Using bsxfun instead of arrayfun for repeating function
I am using a function that produces row vectors based on the RNG. Now I would like to repeat that function and put the rows into...
9 years 前 | 1 个回答 | 0
