SED-ML / sed-ml

Simulation Experiment Description Markup Language (SED-ML)
http://sed-ml.org
5 stars 2 forks source link

Implement distribution support #65

Open matthiaskoenig opened 6 years ago

matthiaskoenig commented 6 years ago

List of functions in addition of min, max, prod, sum:

**: New 'reducing' functions: add to min/max/other list

jonrkarr commented 3 years ago

Is this intended to include reductions over any dimension (e.g., variable, time, space)?

On a related note, has there been discussion about matrix computations?

jonrkarr commented 3 years ago

I think it would also be good to have examples with integer and Boolean-valued results to illustrate how this can be used with discrete and logical simulations.

luciansmith commented 3 years ago

We seem to be settling on something a little different at this point, such that your proposal would change to:

The latter is already in the spec--do you have an implementation for it? Do you need something to do so? Or at this point do you want to drop them?

jonrkarr commented 3 years ago

Lucian's proposal seems good to me

luciansmith commented 2 years ago

All the aggregation functions are now in KiSAO, but not the draws from distributions. Moving this to be an L2 issue, though if we think we can move this to be a KiSAO issue, that's fine, too.