Re: [R] Package for calculating bandwidths

2010-09-22 Thread Brocker84

Thx so much, especially to Dennis.
-- 
View this message in context: 
http://r.789695.n4.nabble.com/Package-for-calculating-bandwidths-tp2548091p2549796.html
Sent from the R help mailing list archive at Nabble.com.

__
R-help@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.


[R] Package for calculating bandwidths

2010-09-21 Thread Brocker84

Hi!

Is there an R-package with which I can calculate bandwidths via cross
validation in a data set??

Greetz,
Valentin
-- 
View this message in context: 
http://r.789695.n4.nabble.com/Package-for-calculating-bandwidths-tp2548091p2548091.html
Sent from the R help mailing list archive at Nabble.com.

__
R-help@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.


Re: [R] Package for calculating bandwidths

2010-09-21 Thread Brocker84

Would nobody like to answer me?
-- 
View this message in context: 
http://r.789695.n4.nabble.com/Package-for-calculating-bandwidths-tp2548091p2548509.html
Sent from the R help mailing list archive at Nabble.com.

__
R-help@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.


Re: [R] Package for calculating bandwidths

2010-09-21 Thread Tal Galili
Bandwidth of what? Internet traffic/some sort of smoother?

Your question is not clear to me.


Contact
Details:---
Contact me: tal.gal...@gmail.com |  972-52-7275845
Read me: www.talgalili.com (Hebrew) | www.biostatistics.co.il (Hebrew) |
www.r-statistics.com (English)
--




On Tue, Sep 21, 2010 at 8:59 AM, Brocker84 v.broc...@web.de wrote:


 Hi!

 Is there an R-package with which I can calculate bandwidths via cross
 validation in a data set??

 Greetz,
 Valentin
 --
 View this message in context:
 http://r.789695.n4.nabble.com/Package-for-calculating-bandwidths-tp2548091p2548091.html
 Sent from the R help mailing list archive at Nabble.com.

 __
 R-help@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.


[[alternative HTML version deleted]]

__
R-help@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.


Re: [R] Package for calculating bandwidths

2010-09-21 Thread Brocker84

Sorry, bandwidth via cross validation for a kernel smoothing.
-- 
View this message in context: 
http://r.789695.n4.nabble.com/Package-for-calculating-bandwidths-tp2548091p2548630.html
Sent from the R help mailing list archive at Nabble.com.

__
R-help@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.


Re: [R] Package for calculating bandwidths

2010-09-21 Thread Brocker84

No idea?
-- 
View this message in context: 
http://r.789695.n4.nabble.com/Package-for-calculating-bandwidths-tp2548091p2548976.html
Sent from the R help mailing list archive at Nabble.com.

__
R-help@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.


Re: [R] Package for calculating bandwidths

2010-09-21 Thread David Winsemius


On Sep 21, 2010, at 12:31 PM, Brocker84 wrote:



No idea?


Search?

Perhaps with:
adaptive bandwidth cross-validation

AND (for your brain, not the search engine)
--

PLEASE do read the posting guide http://www.R-project.org/posting-guide.html

---

David Winsemius, MD
West Hartford, CT

__
R-help@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.


Re: [R] Package for calculating bandwidths

2010-09-21 Thread Dennis Murphy
Try this:

# install.packages('sos')[if necessary]
library(sos)
findFn('bandwidth cross validation kernel smoothing')
found 24 matches;  retrieving 2 pages

The ks package appears to be a place to start...

HTH,
Dennis

On Tue, Sep 21, 2010 at 9:31 AM, Brocker84 v.broc...@web.de wrote:


 No idea?
 --
 View this message in context:
 http://r.789695.n4.nabble.com/Package-for-calculating-bandwidths-tp2548091p2548976.html
 Sent from the R help mailing list archive at Nabble.com.

 __
 R-help@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.


[[alternative HTML version deleted]]

__
R-help@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.