Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Complete greedyMix features #24

Open
wleoncio opened this issue Jul 19, 2022 · 1 comment
Open

Complete greedyMix features #24

wleoncio opened this issue Jul 19, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@wleoncio
Copy link
Member

The function currently loads the raw data, but doesn't process it. Check the code in greedyPopMix() and the original MATLAB code to see what else needs to be done (e.g. call handleData()).

@wleoncio wleoncio added the enhancement New feature or request label Jul 19, 2022
@wleoncio wleoncio self-assigned this Jul 19, 2022
@wleoncio wleoncio added this to To do in Translate base BAPS to R via automation Jul 19, 2022
wleoncio added a commit that referenced this issue Apr 8, 2024
wleoncio added a commit that referenced this issue Apr 8, 2024
wleoncio added a commit that referenced this issue Apr 8, 2024
This is a desirable feature, but was not implemented in the original BAPS, so better leave it out until the original planned features is working.
wleoncio added a commit that referenced this issue Apr 8, 2024
wleoncio added a commit that referenced this issue Apr 8, 2024
wleoncio added a commit that referenced this issue Apr 8, 2024
* baps-format:
  Increment version number to 0.0.0.9025
  Skips `greedyMix()` example until #24 is fixed
  Updated documentation (#24)
  Fails for FAST input to `greedyMix()` (#24)
  Fixed calculation og `ninds` (#24)
  Bugfixes to `indMix()` and subfunctions (#24)
  Improved handling of BAPS format (#24)
  Fixed calculation of `ninds` `ekat` (#24)
  Added processing of BAPS format
@wleoncio
Copy link
Member Author

Implemented rest of algo, which got us back to the issue of an endless loop. Investigating indMix(), closely comparing its output with the one on the original BAPS...

wleoncio added a commit that referenced this issue Apr 11, 2024
wleoncio added a commit that referenced this issue Apr 11, 2024
wleoncio added a commit that referenced this issue Apr 11, 2024
wleoncio added a commit that referenced this issue Apr 11, 2024
wleoncio added a commit that referenced this issue Apr 11, 2024
* issue-24:
  Increment version number to 0.0.0.9026
  Added (commented) test for BAPS data (#24)
  Renamed global environment, fixed assignments (#24)
  Fixes to `laskeMuutokset()` (#24)
  Syntax fix to `indMix()` (#24)
  Retranslated `computeDiffInCounts()` (#24)
  Changed default `npops` to 3 (#24)
  `laskeMuutokset()` reads `npop` from parent functions (#24)
  Using a dedicated environment for globals (#24)
  Retranslated `computePopulationLogml()` (#24)
  Added/renamed BAPS example data (#24)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant