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

Analysis Sub-system #373

Open
bardram opened this issue Apr 11, 2024 · 0 comments
Open

Analysis Sub-system #373

bardram opened this issue Apr 11, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@bardram
Copy link
Contributor

bardram commented Apr 11, 2024

We should add a simple Analysis sub-system to CAMS (note that such an analysis sub-system is part of the original CARP Core architecture).

Use cases include:

  • Aggregating step counts over 24 hours, i.e., pr. day
  • Feature extraction on IMU (acc, gyro, mag) [x,y,z] data
  • Calculating mobility features, e.g., homestay and location entropy
  • Anonymizing data (note that anonymization of individual measurements is currently handled by the Transformer concept in CAMS)
  • Calculating a risk score based on one or more surveys (like the color-coding in the DiaFocus app)

A domain model should specify:

  • WHEN to do the analysis (e.g., once pr. day (step counts) or after a set of survey have been filled in (DiaFocus))
  • WHAT the analysis consists of (e.g., feature extraction on IMU data)
  • what DATA to use (e.g., a list of IMU (x,y,z) data)

Note – this looks a lot like the Trigger-Task-Measure construct of a StudyProtocol

@bardram bardram self-assigned this Apr 11, 2024
@bardram bardram added the enhancement New feature or request label Apr 11, 2024
@bardram bardram changed the title Analysis sub-system Analysis Sub-system Apr 11, 2024
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
None yet
Development

No branches or pull requests

1 participant