CGiachalis
CGiachalis
You can modify `getRow()` and `getCol()` to get a sliced array : CODE ```c++ #include using namespace arma; // [[Rcpp::depends(RcppArmadillo)]] // [[Rcpp::export]] arma::cube getRow2(arma::cube cb, int i) { cb.print("Cube:"); auto...
@braverock - Not sure what is your point here. > just to clarify... 'adjusted' prices aren't prices anymore It will be the total return price series on which we're interested...
FYI - The new version (0.55.0) provides all `ties.method` options, see: https://github.com/HenrikBengtsson/matrixStats/pull/146
Thanks Joshua. No, it's not an issue at all. It's more a question of consistency, i.e., `na.omit()` or `split()` do not check that the class of the object matches the...
Thanks for your prompt reply! From R perspective, a user doesn't expect zero-based indexing but since it is intentional there is no problem - as long as it is documented...
Yes -> replacement of the logical value `FALSE` with `getOption("mlpack.verbose", FALSE)`. That's it. > what needs to happen to the R package to add something like that? You're already told...
@nanxstats Did you try setting the previous default, e.g. ` mathjax`. That's solved my problem at least. ```yaml template: bootstrap: 5 math-rendering: mathjax ```
Just to mention that the rendering is not what is used to be. I see different fonts as reported in #2739. Right clicking on the equation -> About MathJax, I...
And the answer is here: https://docs.mathjax.org/en/latest/upgrading/v2.html#not-yet-ported-to-version-3 > The MathJax v3 output jax currently only support one font, the MathJax TeX fonts. Improved font support is an important goal for version...