-
`Poly.degree()` returns the incorrect degree for multi-variate polynomials.
```
>>> from sympy.abc import *
>>> from sympy import *
>>> pp = Poly(x*x*y)
>>> pp
Poly(x**2*y, x, y, domain='ZZ')
>…
-
_Original ticket http://projects.scipy.org/scipy/ticket/1544 on 2011-10-30 by @josef-pkt, assigned to unknown._
I thought that rvs would create a broadcasted random array for different loc
```
impor…
-
From: lanselin@gmail.com
Details:
os: 1-10-12
vs: 1-10-1-51
/Users/luc/Desktop/GeoDa.1.10.1.51.app/Contents/MacOS/../Resources/logger.txt
GdaFrame::ShowOpenDatasourceDlg()
ConnectDatasourceDlg::Init…
-
I was looking at the Correlations dialog under Multivariate sub-menu on the Describe Menu and I found something confusing. Even though a bivariate correlation qualifies to be a multi variate, I think …
-
The current implementation of moment::update() relies on the existing OpenFOAM infrastructure of scalarField, vectorField, tensorField. If the quadrature abscissa is a vector of more than three dimens…
-
split off from #23787
refactoring of the comparison of ideals in multivariate polynomials
* to get rid of cmp
* consistent comparison by containment
* when a total order is needed, compare instead…
-
Y Zhengh proposed in 2014 that splitting multi-variate time series into univariate signals and processing them seperately as distinct branches of the DL architecture is better than processing them as …
-
I tried to encode `ComposeLinkUTest::test_execute_2()` in scheme, to see what happens. I believe the intended encoding is this:
```
(define f1 (Project (Number 0)))
(define f2 (Lambda
(Vari…
linas updated
6 years ago
-
Hi.
http://backbonejs.org/#Model-set
This (and many other methods of backbone classes) doesn't include documentation of all the arguments. I can not seem to find these options.
-
Things look a lot cleaner if you highlight the following blocks as if they were comments:
``` elixir
@moduledoc """
Everything in here should be gray, including the @moduledoc and triple-quotes
"""
`…