Displaying 20 results from an estimated 1000 matches similar to: "bandwidths for bivariate density estimation"
2007 Feb 28
4
legend question
Hi to all,
I'm sorry for posting this question, I am sure I am missing something
important but after reading the documentation I cannot find where the
problem is.
I want to add a legend to a figure. If I use a simple example drawn
from the R Reference Manual such as, for instance:
x <- seq(-pi, pi, len = 65)
plot(x, sin(x), type="l", col = 2)
legend(x = -3, y = .9,
2012 Jul 16
2
about dpik
Thank you for your reply.
I know the x in dpik() means the vector. But I don't know how to import into
c() with a huge metadata (>1000).
Following is my some try, and the h is: [1] 0.001180569, which seems to be
feasible.
2008 Jan 03
1
KernSmooth: bkde and dpik bandwidth questions
Hi,
I have two separate questions relating to the KernSmooth package. I am
using the dpik function from the KernSmooth package and receive the error
Warning message:
In kappam * Gcounts :
longer object length is not a multiple of shorter object length
I saw an earlier post , but the issue was using the bkde fxn and the
person appeared to be using too small of a bandwidth.
2005 Jul 21
2
opening RDB files
Hi all,
I've recently upgraded to R version 2.1.1 and when trying to inspect the
contents of many packages in the library (for instance library\MASS\R) I've
realized wordpad, or the notepad, won't open them since they have *.RDB and
*.RDX extensions which these editors cannot recognize.
However, libraries in previous versions of R did not have these extensions
and I could inspect
2008 Jul 10
1
quantile regression estimation results
Dear list,
I'm using the quantreg package for quantile regression. Although it's
fine, there're is some weird behavior a little bit difficult to
understant. In some occasions, the regression results table shows
coefficients, t-statistics, standard errors and p-values. However, in
other occasions it shows only coefficients and confidence intervals.
Therefore, the question is... Is
2012 Jul 15
1
About dpik function
Hi there and thanks in advance.
Nowadays I am working on the plug-in bandwidth selection with R. Firstly, my
1010 data is the return rate from Yahoo Finance.
Secondly, my code is following:
> r=read.table("/Users/user/Desktop/research/a.txt",sep=",",header=TRUE)
> x<-r[8:1010,]
> library(KernSmooth)
>
2006 Mar 31
1
mutual information for two time series
Hi I hope this is going to the right place. I am trying to write a program
which uses KernSmooth library to estimate mutual information between two
time series at various different lags. At the moment it’s producing negative
values, which is supposed to be impossible (something is fishy). I am
summing across one row of the matrix to get p(value is in bin x) and summing
across the columns to get
2007 Mar 21
1
Problem installing packages in R 2.4.1
I am attempting to install a anchoring vingettes package for R and I seem to
have a problem with unzipping the files in R. I use the command that can be
found here <http://wand.stanford.edu/anchors/>.
Here is the dialog I get after entering the command:
> install.packages("anchors", dependencies = TRUE,
+
2009 Jul 03
5
Can't install RMagick due to MagickWand problems
Hello,
I''m trying to install/update rmagick on a Debian machine using:
gem install --local rmagick-2.10.0.gem
and get following error:
/usr/local/bin/ruby extconf.rb install --local rmagick-2.10.0.gem
checking for Ruby version >= 1.8.5... yes
checking for gcc... yes
checking for Magick-config... yes
Warning: Found more than one ImageMagick installation. This could cause
problems at
2007 Dec 10
0
problem using "by" with custom function?
Hi,
I'm relatively new to R and R development, so please forgive me for any
obvious errors.
What I am trying to do is use the command dpik within the package KernSmooth
to estimate bandwidth parameters for GPS telemetry data. I have been able
to get this to work on a case by case basis without any problem, but would
like to extend this so that I can batch process many different animals for
2006 Oct 10
3
possible bug? (PR#9285)
=20
=20
I use the FEAR package available from=20
=20
http://www.clemson.edu/economics/faculty/wilson/
=20
which works perfectly in Rv2.2.0; after installing from a local zip and
loading I find:
=20
USING R version 2.2.0
=20
> local({pkg <- select.list(sort(.packages(all.available =3D TRUE)))
+ if(nchar(pkg)) library(pkg, character.only=3DTRUE)})
Loading required package:
2005 Apr 07
3
package
hello,
I created a package with my functions, and i wand to hide the code of some functions.
Could you help me ?
Gr?gory
--------------------------------------------------------------
GAZ DE FRANCE
Gr?gory Benmenzer
DIRECTION DE LA RECHERCHE
P?le Economie Statistiques et Sociologie
361 Avenue du pr?sident Wilson - BP 33
93211 La Plaine Saint Denis cedex
tel : 01 49 22 55 07
fax : 01 49 22
2011 Feb 12
2
Regarding {KernSmooth} - Can a package on CRAN have non GPL copyrights?
Hi all,
I'm not sure who to ask this, so I'm posting this here.
I just ran:
require(KernSmooth)
And got (I bolded the text):
Loading required package: KernSmooth
KernSmooth 2.23 loaded
*Copyright M. P. Wand 1997-2009*
Warning message:
package 'KernSmooth' was built under R version 2.12.1
What does that mean?
Thanks,
Tal
----------------Contact
2014 Mar 11
3
Caching {filePath,mtime64,checksum} values to speed up execution-time
Folks:
When using rsync to copy huge amounts of data I've found that a significant
amount of time is spent computing the checksums. Sometimes hours, ...
sometimes days - it depends on the total amount of data checked! And after
that sometimes it's only a few files that need to be updated.
I've pulled the latest git (rsync-3.1.1pre1) and didn't see anything to
address this (or I
2011 Oct 09
2
pdIdent in smoothing regression model
Hi there,
I am reading the 2004 paper "Smoothing with mixed model software" in
Journal of Statistical Software, by Ngo and Wand. I tried to run
their first example in Section 2.1 using R but I had some problems.
Here is the code:
library(nlme)
fossil <- read.table("fossil.dat",header=T)
x <- fossil$age
y <- 100000*fossil$strontium.ratio
knots <-
2005 Apr 02
1
Survey of "moving window" statistical functions - still looking f or fast mad function
Hi,
First, let me thank Jaroslaw for making this survey. I find it quite
illuminating.
Now the questions:
* the #1 solution below (based on cumsum) is numerically unstable.
Specifically if you do the runmean on a positive vector you can easily
get negative numbers due to rounding errors. Does anyone see a
modification which is free of this deficiency?
* is it possible to optimize the
2008 Jul 01
2
Problem with loading library-ks
Hi,
I am trying to load the library(ks), but I am getting the following error:
Loading required package: KernSmooth
KernSmooth 2.22 installed
Copyright M. P. Wand 1997
Loading required package: mvtnorm
Loading required package: rgl
Loading required package: misc3d
Error in lazyLoadDBfetch(key, datafile, compressed, envhook) :
ReadItem: unknown type 241
In addition: Warning messages:
1:
2018 Sep 17
4
Proxy secured incoming POP3/IMAP4 to unsecure backend?
Hi,
I try to set up dovecot as a proxy server, to proxy requests to several
dovecot-based backend servers. I wand external clients who connects to this
proxy Dovecot to use TLS (this is easy to set up) while want to have
unsecured (plain IMAP/POP) connections to backends.
You see, links to backends are over LAN so no TLS needed, and these
backends are poor old machines (with old Docecots like
2012 Nov 22
2
ROCR package not installing
I have tried installing the package (ROCR) with this command:
Install.packages(ROCR)
And with this command on the command line
R CMD INSTALL ROCR_1.0-4.tar.gz
But both times I get exactly the same error shown below, I don't understand
what is wrong, is this an error in the package code?
Thank you
Philip
probinson@bioinform08:/tmp/RtmpO0rFbx/downloaded_packages$ R CMD
2008 Jul 16
1
help with bivariate density plot question
Hi Spencer,
I have seen your name on the web site, and perhaps you can
help me with my R problem.
I'm trying to use KernSur to put in evidence a substructure in a
bidimensional plot. My problem is that, in order to get the density
in the low density areas (in which the substructure is located) I should
use different bandwidths. How I can do that?
Also, I think that the best choice for my