@@ -17,7 +17,7 @@ import DensityInterface
17
17
end
18
18
19
19
For 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_:
21
21
https://en.wikipedia.org/wiki/Radon%E2%80%93Nikodym_theorem#Radon%E2%80%93Nikodym_derivative
22
22
23
23
Instead of calling this directly, users should call `density_rel(μ, ν)` or
@@ -37,7 +37,7 @@ export 𝒹
37
37
"""
38
38
𝒹(μ, base)
39
39
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
41
41
is a shorthand form for `density_rel(μ, base)`.
42
42
"""
43
43
𝒹 (μ, base) = density_rel (μ, base)
@@ -58,7 +58,7 @@ DensityInterface.logfuncdensity(d::Density) = throw(MethodError(logfuncdensity,
58
58
end
59
59
60
60
For 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_:
62
62
https://en.wikipedia.org/wiki/Radon%E2%80%93Nikodym_theorem#Radon%E2%80%93Nikodym_derivative
63
63
64
64
Instead of calling this directly, users should call `logdensity_rel(μ, ν)` or
@@ -78,7 +78,7 @@ export log𝒹
78
78
"""
79
79
log𝒹(μ, base)
80
80
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`.
82
82
This is a shorthand form for `logdensity_rel(μ, base)`
83
83
"""
84
84
log𝒹 (μ, base) = logdensity_rel (μ, base)
0 commit comments