-
We see ts_corr might be unable to work out the correlation for multiple-symbol scenarios.
Is that supported?
Thanks,
-
Two potential speed-ups for spline and HSGP models (without random effects)
## 1. use _glm more often.
E.g. formula `y ~ s(x)` generates code with
```
vector[N] mu = Intercept + rep_vecto…
-
Please see [Correlation consistent basis sets for molecular core-valence effects with explicitly correlated wave functions: The atoms B–Ne and Al–Ar](https://doi.org/10.1063/1.3308483).
The name in …
-
What does the functions return?
I believe there should be a general type for Bayes tests (`BayesTest`?), similar to what's done in StatsModels or HypothesisTests, and then subtypes (for correlation…
-
Since Application Insights is now the "de facto" monitoring platform for Azure Functions, one of the most incredibly useful features is the [Application Map.
](https://docs.microsoft.com/en-us/azure/…
-
I noticed that the `cov` and `cor` functions in `Statistics`, when returning a covariance/correlation matrix, do not return it using the `Symmetric` matrix type. This would be useful given the optimiz…
-
**objective:** collect the tools, functions or classes, for handling non-i.i.d. covariance structures
The idea is to get reusable components for a mix-and-match system as complement to the (more effi…
-
As done with 'ggpp', unit tests need to be added to 'ggpmisc' so as to test the code better (in actual practice) and to achieve formally high coverage.
-
The getVarCov()-methods for "gls" and "lme" fits with spatial correlation structure fail for individuals with a single observation only. This is exemplified in the following code using corExp() correl…
-
This is a question migrated over from `cupyimg`: will there be multi-GPU support for GPU-enabled `scikit-image` functions?
`phase_cross_correlation` and `affine_transform` are two functions I have…