Creates an expression distribution and automatically simplifies to closed form when possible (e.g., normal + normal = normal).

# S3 method for class 'dist'
x + y

Arguments

x

The first dist object to add

y

The second dist object to add

Value

A simplified distribution or edist if no closed form exists