-
Are there any examples of the use of the exponential cone functionality from matlab I am finding it tricky to get the formulation correct?
-
Is it possible to retry errors using an exponential backoff with this library? I couldn't see a place to tell re-frame-http-fx-2 to wait n ms before reissuing the query, but maybe I'm missing somethin…
-
MLE works very well but I found a problem with the fitting of an exponential distribution. I have an example where where MLE correctly identifies and plots well, but the exponent calculated is way too…
-
I don't see any information on the %e or %g float formats.
-
**Describe your environment**
Running with:
- MacBook Pro Intel
- MacOS 14.3.1 (intel)
- Python 3.11.7 (homebrew)
Requirements:
```
opentelemetry-api>=1.23.0
opentelemetry-sdk>=1.23.0
…
-
Prevent too much updates all just hammering the DB without making progress.
-
From @efdazedo :
I think computing matrix exponential may require full eigen decomposition of the matrix.
Expm(A) can be computed as
inv(V) * diag( exp( lambda(i) ) * V, where inv(V) *…
-
Develop the theory for the exponential distribution where the parameter is `lambda` instead of `1/beta`.
-
My problem is that there is impossible to make a graph in the Automation Editor that ends with a steep hill, without using many (infinity of) dots. "you can very well do an approximation of an exponen…
-
Given two `FinSet`s `A, B` is there some computation that creates the set of all functions in `Hom(A, B)`? For example if `A` has 5 elements and `B` has 2, there should be 32 functions in the set f: A…