Feeds
提问
Error in using fsolve
Here's my function: --- function F = SPI(x,b) F = [gamcdf(b(1),x(1),x(2))-0.4; gamcdf(b(2),x(1),x(2))-0.6]; --- and ...
14 years 前 | 1 个回答 | 0
1
个回答已回答
How to solve a system of equations involving distribution?
this worked: F = [gamcdf(6.63,x(1),x(2))-0.4; gamcdf(8.89,x(1),x(2))-0.6]; x0 = [2; 0.8]; options=op...
How to solve a system of equations involving distribution?
this worked: F = [gamcdf(6.63,x(1),x(2))-0.4; gamcdf(8.89,x(1),x(2))-0.6]; x0 = [2; 0.8]; options=op...
14 years 前 | 0
| 已接受
提问
How to solve a system of equations involving distribution?
gamcdf(3.01,a,b)=0.4 gamcdf(4.63,a,b)=0.6 how to solve for a and b? I tried solver & evalin(symengine)
14 years 前 | 2 个回答 | 0
