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.
Hi, I have a graph with seven parallel horizontal lines. Is it possible to shade the area between two adjacent lines? Thank you in advance, Hannu
An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-sig-finance/attachments/20051011/5e12afa0/attachment.ksh
An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-sig-finance/attachments/20051010/544df57a/attachment.pl
An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20060330/3d614366/attachment.pl
An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-sig-finance/attachments/20060803/a7a3745e/attachment.pl
An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20071017/90ef5217/attachment.pl
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20101110/4354deaa/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20090331/53b28ac0/attachment-0002.pl>
Hi, I am trying to estimate a one-factor model of the spread y(t) between two interest rates y(t) = a + b*s(t) + u(t) s(t) = c*s(t-1) + v(t) using the DLM package in...
There is a bug (or a feature) in R-0.63.1 such that mean() and sum() result into identical values in the following example. > mydata <- read.table("a:\\undata.txt", header=T) > summary(mydata[2]) UN Min. : 3.20...
I have tried to replicate Example 5.1 in Luenberger: Investment Science. Here is the model model <- MIPModel() %>% add_variable(x[i], i = 1:7, type = "binary") %>% set_objective(200*x[1]+30*x[2]+200*x[3]+60*x...
>I've allways had some problems compiling R (R-62.x and R-63.x) on a AIX 4.2.1 My problems are very similar with R-63.1 on Red Hat linux 5.1. './configure' and 'make' seem...
I forgot to mention that I am using the ompr package. An example is given here https://blog.revolutionanalytics.com/2016/12/mixed-integer-programming-in-r-with-the-ompr-package.html -Hannu On Tue, Feb 19, 2019 at 2...
Instead of library(fSeires), try library(fSeries). For your information, garchFit is now in the fGarch package, if you have R-2.6.0. Hannu On 10/19/07, ANNing-ning <nning_an at hotmail.com> wrote: > > > for example , when...
I have R-0.62.3 and RedHat 5.0 with fort77. At the office R is running but when I install a package, eg. 'akima' I get a message make: f77: Command not found 'R INSTALL library' does not...
>>I have R-0.62.3 and RedHat 5.0 with fort77. >> >>At the office R is running but when I install a package, eg. 'akima' It seems R does not install completely with fort77. I am able to run...
Hi Eric, thank you very much. Best regards, Hannu On Tue, Feb 19, 2019 at 4:02 PM Eric Berger <ericjberger at gmail.com> wrote: > Hi Hannu, > I figured out the problem. The following code works for me. Note that...
I specify the problem more clearly. My model is y(t) = a + b*s(t) + u(t) s(t) = c*s(t-1) + v(t) that is a stochastic linear trend model in the DLM package obtained by setting dlmModPoly...
If you have a look at the arma and arima outputs, the first one has an intercept but in arima it is ignored: R help for arima: include.mean Should the ARMA model include a mean/intercept term? The default...
Can't find what you're looking for? Try searching with Google .