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

argument to easily switch off variability #23

Open
AndreasCalvagone opened this issue Jun 16, 2021 · 3 comments
Open

argument to easily switch off variability #23

AndreasCalvagone opened this issue Jun 16, 2021 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@AndreasCalvagone
Copy link

It would be nice to have an argument to simulate() that allows to switch of all variability in the simulations for a quick generation of typical value simulations.

@AndreasCalvagone AndreasCalvagone added the enhancement New feature or request label Jun 16, 2021
@luyckxn
Copy link
Collaborator

luyckxn commented Jun 22, 2021

Current way for simulating typical profiles:

@luyckxn
Copy link
Collaborator

luyckxn commented Jun 22, 2021

In this ticket, we propose to add a new argument to the simulate method, e.g. novar=TRUE.

This would be a nice to have feature. However the implementation is not that simple (i.e. how to deal with random covariates in the dataset: take mean, median, first value, etc. ).

@luyckxn luyckxn self-assigned this Jun 22, 2021
@AndreasCalvagone AndreasCalvagone changed the title argument to easily switch of variability argument to easily switch off variability Feb 25, 2024
@luyckxn
Copy link
Collaborator

luyckxn commented Jun 6, 2024

After some consideration, I would be more in favour of implementing this in the settings in an object oriented fashion.

E.g. TypicalProfile() implements/extends SimulationModeSettings()

and the concept can be extended (further modes can be added, etc.)

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

2 participants