Statistica
RANK
213.507
of 302.101
REPUTAZIONE
0
CONTRIBUTI
2 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
100.0%
VOTI RICEVUTI
0
RANK
of 178.957
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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 ...
oltre 14 anni fa | 1 risposta | 0
1
rispostaRisposto
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...
oltre 14 anni fa | 0
| accettato
Domanda
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)
oltre 14 anni fa | 2 risposte | 0
