- n_records
Number of records
- m_mean, m_std
Mean and between-record standard deviation of parameter m giving metabolized fraction.
- k_mean, k_std
Mean and between-record standard deviation of parameter k, in units of 1/minutes.
- beta_mean, beta_std
Mean and between-record standard deviations of lag parameter beta
- noise
Standard deviation of normal noise when student_t_df = NULL; scaling of noise when student_t_df >= 2.
- cov
Covariance matrix, default NULL, i.e. not used. If given, overrides
standard deviation settings.
- student_t_df
When NULL (default), Gaussian noise is added; when >= 2, Student_t distributed noise is added, which generates more realistic outliers. Values from 2 to 5 are useful, when higher values are used the result comes close to that of Gaussian noise. Values below 2 are truncated to 2.
- missing
When 0 (default), all curves have the same number of data points. When > 0, this is the fraction of points that were removed randomly to simulate missing
- seed
Optional seed; not set if seed = NULL (default)
- dose
Octanoate/acetate dose, almost always 100 mg, which is also the default
- first_minute
First sampling time. Do not use 0 here, some algorithms do not
converge when data near 0 are passed.
- step_minute
Inter-sample interval for breath test
- max_minute
Maximal time in minutes.