-
Submitted by: Joshua Ulrich
Assigned to: Nobody
[R-Forge link](http://r-forge.r-project.org/tracker/index.php?func=detail&aid=5250&group_id=118&atid=516)
The error occurs in the `_do_subset_xts` C fu…
-
@harvey131 discovered an unused environment variable in `.rbind.xts()` in #313. So it would be a good idea to check for similar issues in all other unexported functions. That will avoid similar confus…
-
As all the time series charting functions in PerformanceAnalytics share with `chart.TimeSeries`, we should refactor it with `plot.xts` first and keep reviewing it to coordinate with other functions. R…
-
Currently, the `influx_query` result is either a `data.frame` (`tibble`) or an `xts` object. The latter is only the case, if the function call specifically contains the `return_xts=TRUE` argument. How…
-
Hi,
Regarding the cryptsetup encryption ciphers, is there a good reason why "aes-cbc-essiv:sha256" is the default in the example files when "aes-xts-plain64" appears to have better performance on Ras…
xmijo updated
2 years ago
-
Hello,
I am having an issue with the following code.
I have two poped.db that differ only by 1 sampling time (xt). poped.db one having an additional sample at t=10^-5.
`poped.db$design$xt`
```
…
-
It's quite common to create a zero-width xts object for aligning series or making irregular series regular. A zero-width xts object has an index, but no data.
```r
# zero-width xts object
R> xts…
-
The error most likely occurred in:
> ### Name: fitTsfmLagLeadBeta
> ### Title: Fit a lagged and lead Betas factor model using time series
> ### regression
> ### Aliases: fitTsfmLagLeadBeta
> …
-
This will probably require better `ts` support in xts, and will need to make the `stats::decompose` function generic. Not in any hurry to add this to the package, but wanted to document it after [ans…
-
This is a cross post from SO...this [link](http://stackoverflow.com/questions/18765775/morris-js-interactive-version-of-charts-performancesummary?noredirect=1#comment27678745_18765775).
I would like …