-
Hello,
While using MLE error function and Normal distribution, with my y/label values in a sensible range from 0-10, for some samples I get extremely high standard deviation values (~1e10). Do you …
-
Deriving Normal distribution from maximum entropy principle: https://www.youtube.com/watch?v=J7U8mRew2g0&list=PLISXH-iEM4Jm5B_J9p1oUNGDAUeCFZLkJ&index=27&pp=iAQB
-
# 🐛 Bug
Description:
I am using gradients to calculate the N-dimensional integral of a Multidimensional Normal Distribution. However, I observed that the gradient values along dimensions are diffe…
-
Hi,
We are able to compare distributions. Thus
```
import openturns as ot
ot.Uniform() == ot.Normal()
```
returns `False` as expected.
However the following :
```
import openturns as o…
-
In the future, I would like to be able to determine the execution time of a node based on a normal distribution.
It should be possible to generate a more realistic task set than the uniform distrib…
-
**Your system information:**
Steam client version (build number or date): 1726604483
Distribution (e.g. Ubuntu): Pop!_OS 24.04 Beta
Opted into Steam client beta?: [Yes/No] No.
Ha…
-
It would be handy for me to be able to:
```
for $V in "-212" "-scala-home:$HOME/code/scala/build/pack`; do scala-runners/scalac $V .......; done
```
-
Currently, we can do:
```
\mu = @~ Normal(0, 1)
X = Normal(\mu, 1)
```
and it will create the corresponding pointwise application, but it is does not work beyond Normal and Bernoulli distributi…
zenna updated
2 years ago
-
### Idea
The goal of this idea is to implement the multivariate normal distribution. This distribution is fundamental in a wide variety of statistical applications and will help unblock stdlib in o…
-
If we run `main.m`, the value of the mean displayed does not converge to 0, as it should. I am unsure what is wrong.