Skip to content

Commit 93655f6

Browse files
Update doc/specs/stdlib_stats_distribution_exponential.md
Co-authored-by: Jeremie Vandenplas <[email protected]>
1 parent 8c9fff1 commit 93655f6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/specs/stdlib_stats_distribution_exponential.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,9 @@ The probability density function (pdf) of the single real variable exponential d
9393

9494
$$f(x)=\begin{cases} \lambda e^{-\lambda x} &x\geqslant 0 \\\\ 0 &x< 0\end{}$$
9595

96-
For a complex varible (x + y i) with independent real x and imaginary y parts, the joint probability density function is the product of corresponding marginal pdf of real and imaginary pdf (ref. "Probability and Random Processes with Applications to Signal Processing and Communications", 2nd ed., Scott L. Miller and Donald Childers, 2012, p.197):
96+
For a complex variable (x + y i) with independent real x and imaginary y parts, the joint probability density function
97+
is the product of the corresponding marginal pdf of real and imaginary pdf (for more details, see
98+
"Probability and Random Processes with Applications to Signal Processing and Communications", 2nd ed., Scott L. Miller and Donald Childers, 2012, p.197):
9799

98100
$$f(x+\mathit{i}y)=f(x)f(y)=\begin{cases} \lambda_{x} \lambda_{y} e^{-(\lambda_{x} x + \lambda_{y} y)} &x\geqslant 0, y\geqslant 0 \\\\ 0 &otherwise\end{}$$
99101

0 commit comments

Comments
 (0)