@@ -17,7 +17,7 @@ import DensityInterface
1717 end
1818
1919For measures `μ` and `ν`, `Density(μ,ν)` represents the _density function_
20- `dμ/dν`, also called the _Radom -Nikodym derivative_:
20+ `dμ/dν`, also called the _Radon -Nikodym derivative_:
2121https://en.wikipedia.org/wiki/Radon%E2%80%93Nikodym_theorem#Radon%E2%80%93Nikodym_derivative
2222
2323Instead of calling this directly, users should call `density_rel(μ, ν)` or
@@ -37,7 +37,7 @@ export 𝒹
3737"""
3838 𝒹(μ, base)
3939
40- Compute the density (Radom -Nikodym derivative) of μ with respect to `base`. This
40+ Compute the density (Radon -Nikodym derivative) of μ with respect to `base`. This
4141is a shorthand form for `density_rel(μ, base)`.
4242"""
4343𝒹 (μ, base) = density_rel (μ, base)
@@ -58,7 +58,7 @@ DensityInterface.logfuncdensity(d::Density) = throw(MethodError(logfuncdensity,
5858 end
5959
6060For measures `μ` and `ν`, `LogDensity(μ,ν)` represents the _log-density function_
61- `log(dμ/dν)`, also called the _Radom -Nikodym derivative_:
61+ `log(dμ/dν)`, also called the _Radon -Nikodym derivative_:
6262https://en.wikipedia.org/wiki/Radon%E2%80%93Nikodym_theorem#Radon%E2%80%93Nikodym_derivative
6363
6464Instead of calling this directly, users should call `logdensity_rel(μ, ν)` or
@@ -78,7 +78,7 @@ export log𝒹
7878"""
7979 log𝒹(μ, base)
8080
81- Compute the log-density (Radom -Nikodym derivative) of μ with respect to `base`.
81+ Compute the log-density (Radon -Nikodym derivative) of μ with respect to `base`.
8282This is a shorthand form for `logdensity_rel(μ, base)`
8383"""
8484log𝒹 (μ, base) = logdensity_rel (μ, base)
0 commit comments