Serge Stinckwich

Results 124 issues of Serge Stinckwich

Like ``separateExpression``, ``normalize`` on expression has no precise definition (see #399) ... What does that mean to normalize? Apparently this is to simplify formula by moving substraction at the top...

We need to add a ``expand`` method on ``KEExpression`` in order to express this expression as a sum of factors. See #399 for an explanation. Are we looking as something...

Compartments related to status are not named the same way that other. This is not clear why. For example: ``#species->#human`` is used but for then we use ``#I`` instead of...

At the moment, ODE equations are only based on variables that are epi status like S or I. What happens when variables are more complex compartments?

At the moment, we offer to the user a custom UI called KendrickUI to browse the library of Kendrick models. See current interface: [![Screenshot](https://raw.githubusercontent.com/UNU-Macau/kendrick/master/images/screenshot.png)](https://raw.githubusercontent.com/UNU-Macau/kendrick/master/images/screenshot.png) We want to move to a...

Does a SAN know about its history (how it was built originally)? For example: ```Smalltalk c := c1 + c2. ``` - does c know that it is a sum...

Returns an array with all the elements of the Tensor

Parameters and compartments should be initialized with sexpr (https://en.wikipedia.org/wiki/S-expression). In order to illustrate, that, we take the example of a population splitted in 4 status: ``S``, ``E``, ``I``, ``R``. There...

enhancement

Try to find an example with functional rate and write a test. How models with functional rate will translate as a system of differential equations ?

- isolate increasing/decreasing portions - maximum/minimum - convergence