-
This should be relatively straightforward to implement: type `permutationTest :: (v a -> v b -> Double) -> Int -> PValue`, i.e. takes in a function that takes a vector of labels and a vector of sample…
-
Some tests use permutations, variations and combinations with/without repetition as test data.
E.g. you want to test whether your customized sorting algorithm works correct:
Then you want to check …
-
Dear,
I’m currently using Letswave 6 to compare six merged datasets with the ANOVA with permutation testing. We have a between subject effect (3 types of pathology) and a within subject effect (2 t…
-
### Description of the problem
The p-value produced by the function `permutation_t_test` does not depend on whether a one- or two-tailed test is requested. This is not the expected behaviour.
### S…
-
[TS PlayGround](https://www.typescriptlang.org/play?ssl=81&ssc=27&pln=81&pc=58#code/PQKgUABBAc0AwBYIFoIBUDuB7CBlArgLaQrJnkkBGAnhAAoDOAlgDZYAyAhvhABQACjVlgDGTAHYBTAJQQAxAAtOAJwAm8lcs605hTgBcFJEnNMQAivk…
-
## Test failures in Vector Permutation Arithmetic Instructions
Last updated: November 21, 2022
#### Description:
Tests for the unit testing have been added and necessary environment changes…
ghost updated
5 months ago
-
These are robust to non-normal errors. Maybe need to add permutation as an alternative to simulation?
-
The regex at line 128 in regex_features.yaml to extract client IP addresses from SSH logs does not account for usernames containing a full stop "."
I suggest amending this to something like the below…
-
### User Story
As a Report Stream developer
I want to fully test all mapped fields for an OML message type,
so that our integration tests will alert for fields which have been modified.
### Descript…
-
Recently, I've been developing optimized permutation tests and have been attempting to push them into scipy. I have a permutation t-test PR [here](https://github.com/scipy/scipy/pull/4440) and a perm…