Search found 3808 matches

by tomfid
Wed Nov 18, 2015 1:33 am
Forum: Vensim
Topic: Sensitivity Graph is not displayed
Replies: 1
Views: 1560

Re: Sensitivity Graph is not displayed

This may be due to screen resolution that's not sufficient to show everything. You can modify your toolset with Tools>Analysis Toolset>Modify, or shrink the icons with Tools>Options>Toolbars.
by tomfid
Mon Nov 16, 2015 6:49 pm
Forum: Vensim
Topic: How to model the different components of a mixture
Replies: 6
Views: 3705

Re: How to model the different components of a mixture

What exactly are you doing when this happens? Can you post a screenshot?

I have no trouble adding dimensions to your example.
subscripts.JPG
subscripts.JPG (66.91 KiB) Viewed 3562 times
by tomfid
Fri Nov 13, 2015 10:48 pm
Forum: Ventity
Topic: about testing Ventity beta release
Replies: 9
Views: 13945

Re: about testing Ventity beta release

Yes - we haven't planned that piece yet, but we consider it to be important. We could potentially even support a similar syntax, though some things like arrays will have to differ. Is there anything in particular you'd like to see improved?
by tomfid
Fri Nov 13, 2015 5:08 pm
Forum: Vensim
Topic: Modeling Transportation Networks
Replies: 2
Views: 1921

Re: Modeling Transportation Networks

You don't need to write out the full combinatorial explosion. What you want probably looks something like this:

share[k] = attractiveness[k]/SUM(attractiveness[k!])
attractiveness[k] = EXP( alpha*has license[k] + beta*is female[k] + gamma*likes cats[k] + ... )
by tomfid
Wed Nov 11, 2015 1:32 am
Forum: Ventity
Topic: about testing Ventity beta release
Replies: 9
Views: 13945

Re: about testing Ventity beta release

Understood. There is an equation listing, though we haven't paid much attention to it lately. What if that were beefed up a bit, with editable entries and search & replace?
by tomfid
Mon Nov 09, 2015 6:48 pm
Forum: Vensim
Topic: Variable delay depending on the trend direction
Replies: 1
Views: 1639

Re: Variable delay depending on the trend direction

This is pretty close to what you're asking for:
VarSmooth1.mdl
(2.61 KiB) Downloaded 207 times
You could refine it further, or do something with SAMPLE IF TRUE, if you need the downward lag to be literally 0, though that might be unrealistic.
by tomfid
Mon Nov 09, 2015 6:35 pm
Forum: Vensim
Topic: Forcing a value when there is no convergence
Replies: 3
Views: 2438

Re: Forcing a value when there is no convergence

The IROR function is supposed to return :NA: when it fails to converge. You could use an IF THEN ELSE to check for result=:NA: and then substitute a value. Does that do what you want?
by tomfid
Sat Nov 07, 2015 5:45 pm
Forum: Vensim
Topic: Problem in Exporting Data
Replies: 1
Views: 1473

Re: Problem in Exporting Data

What version are you using?

Can you post your .vsc (sensitivity control) file? Or just paste in the text or a screenshot?
by tomfid
Wed Nov 04, 2015 5:21 pm
Forum: Vensim
Topic: Equation based lookup function
Replies: 2
Views: 1861

Re: Equation based lookup function

A reusable equation can be implemented as a MACRO function. If you're looking to parameterize a lookup, that's the VECTOR LOOKUP function. https://www.vensim.com/documentation/22145.htm https://www.vensim.com/documentation/fn_vector_lookup.htm A quick way to test a lookup's behavior is to use a Synt...
by tomfid
Tue Nov 03, 2015 4:35 pm
Forum: Vensim
Topic: GET XLS DATA
Replies: 8
Views: 5791

Re: GET XLS DATA

This should definitely work. Take a look at the sample models attached to the help:
http://www.vensim.com/documentation/fn_get_xls_data.htm
by tomfid
Mon Nov 02, 2015 2:52 am
Forum: Vensim
Topic: Support more than two subscript ranges?
Replies: 4
Views: 2582

Re: Support more than two subscript ranges?

Text and spreadsheets only support 2D input, for obvious reasons. If you have many dimensions, you can either use a number of files or worksheet tabs with GET XLS and GET DIRECT, or you could put the material in a database and use ODBC.
by tomfid
Fri Oct 30, 2015 9:11 pm
Forum: Vensim
Topic: is there a file where are stored the warnings of a run
Replies: 11
Views: 5726

Re: is there a file where are stored the warnings of a run

