hi all,
for example, i have a few variables, each of them may be assigned value from a number of lookup tables, so i would like to have a sensitivity analysis of all the combination of the these lookup tables.
I have tried to write a contact variable into the lookup table, but the vensim does not allow me to do this.
any suggestions? it will be time-consuming and silly to change the lookup table manually each time.
thanks,
Yong
how to explore different lookup table?
Re: how to explore different lookup table?
You can use the VECTOR LOOKUP function to parameterize your lookup points as an array of constants.
Or, you can create a function to shift or stretch your lookup results, according to a few parameters. For example:
effect of price = price sensitivity * price effect lookup( price/normal price ) + (1-price sensitivity)
where price sensitivity is a parameter, normally = 1, which you can vary to intensify or weaken the price effect. You could build on this idea make the relationship multiplicative or exponential, add additional parameters, etc.
Or, you can create a function to shift or stretch your lookup results, according to a few parameters. For example:
effect of price = price sensitivity * price effect lookup( price/normal price ) + (1-price sensitivity)
where price sensitivity is a parameter, normally = 1, which you can vary to intensify or weaken the price effect. You could build on this idea make the relationship multiplicative or exponential, add additional parameters, etc.
/*
Advice to posters (it really helps us to help you)
http://www.ventanasystems.co.uk/forum/v ... f=2&t=4391
Blog: http://blog.metasd.com
Model library: http://models.metasd.com
Bookmarks: http://delicious.com/tomfid/SystemDynamics
*/
Advice to posters (it really helps us to help you)
http://www.ventanasystems.co.uk/forum/v ... f=2&t=4391
Blog: http://blog.metasd.com
Model library: http://models.metasd.com
Bookmarks: http://delicious.com/tomfid/SystemDynamics
*/
Re: how to explore different lookup table?
thank you so much!
Re: how to explore different lookup table?
it seems both of your options could deal with lookup tables which are mathemtically correlated. for example, by the VECTOR LOOKUP function, tables from mode 1-9 are actually some functions from table 0. I am wondering if there are convenient way to switch among lookup tables which do not have too much correlation? i guess this should be a very common need, for example, to make prediction under different future scenarios?