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년 초과 전 | 답변 수: 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년 초과 전 | 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년 초과 전 | 답변 수: 2 | 0
