Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
2answers
655 views

Error using `loess.smooth` but not `loess` or `lowess`

I need to smooth some simulated data, but occasionally run into problems when the simulated ordinates to be smoothed are mostly the same value. Here is a small reproducible example of the simplest ...
3
votes
2answers
106 views

R: Marking slope changes in LOESS curve using ggplot2

I have some time-series data that I'm fitting a loess curve in ggplot2, as seen attached. The data takes the shape of an "S" curve. What I really need to find out is the date where the data starts to ...
1
vote
1answer
164 views

Is there an implementation of loess in R with more than 3 parametric predictors or a trick to a similar effect?

Calling all experts on local regression and/or R! I have run into a limitation of the standard loess function in R and hope you have some advice. The current implementation supports only 1-4 ...
1
vote
3answers
193 views

Extracting the fitted terms in the local polynomial function of a loess (in R) (NOT predict())

How can I extract what the parameters that the loess function fitted for the polynomial function it uses, for a particular x of my data? For example, in: cars.lo <- loess(dist ~ speed, cars) ...
0
votes
0answers
80 views

Looking for Local Regression (loess/lowess) implementation in OpenCL

I am looking for a local regression implementation/port in opencl. http://en.wikipedia.org/wiki/Local_regression ...
0
votes
3answers
703 views

Loess Fit and Resulting Equation

I'm a developer up in Portland, OR. I'm wondering if anyone can assist: I'm working on Loess fit models using R, once I have the fit accomplished, I'm looking to back-out the equation of the fitted ...