Skip to content

Commit db5a2f4

Browse files
committed
Minor documentation updates
1 parent 697a5d5 commit db5a2f4

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

src/graph/ising.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The [Ising model](https://en.wikipedia.org/wiki/Ising_model) characterizes a poi
1212
\exp(J x_i x_j)
1313
```
1414
15-
where ``(h_i)_{V}`` are called magnetization paremeters and ``J`` the interaction coefficient (``J \gtreqless 0`` characterizes ferro/antiferro magnetic interactions).
15+
where ``(h_i)_{i\in V}`` are called magnetization paremeters and ``J`` the interaction coefficient (``J \gtreqless 0`` characterizes ferro/antiferro magnetic interactions).
1616
1717
# Example
1818

src/graph/sink_free_graph.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
44
Concrete type representing a point process on the edges of a `graph` characterizing the uniform distribution on the orientations of the edges conditioned on the absence of sinks.
55
6+
**See also**
7+
8+
- Section 4.1 of [GuJeLi19](@cite).
9+
610
# Example
711
812
A realization from a ``5\\times 5`` grid graph

src/spatial/strauss.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@doc raw"""
22
StraussPointProcess{T<:Vector{Float64}} <: AbstractSpatialPointProcess{T}
33
4-
Spatial point process with density (w.r.t. the homogenous Poisson point process with unit intensity) given by
4+
Spatial point process with density (w.r.t. the homogenous Poisson point process with unit intensity) proportional to
55
66
```math
77
\prod_{x \in X}

0 commit comments

Comments
 (0)