-
I am trying to use a simple licek command
x,y,z,s=r.slicek('salt',-1,1)
Then get ther error:
cannot unpack non-iterable Data object
I get the same error using okean package for multi-variat…
-
We want
```
+ sage: P = PolynomialRing(QQ, 't', 0)
+ sage: a = P(1)
+ sage: a(()).parent()
```
returning `QQ` and not `P`.
Component: **commutative algebra**
Auth…
-
```
sage: P. = QQ[]
sage: x.coefficient(x.exponents()[0])
```
gives
```
TypeError: The input degrees must be a dictionary of variables to exponents.
```
and one has to use
```
sage: x.coefficien…
-
In sparse methods, e.g., sPLD-DA (`splsda()`), could default values be set for arguments, that are not compulsory? In particular, could it be: `keepX = NULL`, `keepY = NULL`? It would be easier to fig…
-
I calculated the distance of each data points to origins at 0, by use 'np.linalg.norm(x)', while x is just one multi-variate sample, then normalize all these values to 0-1, I called this 'global_score…
-
I was wondering what the best way to export imputed gene expression values for each genotype into a matrix to analyze. Is that something I can change ```FUSION.assoc_test.R``` to do this?
-
There are some project related to symbolic regression in github.
such as: gplearn/glyph/SimpleGP...
and they are slow compared to karoo_gp which can support multicore CPU/GPU.
But How can I defin…
-
hi all,
Correlated Factors multi-variate `umxSexLim()` is taking shape.
`m1 = umxSexLim("sexlim", selDVs, mzmData, dzmData, mzfData, dzfData, dzoData, A_or_C = "A"))`
Any thoughts on how to plo…
-
Building the polynomial ring over a non-prime finite field fails with a `TypeError`.
```
sage: GF(4)['x']
---------------------------------------------------------------------------
TypeError …
defeo updated
5 years ago
-
Hey i read part 1 and part 2 of your tutorial on medium but i'm still struggling to understand how to generator concept would work for a multi variate time series whose variable is a non date time, do…
ghost updated
5 years ago