PsiTheoXtoY(cell_or_name, value)
Returns the probability for value for the specified distribution. For a continuous distribution, the value returned is the probability density value at value. For a discrete distribution, the value returned is the probability value at value.
Example: If A1 =PsiNormal(0,1) then
=PsiTheoXtoY(A1,2) returns the probability density function (PDF) at 2 of the PsiNormal(0,1) distribution.
Note: Analytic Solver statistics functions that begin with PsiTheo return a statistic on a simulation input distribution.