similar to: R/Finance 2009: Applied Finance with R -- Call for Papers

Displaying 20 results from an estimated 2000 matches similar to: "R/Finance 2009: Applied Finance with R -- Call for Papers"

2010 Feb 17
0
[Reminder] R/Finance 2010: Applied Finance with R
[ Registration for R/Finance 2010 is going strong: after only ten days of registrations one tutorial is already at 65% of capacity, and two others are approaching the 50% mark. Tutorials are capped at fourty participants each, the conference itself may be capped at three hundred registrations. Conference details are provided below. ] R/Finance 2010: Applied Finance
2010 Mar 12
0
R/Finance 2010
R/Finance 2010: Applied Finance with R April 16 & 17, Chicago, IL, US www.RinFinance.com <http://www.RinFinance.com> The second annual R/Finance conference for applied finance using R, the premier free software system for statistical computation and graphics, will be held this spring in Chicago, IL, USA on Friday April 16 and Saturday April 17, 2010. Registration is still open and
2010 Sep 20
0
R/Finance 2011 - Call for Papers
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 management, time series analysis, advanced risk tools, high-performance computing, market microstructure
2009 Feb 23
0
R/Finance 2009: Applied Finance with R -- Registration now open
R/Finance 2009: Applied Finance with R April 24 & 25, Chicago, IL, US The first annual R/Finance conference for applied finance using R , the premier free software system for statistical computation and graphics, will be held this spring in Chicago, IL, USA on Friday April 24 and Saturday April 25. The two-day conference will cover topics as diverse as portfolio theory,
2009 Feb 23
0
R/Finance 2009: Applied Finance with R -- Registration now open
R/Finance 2009: Applied Finance with R April 24 & 25, Chicago, IL, US The first annual R/Finance conference for applied finance using R , the premier free software system for statistical computation and graphics, will be held this spring in Chicago, IL, USA on Friday April 24 and Saturday April 25. The two-day conference will cover topics as diverse as portfolio theory,
2010 May 26
0
R/Rmetrics Meielisalp Summer School and User/Developer Workshop 2010
Computational Finance and Financial Engineering 1st R/Rmetrics Summer School and 4th User/Developer Meeting Meielisalp, Lake Thune Switzerland, June 27 - July 1, 2010 Late Registration: https://www.rmetrics.org/meielisalp2010-registration Students: Apply for Student Scholarships www.rmetrics.org *** Rmetrics 2010 - Don't miss it ! ***
2008 May 21
3
Problem with R or fBasics Package (PR#11495)
I have a problem wirh R: After loding fBasics packages log funtion doesn't work like as fallow: Cenap ERDEMIR Hacettepe University Turkey > log(20) [1] 2.995732 > local({pkg <- select.list(sort(.packages(all.available = TRUE))) + if(nchar(pkg)) library(pkg, character.only=TRUE)}) Loading required package: fImport Loading required package: fSeries Loading required package: robustbase
2003 Jun 10
1
Fwd: dse package - load failure
Hello, Sorry a second time again, Maybe I have to add that I'm running R under Windows 2000/XP, and that the download works properly under 1.062 but not under 1.070. Diethelm >Date: Tue, 10 Jun 2003 19:25:33 +0200 >To: r-devel@stat.math.ethz.ch >From: Diethelm Wuertz <wuertz@itp.phys.ethz.ch> >Subject: dse package - load failure >Cc: pgilbert@bank-banque-canada.ca
2007 Oct 31
1
problem with package fSeries
Helo, please look at the log below: after loading the fSeries library, I can not use the log function. Is this a bug or what am I doing wrong? Because of this, I'm unable to use the garch library. thanks a lot for any help, Balazs Torma > log(1) [1] 0 > require("fSeries") Loading required package: fSeries Loading required package: robustbase Loading required package:
2004 Dec 12
1
Re: [R-sig-finance] dates and times on Windows for fMetrics
# Here is the solution: require(fBasics) # Be sure that R is running in time zone GMT. # Set your Windows environment variable to "GMT" # Your PC Windows clock can still run in any other time zone! # My clock is now running in Zurich in Europe. Date = c("2003-10-09", "2003-10-10", "2003-10-13", "2003-10-14") Open = c(1.27, 1.25, 1.27,
2011 Apr 01
0
R/Finance 2011 Conference Agenda
R community: We're excited to post a preliminary agenda for the upcoming 3rd conference on R and Applied Finance, to be held in Chicago on April 29th and 30th. In addition to keynotes from John Bollinger, Mebane Faber, Stefano Iacus and Louis Kates, we are excited to have 31 additional talks covering the state of R and applied finance. This represents a phenomenal opportunity to meet and
2004 Jun 26
1
Problem setting environment variable in R/zzz.R
I am trying to get the Rmetrics.org component package fBasics by Diethelm Wuertz into a Debian package. Thanks to a lot of work by Diethelm, it is _almost_ there. It fails 'R CMD check' for me if I do not have the TZ environment variable set [1], yet works fine as long as I set TZ. I figured I could patch this in R/zzz.R and do ## set a timezone if none found in environment
2004 Jun 13
1
Rmetrics - New Built 190.10055
*June 13, 2004 Rmetrics - new Built 190.10055 Rmetrics is an environment and a collection of functions for teaching financial engineering and computational finance *The new built should now run out of the box under Windows, Linux, and Mac OSX. In addition new functionality has been added, and some fixes has been done. New functions and example files have been added. Please inspect the FAQ and
2004 Nov 10
2
fSeries
Good morning everyone, I use for the first time the package fSeries and i try to run the example given by Diethelm Würtz. But when i run its example which is the following # # Example: # Model a GARCH time series process # # Description: # PART I: Estimate GARCH models of the following type ARCH(2) # and GARCH(1,1) with normal conditional distribution functions. # PART II: Simulate
2008 Jun 11
0
ETH Internship - Dynamic Portfolio Asset Allocation
Summer Internship at ETH Zurich "Dynamic Portfolio Asset Allocation" We offer a 3-months internship starting midth July 2008. The topic addresses "Dynamic Portfolio Asset Allocation" including alternative instruments and hedge funds. The goal will be to compare the robust mean-variance, the lower partial moment and the conditional value-at-risk approaches for portfolio
2005 Dec 01
2
about comparison of KURTOSIS in package: moments and fBasics
Hello I do not know very much about statistics (and English language too :-( ), then I come in search of a clarification (explanation): I found two distinct results on KURTOSIS and I do not know which of them is the correct one. Any aid will be welcome! klebyn ################ CODE rnorm(1000) -> x library(moments) kurtosis(x) skewness(x) detach("package:moments")
2004 Nov 11
0
ROracle SQL length limitation
Hi All, This question was brought up some time ago but I never saw a reply so I'd like to bring it up again. When using ROracle package (version 0.5-5), I am unable to run any queries that are greater than 4000 characters in length. If I do, I get the following message: Error in oraPrepareStatement(con, statement, bind=NULL) : RS-DBI driver: (too long a statement -- it must has less than
2004 Aug 25
0
Missing Info on /bin/macosx/r-devel
A minor problem ... Since several weeks the "Daily checking results for contributed packages with R-devel" for MacOSX seems to be broken, respectively the "check" file is empty. Please follow the links http://cran.r-project.org/bin/macosx/ and http://cran.r-project.org/bin/macosx//r-devel. Does anybody know, where to find the checking results of R-packages for MacOSX?
2004 May 31
1
Rmetrics New Built
*www.Rmetrics.org Rmetrics - new Built 190.10053 *The new built has now implemented my 'timeDate' and 'timeSeries' classes which became part of the fBasics package. Furthermore, MS Windows specifics were removed from the packages, so we can try to build Rmetrics on Linux and on Mac OSX. Please send me your experiences. There is now a small new package named winRmetrics which
2005 Dec 13
0
Constrained Log-Likelihood with SQP Solver
Dear R-Users, I'm searching for somebody who can support me or even likes to collaborate with me in setting up an R-package for "constrained maximim log-likelihood" parameter estimation. For example fitting the parameters of a MA(1)-APARCH(1,1) model for a time series of 17'000 points (e.g. the famous Ding-Granger-Engle mode) takes about 10 minutes with the existing