-
One of the original papers about the LOESS/LOWESS method added an iterative method for giving less weight to outliers.
-
Data for MWE (compressed because GitHub doesn't like `.arrow` as attachments)
[loess.arrow.zip](https://github.com/JuliaStats/Loess.jl/files/12294685/loess.arrow.zip)
```julia
using Arrow
usi…
-
Maybe I am misunderstanding the expected behavior of the argument `show.legend` in `"ggplot2"`
> Should this layer be included in the legends? NA, the default, includes if any aesthetics are mapped. …
-
- [x] Smooth elevation using nearby readings (rather than time based)
- [x] Update Loess to support multivariate inputs
- [ ] Make multivariate loess more performant
-
Please:
- [x] Check for duplicate issues. Please file separate requests as separate issues on GitHub.
- [x] Describe the feature's goal, motivating use cases, and its expected behavior.
Is ther…
-
Hi,
I am having trouble with cal_plot function after a recent R update.
When I use the below code, I get an error, which I didn't before the R update
``` r
cal_plot(fit_preddf,
out…
-
I have a vega chart that I am rendering the Vega Editor. I believe [this link](https://vega.github.io/editor/#/url/vega-lite/N4Igxg9gdgZglgcxALlANzgUwO4tJKAFzigFcJSBnAdTgBNCALFAFgAY2AacaYsiygAlMiRoRQB…
-
I am preparing a replication package for an academic publication and found an issue that my code would give different results on Windows and Unix server. I tracked it down to using `Loess`. I don't ha…
-
https://timriffe.github.io/DemoTools/index.html
Add wrappers to allow:
* Smoothing/graduation: Add `smooth_population()` and `graduate_population()` to wrap DemoTools functions.
* Lifetable calcu…
-
Below is a transcript snippet from my session, using ggplot 2.0.0 on windows. qplot is erroring, even when I tried a direct copy/paste from the lesson prompt. This has halted my progress.... couldn't …