diff --git a/README.md b/README.md index f10dee3..c5e4bf3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ - - -# WilliamsonTransforms +# WilliamsonTransforms.jl [![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://lrnv.github.io/WilliamsonTransforms.jl/stable/) [![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://lrnv.github.io/WilliamsonTransforms.jl/dev/) diff --git a/src/WilliamsonTransforms.jl b/src/WilliamsonTransforms.jl index 1369a24..2d24014 100644 --- a/src/WilliamsonTransforms.jl +++ b/src/WilliamsonTransforms.jl @@ -25,7 +25,7 @@ For a univariate non-negative random variable ``X``, with cumulative distributio ``` This function has several properties: - - ``\\phi(0) = 1`` and ``\\phi(Inf) = 0`` + - We have that ``\\phi(0) = 1`` and ``\\phi(Inf) = 0`` - ``\\phi`` is ``d-2`` times derivable, and the signs of its derivatives alternates : ``\\forall k \\in 0,...,d-2, (-1)^k \\phi^{(k)} \\ge 0``. - ``\\phi^{(d-2)}`` is convex.