Displaying 4 results from an estimated 4 matches for "ehg182".
2011 Jun 11
0
Is there an implementation of loess with more than 3 parametric predictors or a trick to a similar effect? [re-posting as plain text to pass char-set filter]
...riction and got
"k>d2MAX in ehg136.? Need to recompile with increased dimensions."
How easy would that be to do? I cannot find a definition of d2MAX
anywhere, and it seems this might be hardcoded -- the error is
apparently triggered by line #1359 in loessf.f
????? if(k .gt. 15)?? call ehg182(105)
Alternatively, does anyone know of an implementation of local
regression with global (parametric) offset groups that could be
applied here?
Or is there a better way of dealing with this? I tried lme with
correlation structures but that seems to be much, much slower.
Any comments would be gr...
2011 Jun 24
2
Is there an implementation of loess with more than 3 parametric ...
Dear John,
> I suggest that you look at the abilities of the mgcv package.
> There are notes of mine at
>
> http://www.maths.anu.edu.au/%7Ejohnm/r-book/xtras/autosmooth.pdf
>
> that may help you get started.
Thank?you very much for the suggestion and the link to your write-up,
it was indeed very helpful!
I have experimented with this library for a while now and am really
happy
2011 Jun 11
1
Is there an implementation loess with more than 4 parametric predictors or a trick to similar effect?
Dear R experts,
I have a problem that is a related to the question raised in this earlier
post
https://stat.ethz.ch/pipermail/r-help/2007-January/124064.html
My situation is different in that I have only 2 predictors (coordinates x,y)
for local regression but a number of global ("parametric") offsets that I
need to consider.
Essentially, I have a spatial distortion overlaid over a
2011 Jun 16
0
Update: Is there an implementation of loess with more than 3 parametric predictors or a trick to a similar effect?
...xample) and got
"k>d2MAX in ehg136.? Need to recompile with increased dimensions."
How easy would that be to do? I cannot find a definition of d2MAX
anywhere, and it seems this might be hardcoded -- the error is
apparently triggered by line #1359 in loessf.f
????? if(k .gt. 15)?? call ehg182(105)
Alternatively, does anyone know of an implementation of local
regression with global (parametric) offset groups that could be
applied here?
Or is there a better way of dealing with this? I tried lme with
correlation structures but that seems to be much, much slower.
Any comments would be gr...