-
Notifications
You must be signed in to change notification settings - Fork 12
v2: Merge observableTransformation and noiseDistribution
#619
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
Conversation
36c925a to
e2eccd4
Compare
dilpath
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
doc/v2/documentation_data_format.rst
Outdated
| * ``normal``: Gaussian noise model with standard deviation as specified in | ||
| ``noiseFormula``. | ||
| * ``log-normal``: Log-normal noise model with standard deviation as specified | ||
| in ``noiseFormula``. I.e., the logarithm of the measurements is normally | ||
| distributed. | ||
| * ``laplace``: Laplace noise model with scale parameter as specified in | ||
| ``noiseFormula``. | ||
| * ``log-laplace``: Log-Laplace noise model with scale parameter as specified | ||
| in ``noiseFormula``. I.e., the logarithm of the measurements is Laplace | ||
| distributed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This could be a table like
| noiseDistribution | observableFormula | noiseFormula |
|---|---|---|
| normal | mean | standard deviation |
The table means we lose some descriptive text like "Gaussian noise model", but it's probably unnecessary or could be moved to the v2_noise_distributions section.
dilpath
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Co-authored-by: Dilan Pathirana <59329744+dilpath@users.noreply.github.com>
…eDistribution Update to changes in PEtab v2 draft, see PEtab-dev/PEtab#619. Closes PEtab-dev#375.
…eDistribution Update to changes in PEtab v2 draft, see PEtab-dev/PEtab#619. Closes PEtab-dev#375.
#376) * v2: handle merged observable.observableTransformation observable.noiseDistribution Update to changes in PEtab v2 draft, see PEtab-dev/PEtab#619. Closes #375. * upconversion
Merge the
observableTransformationandnoiseDistributioncolumns of the observable table.See also #618 (comment)
👀 https://petab--619.org.readthedocs.build/en/619/v2/documentation_data_format.html#noise-distributions