search for: fitfn

Displaying 2 results from an estimated 2 matches for "fitfn".

Did you mean: fitfun
2006 Feb 23
2
locpoly
Dear R Users, When using locpoly function, number of output values is smaller than the number of input values. How is it possible to get number of output component $y equal to the number of inputs. Thanks a lot, Amir --------------------------------- [[alternative HTML version deleted]]
2008 May 11
0
loess and locpoly
...me in locpoly? I computed like this: bw=dpill(x, y, blockmax = 5, divisor = 20,trim = 0.01, proptrun = 0.05, gridsize = n, range(x), truncate = FALSE) m=locpoly(x, y, drv = 0, degree = 1, gridsize= n, bandwidth=bw, bwdisc = 25, range(x), binned = FALSE) fitfn <- approxfun(m$x, m$y) m_y <- fitfn(x) but i'm not sure it is right? Thanks in advanced. Pawel Teisseyre.