MBB-team / VBA-toolbox

The VBA toolbox
GNU General Public License v3.0
129 stars 67 forks source link

Multisession multiple inF and inG #1

Closed M2vaine closed 8 years ago

M2vaine commented 10 years ago

I try to perform multisession Volterra inversions. The way I currently do it in a non multisession way is to have a multidimensional y and put the inputs in inG. It will be quite qtraitforward for me to extend this inversion in a multisession way if it were possible to have one inG per session, basically to call inG{i} fot session i. This would require a new field in the multisession structure to allow it if specified (default would be to use the same inG for all sessions).