Hey, i got a small issue and im pretty sure that the community will easely solve this. The Problem: 1. we have Epsilon which is uniformely distributed with support {epsilonL , epsilonH} and epsilonL = - epsilonH and mean(epsilon) = 0 with g(epsilon) the density function.
2 My Code:
\[Epsilon] =
UniformDistribution[{Subscript[\[Epsilon], L], Subscript[\[Epsilon],
H]}]
g[\[Epsilon]] = PDF[\[Epsilon], x]
The Problem is that Mathematica has an issue to execute this and i think its the subscripts that create this issue. I am new to Mathematica and i would be happy if someone can help me. What are my mistakes and could somebody explain me in other words what the message Hold{} means? i read the documentation about that but i am not sure if i got it completely. Thx in advance