-
In response to #213, this issue is a proposal for adding _use-site invariance_ to Dart.
[Edit: Note that more recent discussions have typically used the syntax `List` where this proposal had `List`…
-
Many empirical calibrations of parameters use multivariate Gaussians to represent the covariance between parameters. For example, a quadratic damage function with two coefficients, alpha and beta, wou…
-
Do you think it'd be a good idea to have a section on generics in Kotlin?
-
Hello, I have a (probably basic) question. I was wondering if it is possible to use NT's stax implementation to do a more basic neural net. I'm attempting to embed some continuous sequences into _n_-d…
-
**Description**:
This proposal aims to enhance the Go standard library’s `math` ( `math/stats.go` )package by introducing several essential statistical functions. The proposed functions are:
- *…
-
# Feature request / Bug report
Not sure which it will come under as it is possible I am just doing something wrong in the pipeline.
## Motivation
In some GPR problems you may have a s…
-
OLS in statsmodels produces different results when run on OSX or Ubuntu. Code:
```
ython 2.7.5+ (default, Sep 19 2013, 13:48:49)
[GCC 4.8.1] on linux2
Type "help", "copyright", "credits" or "license…
-
Currently, things as simple as this:
``` ceylon
ArrayList|ArrayList list = ... ;
value size = list.size;
```
Result in errors because `size` resolves to `ArrayList.size`, and there is no principal i…
-
I have difficulties with structures that have non-differentiable parts. This causes a lot of issues in my current design. E.g. I want a differentiable structure that has parts that are discrete.
I …
-
From a colleague :
-----------------------------------------------------------
En suivant le lien du code OpenTURNS, j’ai remarqué qu’il y a deux différences entre la documentation et le code :
…