llengths¶
Determine length of cluster-supporting lines using the folded normal
distribution (μ=llength
, σ=llength_disp
).
Arguments¶
num_clusters
: Number of clusters.llength
: Average line length.llength_disp
: Line length dispersion.
Return values¶
lengths
: Lengths of cluster-supporting lines (num_clusters
x 1 vector).
Note¶
This function is stochastic. For reproducibility set the PRNG seed with
cluseed()
as discussed in the Reference.