-
In the README, only basic summary statistics are mentioned: mean, median, mode and I'm guessing std. dev, variance, correlations, etc are also to be included. I'm curious about how far out you are int…
-
Firstly, thank you for this very useful code. I have few questions about the code and one more general functional connectivity question.
As we know, real neural data is noisy and we have no 'ground…
-
Submitting Author: Name (@github_handle)
Other Package Authors: (delete if none) Name (@github_handle)
Repository: https://github.com/hypertidy/geodist
Version submitted:
Submission type: Standar…
-
Pseudo random numbers can be generated quickly, when you need a lot of them. May be useful for Procedural generation or Monte Carlo simulation.
### haskell/random
#### High level
- [ ] [Ran…
-
The GVRS compression implementation for floating point data usually does better than the standard format supported by HDF5. Recently, I was working with some S-102 format bathymetry products that did…
-
Factored out from #994:
In use cases like QComp the existing ways to define an expected verdict and classify the actual result into correct/wrong are not enough, because for example the expected ve…
-
Some tests are performed with Monte Carlo estimates. For example, in `test/matrix.jl` the `rand` function for the `Wishart` and `InverseWishart` distributions are tested by generating a lot of sample…
nfoti updated
2 months ago
-
Hi,
We store data of multiple institutes in one iRODS configuration for eudat.
Is it possible to generate several uploads of data to eudat for different insititutes and differentiate:
* institu…
-
would be nice to link to some papers/further resources
-
#### Problem
I think that following utility methods aren't there for Matrices:
1. is_positive - To check whether each element of the Matrix is greater than 0.
2. is_positive_definite - To check…