Yuval Waserman

Results 8 issues of Yuval Waserman

I thought this addition might be handy ``` combinations(a, T::AbstractVector{ collect(combinations(1:5, 2:3)) 20-element Vector{Vector{Int64}}: [1, 2] [1, 3] [1, 4] [1, 5] ⋮ [2, 3, 4] [2, 3, 5] [2,...

It is sometimes convenient to "collect" a `MixtureModel` of `DiscreteNonParametric`s into a single `DiscreteNonParametric` object. This PR implements this as an additional constructor but I guess can also be a...

## Details `link` only links the first two subplots. Furthermore, using `layout` breaks it. ``` x = range(1, 10, 10) y = range(1, 5, 10) z = range(1, 2, 10)...

bug

I ran the code from docs [homepage](https://juliamath.github.io/Interpolations.jl/stable/): ``` xs = 1:0.2:5 A = log.(xs) interp_linear = extrapolate(scale(interpolate(A, BSpline(Linear())), xs)) # errors itp = interpolate(A, BSpline(Linear())) # errors ``` As a...

**Describe the bug** I'm not sure whether this is helpful, but the error message explicitly asked to be submitted, so here it is. I produced it by mistake. **To reproduce**...

enhancement
good first issue

It would be very handy if there was support for NaNStatistics. I couldn't find an easy way to rewrap the output array so I did this ugly workaround: ``` NaNStatistics.nansum(A::KeyedArray;...

Hello, It is a minor thing, but since it already exists, I thought it makes sense that `cquantile` would be defined for this case as well. To be specific, at...

**Describe the bug** `TSNE` causes a Windows fatal exception, but it is hard to reproduce and does not happen with a random array. Please tell me what extra information might...

bug