Fix indexing error in DIF account scenario analysis output

main
Corentin Choisy 11 months ago
parent 6a5c600b70
commit 8f843811eb

@ -65,7 +65,7 @@
mat outmat[`k',`j'] = W[1,1+3*`j'] // items après le premier dif
}
}
mat outmat[`k',`nbitems'+1] = W[1,2*`difitems1'+1] // coef de dif
mat outmat[`k',`nbitems'+1] = W[1,3*`difitems1'-1] // coef de dif
mat outmat[`k',`nbitems'+2] = W[1,3*`nbitems'+2] // beta
mat outmat[`k',`nbitems'+3] = W[2,3*`nbitems'+2] // se beta
mat outmat[`k',`nbitems'+4] = `difitems1' // numéro item de dif

Loading…
Cancel
Save