-
Hello, my example cases for exponential regression are giving incorrect results. Would it be possible for someone to check the algorithm on this? (Wolfram alpha gives correct results on this data, so …
-
```
x 1 of 134 tests failed:
1) numbers should return a function to calculate the exponential regression of an array of numbers:
AssertionError: 0.8491729985314138 == 0.8491729985314136
…
-
### Before reporting an issue
- [X] I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.
### Are…
-
@oscarbenjamin I'm following up on a comment you wrote in our recent discussion on a performance regression (#19532). The performance regression has been partially fixed by the dotprodsim flag in 1.6.…
-
-
I want to regress on an exponential function of which I know that it has a non-zero asymptote. My goal is to find this asymptotic value.
regression.js only approximates two parameters for exponential …
-
Hi, I am trying to fit an exponential curve to some points that have negative initial values.
For example, these points:
```
const exponentialPoints = [[0.1, -0.25], [1, 1.1], [2, 5], [4, 30]] …
-
### Description / Steps to reproduce the issue
tcp retransmission has an exponential regression mechanism. For example, if no ack is received for 1.5 seconds, the first retransmission will be sent. I…
-
### 🐛 Describe the bug
`KFrank` and `jeffc` narrowed down an issue in `torch.multinomial` generating duplicated permutations using a low number of iterations.
Details can be found here:
https://dis…
-
Example: http://jsfiddle.net/3vruC/132/