iynehz / perl5-Chart-GGPlot

ggplot port in Perl
13 stars 2 forks source link

"smooth" stat #8

Closed iynehz closed 5 years ago

iynehz commented 5 years ago

This will be something as https://ggplot2.tidyverse.org/reference/geom_smooth.html

In the Perl space the main blocker to have very basic support of this feature is that there is not a LOESS implementation. Need to look at R or Python scikit-misc's implementation and probably to write a separate XS package.

iynehz commented 5 years ago

Very basicaly support for loess and glm done. To be shipped with next release to CPAN.