Skip to content
Prev 6322 / 15274 Next

!SPAM: Re: R-Finance Tutorial

On 07/01/2010 07:59 AM, Ben Nachtrieb wrote:
Those redundancies serve different needs.  So, in time series, a couple of 
packages are historical (e.g. ts, its), some are more general than just finance 
(e.g. zoo) and others are optimized for large financial time series (e.g. xts, 
and arguably timeSeries)

with timeSeries, it is used by default in all the RMetrics packages, so if you 
need to do something they do well (e.g. pricing algorithms, or some Garch 
methods) then you will use timeSeries.

xts, being optimized for financial time series applications, is probably the 
best 'default' for you to use, because it has conversion methods for all the 
other classes.

In the dedicated finance packages, similar 'specific purpose' answers will 
apply.  Many of the topics you mentioned are covered by multiple packages 
because different authors had different needs.  R is not a monolithic entity. 
Many different people write packages as needed to solve particular problems. 
You we not very specific in describing your particular problem, so you'll get 
answers from many different points of view.
Well, the MASS book was a good suggestion, and the task views:

http://cran.r-project.org/web/views/

(this could have been found by using rseek.org or Google on 'r-project task views')

Regards,

    - Brian