Skip to content

Statistical distribution arithmetic  #1382

Description

@Happypig375

Companion to #1376. An approximate value (such as a variable with measurement error) should really be interval arithmetic. However, most measurements in life come with a distribution. For example as normal distribution. Interval arithmetic necessarily assumes a uniform distribution by asserting that the variable can be simply described using its minimum and maximum values.

The idea here is to figure out how we can process such distributions. For example, the summation of two normally distributed variables are still normally distributed while the summation of the square of independent standard normal variables distribute as chi-squared. Concepts like dependence also need to be exposed.

Whether we are able to process these distributions in integral form properly for all functions is part of this investigation. Where convenient, a simplified node representing a well known distribution should be used instead. Therefore, this must only start after integration work is done.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    ProposalContribute to the project by proposing some improvements

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions