-
I'm thinking about adding in [Lovell's Proportionality](http://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1004075) metric into `skbio.stats.composition`.
Basically, it's an awesom…
-
We have discussed adding declaration site variance as a non-breaking feature in which type parameters to classes may be marked as `out` (statically checked covariant), `in` (statically checked contrav…
-
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
```
"/home/andy/git/apache/arrow-datafusion/datafusion/physical-expr/src/aggregate/approx_di…
-
Hello,
I ran into some issues running LiDAR inertial SLAM on this data set (base_2023-07-16-18-31-20_0.bag , base_2023-07-16-18-39-54_1.bag). Specifically many of the IMU timestamps are not advanc…
-
Dear Brian
In your Cladocera Example, it says that "this will fit the “process error” model of MixSIR, which we MUST do when we only have one mix datapoint (or here, one mix datapoint per fixed eff…
-
## Bug report
**Required Info:**
- Version or commit hash:
melodic-devel branch as of hash a7da2f6ea29bb2606358438376fdce8b3461b5c2
#### Steps to reproduce issue
Check the `predict` function …
-
## Issue will be closed if:
> 1) You mention more than one algorithm. You can create a separate issue for each algorithm once the current one is completed.
> 2) You propose an algorithm that is …
-
import numpy as np
from scipy.stats import norm
from scipy.optimize import least_squares
import pyswarms as ps
# Black-Scholes Model
def black_scholes(S, K, T, r, sigma):
d1 = (np.log(S / K) + (r…
-
Descriptive studies often report summary values such as median, range, or percentiles (e.g. 95%) for estimated incubation periods. We already have functionality to extract parameters for an assumed di…
-
We should reject a bound covariant type variable in an argument type (i.e., in a contravariant position). For example, this should be rejected:
```
T = TypeVar('T', covariant=True)
class A(Generic[T]…