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

There are duplicate and inconsistent mathematical notations #2629

Open
mbaudin47 opened this issue Apr 26, 2024 · 0 comments
Open

There are duplicate and inconsistent mathematical notations #2629

mbaudin47 opened this issue Apr 26, 2024 · 0 comments

Comments

@mbaudin47
Copy link
Collaborator

What is the idea?

New mathematical notations were successfully introduced in #2574.

These changes were introduced in [math_notations.sty](https://github.com/openturns/openturns/blob/master/python/doc/math_notations.sty]. But these notations are not entirely consistent.

  • The input distribution is defined by:

\newcommand{\inputMeasure}{\mu_{\inputRV}} % The distribution of the input random vector of the model

or:

\newcommand{\inputProbabilityDensityFunction}{f}

or:

\newcommand{\pdf}{f_{\un{X}}(\un{x})}

  • The input domain does not use the \set macro:

\newcommand{\inputDomain}{\mathcal{D}} % Input domain of the model

It is not consistent with the physical input space:

\newcommand{\physicalInputSpace}{\set{X}}

  • The output domain is defined as:

\newcommand{\physicalOutputSpace}{\set{Y}}

but this could altenatively be named outputDomain.

Why is this needed?

Update math_notations.sty and the file that use these macros.

Additional Context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant