about summary refs log tree commit diff
path: root/src/lmm.cpp
AgeCommit message (Expand)Author
2025-12-03Writing output local to functionPjotr Prins
2025-12-03Pass in snp infoPjotr Prins
2025-12-03Unpack key to get chr,pos,markerPjotr Prins
2025-12-03Some outputPjotr Prins
2025-12-03Trying to optimize mdb read-aheadPjotr Prins
2025-12-02Started generating outputPjotr Prins
2025-12-02All SNPs computedPjotr Prins
2025-12-01Code loads markers - getting ready to computePjotr Prins
2025-12-01Copy function so I can modifyPjotr Prins
2025-12-01Set up lmdb reading of geno file againPjotr Prins
2025-12-01RefactoringPjotr Prins
2025-12-01Wiring in mdb GWAPjotr Prins
2025-11-27Update copyrightsPjotr Prins
2025-11-27Minor tweaksPjotr Prins
2025-11-26Fix progress bar and test larger filePjotr Prins
2025-11-26openblas speed on parPjotr Prins
2025-11-23Adding commentsPjotr Prins
2025-11-20CommentsPjotr Prins
2024-08-16gemma,lmm,mvlmm: Add data debug printing everywhere.Artyom Bologov
2022-02-15Control P_yy round-off.Pjotr Prins
2021-08-25Add -lmm 9 test and make sure other file formats workPjotr Prins
2021-08-25iter could go out of bounds in CalcLambda - may explain github #243Pjotr Prins
2021-08-25Make sure P_yy=0 does not fail. Fix undefined iter in loop. Make sure there i...Pjotr Prins
2021-08-22Disable round-off correctionPjotr Prins
2021-08-14Aim at fix ofPjotr Prins
2020-12-15Introduced `-lmm 9` switch for gemma to capture additive effect togetherPjotr Prins
2020-12-15Undo function changePjotr Prins
2020-12-15Using M_LLM? modesPjotr Prins
2020-12-15Using M_LLM? modesPjotr Prins
2020-12-15Removed logl_H1 column for -lmm 3 - see also #237Pjotr Prins
2020-12-15No need to pass lambda by addressPjotr Prins
2020-10-01These variables are introduced in DEBUG modePjotr Prins
2020-09-29Fixing Travis build, remove gcc warnings and bump versionPjotr Prins
2020-05-22Fixes for gcc (GCC) 10.1.0Pjotr Prins
2018-12-10Fixes regression introduced by sharing plink algorithm with BIMBAM.Pjotr Prins
2018-09-15Remove noisy batch_compute messagePjotr Prins
2018-09-06Sometimes a value gets negative zero causing a NaN on the sqrt.Pjotr Prins
2018-09-06More debugging and a performance checkPjotr Prins
2018-09-06More debugging info and raise SIGINT instead of exitPjotr Prins
2018-09-06Further debuggingPjotr Prins
2018-09-01CalcPab notesPjotr Prins
2018-08-31More testingPjotr Prins
2018-08-31Improving readabilityPjotr Prins
2018-08-31Continue debugging calcpabPjotr Prins
2018-08-30Debugging calcPabPjotr Prins
2018-08-26More value checking and bounds checkingPjotr Prins
2018-08-25Number format checking in strict mode. Also fixes #149Pjotr Prins
2018-08-25segfpe handlingPjotr Prins
2018-06-29Merge branch 'master' of github.com:genetics-statistics/GEMMAPjotr Prins
2018-02-28renamed import io.h to gemma_io.hDannyArends