Description Usage Arguments Details Value Author(s) References See Also Examples
fssi20()
function calculates the relative frequency distribution of isotropic clusters on 2D square lattice with von Neumann (1,0)-neighborhood.
1 2 |
n |
a sample size. |
x |
a linear dimension of 2D square percolation lattice. |
p |
the relative fractions |
set |
a vector of linear indexes of a starting sites subset. |
all |
logical; if |
shape |
a vector with two shape parameters of beta-distributed random variables, weighting the percolation lattice sites. |
The percolation is simulated on 2D square lattice with uniformly weighted sites and the constant parameter p
.
The isotropic cluster is formed from the accessible sites connected with initial sites subset set
.
Von Neumann (1,0)-neighborhood on 2D square lattice consists of sites, only one coordinate of which is different from the current site by one: e=c(-1,
1,
-x,
x)
.
Each element of the matrix frq
is equal to the relative frequency with which the 2D square lattice site belongs to a cluster sample of size n
.
rfq |
a 2D matrix of relative sampling frequencies for sites of the percolation lattice. |
Pavel V. Moskalev
[1] Moskalev, P.V. Percolation modeling of porous structures. Moscow: URSS, 2018. 240 pp; in Russian.
[2] Moskalev, P.V. (2014) Estimates of threshold and strength of percolation clusters on square lattices with (1,d)-neighborhood. Computer Research and Modeling, Vol.6, No.3, pp.405–414; in Russian.
ssi20, fssi30, fssa20, fssa30, fssi2d, fssi3d
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.