The file is called vensimdll.err, and there's a search hierarchy for its location: 0. The path specified in the VENSIMERROR environment variable - you can set this with setenv() 1. The location of the .dll executable 2. A Vensim directory in the system appdata directory, appdata\Vensim 3. The path s...
by tomfid
Fri Oct 30, 2015 8:41 pm
Forum: Ventity
Topic: about testing Ventity beta release
Replies: 9
Views: 13945

Re: about testing Ventity beta release

Hi JJ - Ventity may not ever have a text editor. You can use the inspectors for a list view of equations though, and it permits deletion. In general, the modularity of entities is a lot better than the grouping in Vensim. You can, for example, reuse an entity in another model just by importing it. A...
by tomfid
Fri Oct 30, 2015 8:28 pm
Forum: Ventity
Topic: Data connections
Replies: 3
Views: 3893

Re: Data connections

It will - soon, I hope.
by tomfid
Fri Oct 30, 2015 8:27 pm
Forum: Ventity
Topic: Problem adding columns to builtin dataset editor
Replies: 4
Views: 4305

Re: Problem adding columns to builtin dataset editor

This is fixed in the latest release. Unfortunately there are a couple of other glitches in the input data infrastructure, but they don't cause rework like this does.
by tomfid
Fri Oct 30, 2015 5:47 pm
Forum: Ventity
Topic: Updated build available - 654
Replies: 4
Views: 16198

Re: Updated build available - 654

Yeah - the build system has two numbering schemes going. Doesn't matter.
by tomfid
Fri Oct 30, 2015 3:19 am
Forum: Vensim
Topic: Price threshold based sale decisions
Replies: 6
Views: 3799

Re: Price threshold based sale decisions

Not quite as complete, but here's the Ventity equivalent:
PriceOfCheese3 (2).zip
(7.21 KiB) Downloaded 221 times
by tomfid
Fri Oct 30, 2015 2:40 am
Forum: Vensim
Topic: Price threshold based sale decisions
Replies: 6
Views: 3799

Re: Price threshold based sale decisions

Here's the inventory setup, without the price dynamics.
PriceOfCheese.mdl
(3.68 KiB) Downloaded 227 times
by tomfid
Fri Oct 30, 2015 1:51 am
Forum: Ventity
Topic: Updated build available - 654
Replies: 4
Views: 16198

Updated build available - 654

Via email: We've just uploaded a new Ventity beta (build 654) that extends the beta license through Jan. 2016. Some of the bigger changes are documented in the Release Notes (see "What's New" in the Help system), but there are also many small usability improvements, particularly to things ...
by tomfid
Fri Oct 30, 2015 12:24 am
Forum: Vensim
Topic: how to explore different lookup table?
Replies: 3
Views: 2191

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-...
by tomfid
Thu Oct 29, 2015 2:30 pm
Forum: Vensim
Topic: Price threshold based sale decisions
Replies: 6
Views: 3799

Re: Price threshold based sale decisions

This helps a lot. I think I see several ways to do it. It would actually be a little easier in Ventity I think, analogous to the cohort model here http://www.ventanasystems.co.uk/forum/v ... =48&t=6083, but the tool isn't as mature.

I'll cook up an example.
by tomfid
Tue Oct 27, 2015 11:45 pm
Forum: Vensim
Topic: Price threshold based sale decisions
Replies: 6
Views: 3799

Re: Price threshold based sale decisions

I think we need to know a little more about the problem. For example, are the commodities all the same, but for their value? Do all commodities from a given day evolve their value in the same way?
by tomfid
Mon Oct 26, 2015 11:56 pm
Forum: Ventity
Topic: about testing Ventity beta release
Replies: 9
Views: 13945

Re: about testing Ventity beta release

Thanks for the straightforward feedback. I think the right mindset is that Ventity is only preferred at the moment for problems where you need for one of its core language benefits: - lists with arbitrary dimensionality of the members, as in a marketing mix model where one product has 7 packages, an...
by tomfid
Mon Oct 26, 2015 11:47 pm
Forum: Ventity
Topic: Executable expiration date
Replies: 1
Views: 2729

Re: Executable expiration date

There will be a release very shortly to remedy this.
by tomfid
Thu Oct 22, 2015 2:50 pm
Forum: Ventity
Topic: Problem adding columns to builtin dataset editor
Replies: 4
Views: 4305

Re: Problem adding columns to builtin dataset editor

My guess is that you added the Pasture attribute after creating the builtin dataset that populates the cows, right? Unfortunately, there's a bug that prevents the dataset from updating to reflect the new attribute. If you create a new builtin dataset, the Pasture column should be included. This'll b...