Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-12-31 | Adding note because of mvlmm performance test failure | Pjotr Prins | |
2024-12-09 | Expanded error message | Pjotr Prins | |
2024-08-17 | mvlmm: Dump the initial data. | Artyom Bologov | |
2024-08-17 | Add -debug-dump CLI flag for dumping data to files. | Artyom Bologov | |
2024-08-17 | gemma.cpp: Rephrase main LMM track for searchability. | Artyom Bologov | |
2024-08-16 | gemma,lmm,mvlmm: Add data debug printing everywhere. | Artyom Bologov | |
2024-08-16 | gemma.cpp: Do eigendecomposition the same way as with LMM. | Artyom Bologov | |
This way, one can export the eigen* data that matches the one used while doing LMM. Otherwise the exported eigenvectors are sliiiiightly off and break the computations depending on them in Mgamma. | |||
2023-06-29 | Add limits | Pjotr Prins | |
2023-06-29 | Fix build on guix using limits | Pjotr Prins | |
2022-08-06 | Add warning when genotypes not in range for mean BIMBAM | Pjotr Prins | |
2022-08-05 | Bump version and minor output | Pjotr Prins | |
2022-02-15 | Control P_yy round-off. | Pjotr Prins | |
Fixes #210 | |||
2021-08-25 | Static release | Pjotr Prins | |
2021-08-25 | Add -lmm 9 test and make sure other file formats work | Pjotr Prins | |
2021-08-25 | Disable debugging output | Pjotr Prins | |
2021-08-25 | iter could go out of bounds in CalcLambda - may explain github #243 | Pjotr Prins | |
2021-08-25 | Make sure P_yy=0 does not fail. Fix undefined iter in loop. Make sure there ↵ | Pjotr Prins | |
is cleanup on exit | |||
2021-08-22 | Disable round-off correction | Pjotr Prins | |
2021-08-16 | README.md | Pjotr Prins | |
README | |||
2021-08-15 | Version | Pjotr Prins | |
2021-08-14 | Aim at fix of | Pjotr Prins | |
GSL ERROR: function value is not finite in brent.c at line 202 errno 9 #210 | |||
2021-08-11 | Minor fix and bump version | Pjotr Prins | |
2021-08-04 | Document switch -lmm 9 | Pjotr Prins | |
2021-08-02 | * Changed banner to show Copyright (C) 2012–2021, Xiang Zhou, Pjotr Prins ↵ | Pjotr Prins | |
and team | |||
2021-01-29 | Release 0.98.4 | Pjotr Prins | |
2021-01-11 | Only free randomizer when initialized | Pjotr Prins | |
Fixes: #239 | |||
2020-12-16 | Fix checks for `-lmm 9` mode | Pjotr Prins | |
2020-12-16 | Fix checks for `-lmm 9` mode | Pjotr Prins | |
2020-12-15 | Added a test for -lmm 9 | Pjotr Prins | |
2020-12-15 | Introduced `-lmm 9` switch for gemma to capture additive effect together | Pjotr Prins | |
without the log likelihood without adding computation time. See also #237 Closes #237 | |||
2020-12-15 | Undo function change | Pjotr Prins | |
2020-12-15 | Using M_LLM? modes | Pjotr Prins | |
2020-12-15 | Using M_LLM? modes | Pjotr Prins | |
2020-12-15 | Removed logl_H1 column for -lmm 3 - see also #237 | Pjotr Prins | |
2020-12-15 | No need to pass lambda by address | Pjotr Prins | |
2020-11-28 | Prepare for release | Pjotr Prins | |
2020-11-28 | Sane random generator handling | Pjotr Prins | |
2020-11-28 | Remove unused code | Pjotr Prins | |
2020-10-06 | Improved some error messages | Pjotr Prins | |
2020-10-04 | Silence means silent! | Pjotr Prins | |
2020-10-01 | These variables are introduced in DEBUG mode | Pjotr Prins | |
2020-10-01 | Adding comments related to ↵ | Pjotr Prins | |
https://github.com/genetics-statistics/GEMMA/issues/234 | |||
2020-09-30 | Align R2 filter with docs | Pjotr Prins | |
2020-09-29 | Fixing Travis build, remove gcc warnings and bump version | Pjotr Prins | |
2020-09-29 | Add note | Pjotr Prins | |
2020-09-28 | More output | Pjotr Prins | |
2020-09-28 | Scaling attribute show | Pjotr Prins | |
2020-09-28 | Show computed variance | Pjotr Prins | |
2020-09-28 | Show precision | Pjotr Prins | |
2020-09-28 | Display mean | Pjotr Prins | |