Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

9 results for “from:Vincent ZOONEKYND”

Statistics with R
Vincent ZOONEKYND · Aug 28, 2005 · r-help

Dear list, One year ago, some of you had wished for an English version of my web page "Statistiques avec R". The translation is now completed. As the French version, this document is still unfinished, probably full of mistakes -- but...

colouring a table, data.frame or matrix in an interactive R session
Vincent Zoonekynd · Jan 8, 2012 · r-help

On 7 January 2012 19:48, drflxms <drflxms at googlemail.com> wrote: > as I am dealing with complex confusion matrices, I wonder whether there > might be a way to colour text/tabular data in R. I.e. imagine > highlighting the...

Difference across the Nth dimension of an array
Vincent Zoonekynd · Jan 8, 2012 · r-help

On 9 January 2012 08:53, Phil Wiles <philip.wiles at gmail.com> wrote: > I have a multidimensional array - in this case with 4 dimensions of x,y,z > and time. ?I'd like to take the time derivative of...

List index constituents of an index in R? quantmod?
Vincent Zoonekynd · Jan 4, 2012 · r-sig-finance

You can use the XML package to parse the page and extract the contents of the table: library(XML) index <- "^DJI" url <- paste("http://uk.finance.yahoo.com/q/cp?s=", index, sep="") symbols <- readHTMLTable(url, as.data.frame=FALSE...

density estimation
Vincent ZOONEKYND · Apr 23, 2005 · r-help

The command help.search("density") which you should have tried if you had read the posting guide, returns, among others, "kde2d", in package MASS. -- Vincent On 4/22/05, Bernard Palagos <bernard.palagos at montpellier.cemagref.fr> wrote: > hello > sorry...

Intership: R programmer, London
Vincent_Zoonekynd@ssga.com · Apr 22, 2005 · r-help

State Street Global Advisors (one of the world's leading assets management companies)'s alternative strategies group is looking for interns able to bring a significant contribution to our R&D projects. Here are some of the directions we are...

[Q] BIC as a goodness-of-fit stat
Vincent Zoonekynd · Mar 8, 2006 · r-help

The following article gives some motivations for the BIC and some rules to interpret a difference of BICs (if I recall correctly, over 10: very strong difference, between 6 and 10: strong difference, between 2 and 6: some difference): A...

correlation based time series clustering?
Vincent Zoonekynd · Feb 23, 2012 · r-sig-finance

Here are a few ideas to cluster time series, with more references. 1. Build the minimum spanning tree on the correlation matrix. The result is usually very noisy: you may want to resample the data to see how the trees...

an interesting qqnorm question
Vincent ZOONEKYND · Apr 23, 2005 · r-help

If I understand your problem, you are computing the difference between your data and the quantiles of a standard gaussian variable -- in other words, the difference between the data and the red line, in the following picture. N <- 100 # Sample...

Can't find what you're looking for? Try searching with Google .