-
It is useful to be able to develop 'atomic' parametric axes (like XOPQ, XTRA) and then mid level 'molecule' virtual axes (that combine them in specific proportions) that are then used to blend top lev…
-
I wonder it is possible to add an example about how to analyze the task fMRI data that has multiple sessions of one subject on the surface. Now only the analysis about one session of one subject on …
-
As discussed in our previous meeting, in our ML model interface we should distinguish between parameters used for training and evaluation.
- Allows for different configurations being used in the re…
-
```python
In [1]: from diofant.calculus.gruntz import limitinf
In [2]: x = Symbol('x', real=True, positive=True)
In [3]: y = Symbol('y')
In [4]: limitinf(x*y, x)
Out[4]: ∞⋅sign(y)
```
`…
-
We've discussed encoding information about how to scale glyphs into the SVG for the glyphs themselves. This needs to be investigated and implemented, if possible.
-
The readme states that the design is parametric. Could you please provide more information on the design constraints?
I would like to know how the length of the rails in each axis affect the print …
sam-d updated
3 years ago
-
```Java
class A{}
class B extends A{}
```
In above example, A\ has a direct subclass B that we can't access directly from class A\ in Famix with the message `directSubclasses` (it returns an e…
-
Mathematica can plot parametric regions:
```
ParametricPlot[r^2 { Sqrt[t] Cos[t], Sin[t]}, {t, 0, 3 Pi/2}, {r, 1, 2}]
```
See http://reference.wolfram.com/mathematica/ref/ParametricPlot.html for o…
-
When doing a test statistic, the function t.test() do provide the correct results,
but when I try to create the visualizations with the statistics provided by ggbetweenstats(),
i get different res…
-