[R] GSOC 2021: Project Mentors, Please Post Project Ideas!

2021-02-18 Thread Brian G. Peterson
ld have at least two mentors for your project.  Please reach out to us with questions! Regards, Brian   -- Brian G. Peterson ph: +1.773.459.4973 im: bgpbraverock -- You received this message because you are subscribed to the Google Groups "gsoc-r" group. To unsubscribe from this grou

Re: [R] [R-SIG-Finance] AsOf join in R

2011-10-05 Thread Brian G. Peterson
-11","2011-09-12"))) AsOf<-function(a,b) { x<-cbind(a,b) x[,2]<-na.locf(x[,2]) x[!is.na(x[,1])] } AsOf(A,B) ##### # ..1 ..2 #2011-09-01 10 1.1 #2011-09-09 15 1.5 #2011-09-10 20 1.5 #2011-09-15 25 1.7 # -- Brian G. Peterson h

Re: [R] [R-SIG-Finance] Handling of irregular time series in lineChart

2011-04-28 Thread Brian G. Peterson
. Regards, - Brian -- Brian G. Peterson http://braverock.com/brian/ Ph: 773-459-4973 IM: bgpbraverock On Thu, 2011-04-28 at 20:02 -0400, Robert A'gata wrote: > Hi, > > I realized that when I have irregular series to feed into lineChart, > the interval of each point in the

[R] R/Finance 2011 - Call for Papers

2010-09-20 Thread Brian G. Peterson
Call for Papers: R/Finance 2011: Applied Finance with R April 29 and 30, 2011 Chicago, IL, USA The third annual R/Finance conference for applied finance using R will be held this spring in Chicago, IL, USA on April 29 and 30, 2011. The two-day conference will cover topics including portfolio ma

Re: [R] Rename R package name on R-Forge

2010-02-20 Thread Brian G. Peterson
wenjun zheng wrote: Hi, R Users, Can maintainer rename the package on F-Forge? Any suggestions will be appreciated. use svn mv if your directory structure is pkg/ pkg/R/ pkg/man/ pkg/DESCRIPTION like that then create a directory under pkg that is the new package name that you want pkg

Re: [R] [R-SIG-Finance] How to separate date and time into different columns?

2010-01-22 Thread Brian G. Peterson
only reply to r-help. It would be polite to sign your name too... Regards, - Brian -- Brian G. Peterson http://braverock.com/brian/ Ph: 773-459-4973 IM: bgpbraverock __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help

Re: [R] Identifying outliers in non-normally distributed data

2009-12-27 Thread Brian G. Peterson
#x27;t say what kind of data you're trying to identify outliers in, if it is time series data the function Return.clean in PerformanceAnalytics may be useful. Regards, - Brian -- Brian G. Peterson http://braverock.com/brian/ Ph: 773-459-4973 IM: bgpbraverock ___

Re: [R] Newbie: colSums() compared with Matlab's sum()

2009-12-23 Thread Brian G. Peterson
Francesco Napolitano wrote: Il giorno mer, 23/12/2009 alle 22.14 -0500, David Winsemius ha scritto: for(i in 1:n){ submat <- data[1:i,] C <- colSums(submat) } In R the loop is not necessary, even confusing as you are demonstrating: > mat <- matrix(rnorm(100), nrow=10) # 10 x 10 >

Re: [R] loading data into ZOO

2009-12-23 Thread Brian G. Peterson
index columns when you call as.zoo. Regards, - Brian -- Brian G. Peterson http://braverock.com/brian/ Ph: 773-459-4973 IM: bgpbraverock __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide

Re: [R] iid.test

2009-12-23 Thread Brian G. Peterson
(RTFM) before posting questions to the list. Gavriel & Esti Zoladz wrote: I cant find this On 12/23/09, *Brian G. Peterson* <mailto:br...@braverock.com>> wrote: Gavriel & Esti Zoladz wrote: I found there that it is supposed to be in destdir, but I can&#x

Re: [R] iid.test

2009-12-23 Thread Brian G. Peterson
Gavriel & Esti Zoladz wrote: I downloaded the iid.test, but I can't run it. I get the following message: Error: could not find function "iid.test" Where am I supposed to save this package in order that it works? ?install.packages __ R-help@r-proje

Re: [R] [R-SIG-Finance] Fitting ACD model

2009-12-23 Thread Brian G. Peterson
structions for installnig R-Forge packages are on the page above. Regards, - Brian -- Brian G. Peterson http://braverock.com/brian/ Ph: 773-459-4973 IM: bgpbraverock __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help

Re: [R] [R-SIG-Finance] Does anybody know how to connect to KDB from within R?

2009-09-24 Thread Brian G. Peterson
Michael wrote: Does anybody know how to connect to KDB from within R? Please give me some pointers... Thanks a lot! Michael, KX distributes R glue code with kdb. http://kx.com/q/interfaces/r/ Talk to them if you need support on using it, your firm presumably paid enough for the license.

Re: [R] [R-SIG-Finance] please recommend statistics, time series and econometrics books with finance, macroeconomics, trading and business applications

2008-11-08 Thread Brian G. Peterson
s, - Brian -- Brian G. Peterson http://braverock.com/brian/ Ph: 773-459-4973 IM: bgpbraverock __ 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.h

Re: [R] [R-SIG-Finance] where do I find stochastic volatilities models in R or Matlab?

2008-02-08 Thread Brian G. Peterson
rt's "Bayesian Computation with R" is in the LearnBayes package on CRAN. Bayesian Core has a more in-depth discussion of Bayesian models for SV. Both books are well worth owning as references, even though the code is available. Regards, - Brian > On Feb 7, 2008 3

Re: [R] [R-SIG-Finance] where do I find stochastic volatilities models in R or Matlab?

2008-02-07 Thread Brian G. Peterson
Michael wrote: > Does anybody have the source code of stochastic volatility models in R > or Matlab, for example, the Bayesian based or the simulation based SV > estimations as described by Prof Eric Zivot in the following > discussion? > > https://stat.ethz.ch/pipermail/r-sig-finance/2005q4/00050

[R] [R-pkgs] PerformanceAnalytics version 0.9.6 released to CRAN

2007-12-31 Thread Brian G. Peterson
We are pleased to announce the availability on CRAN of PerformanceAnalytics version 0.9.6. This is a feature and bugfix release. http://cran.r-project.org/src/contrib/Descriptions/PerformanceAnalytics.html PerformanceAnalytics is a library of econometric functions for performance and risk analys