Hello, I am trying to get fitted/estimated values using kernel regression and a triangular kernel. I have found packages that easily fit values from a kernel regression (e.g. ksmooth) but do not have a triangular distribution option, and density estimators that have triangular distribution options that I can't seem to use to produce estimated values (e.g. density). Any help is appreciated. Bryan [[alternative HTML version deleted]]
Gabor Grothendieck
2009-Sep-12 17:55 UTC
[R] Triangular distribution for kernel regression
Try: RSiteSearch("kernel triangular") On Sat, Sep 12, 2009 at 1:51 PM, Bryan <thespamhouse at gmail.com> wrote:> Hello, > > I am trying to get fitted/estimated values using kernel regression and a > triangular kernel. ?I have found packages that easily fit values from a > kernel regression (e.g. ksmooth) but do not have a triangular distribution > option, and density estimators that have triangular distribution options > that I can't seem to use to produce estimated values (e.g. density). ?Any > help is appreciated. > > Bryan > > ? ? ? ?[[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >
Hi Brian,>> I am trying to get fitted/estimated values using kernel regression and a >> triangular kernel.Look at Loader's locfit package. You are likely to be pleasantly surprised. Regards, Mark. Bryan-65 wrote:> > Hello, > > I am trying to get fitted/estimated values using kernel regression and a > triangular kernel. I have found packages that easily fit values from a > kernel regression (e.g. ksmooth) but do not have a triangular distribution > option, and density estimators that have triangular distribution options > that I can't seem to use to produce estimated values (e.g. density). Any > help is appreciated. > > Bryan > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > >-- View this message in context: http://www.nabble.com/Triangular-distribution-for-kernel-regression-tp25416706p25417878.html Sent from the R help mailing list archive at Nabble.com.