-
Hi! I am intrigued by the "optimal_span" function you have written because I'm looking for a way to find the optimal span for a series of loess regressions I'm running.
In your documentation for t…
-
I've always wanted to have loess regression in python. R has a cool version of it but it has always been missing. This would be a great model to host here.
-
I have troubles compiling Turing:
```
julia> using Turing
[ Info: Precompiling Turing [fce5fe82-541a-59a6-adf8-730c64b5f9a0]
WARNING: could not import MCMCChains.AbstractChains into Turing
ERRO…
-
Hi,
Gadfly, a dependency for PhyloPlots, seemed to be working fine last week, but now, when I try to do "using PhyloPlots" or "using Gadfly", I get this:
```julia
julia> Pkg.add("Gadfly")
Res…
-
Hi,
I was working with your functions trying to find why Fns value from DOC function differ from matlab. In my case, matlab gives a fns = 0.90494, while a summary of fns from DOC function
…
-
Why is a loess model used for cumulative catch of chum in the migration-timing-plot chunk of the Migrations_Observations_Report script and a logistic regression model used for all other species? I'm n…
-
I've finally gotten around to writing the trajectory chapter and was thinking about how to get those nice `slingshot` curves in some other embedding. Maybe you have already considered this, but it see…
-
Hello STREAM team,
In the generated pseutotime trajectory by stream(v 0.3.9), several cells have identical pseudotime.
It happens more often in aligned data (in adata2 via `st.map_new_data(adat…
-
I tried to compare the computation of a polynominal fit using `numpy` in Python with the new `regression` transform in Vega-lite, but the results differ:
Observe the following:
1. First using Py…
-
In #23 @hadley said:
> I think the easiest way to avoid the `O(n^2)` computation is to divide the plot into a grid, and then only check the current and adjacent cells for overlaps. You can either do…