angle_deltas¶
Determine the angles between the average cluster direction and the
cluster-supporting lines using the wrapped normal distribution
(μ=0, σ=angle_disp
) with support in the interval [-π/2, π/2].
Arguments¶
num_clusters
- Number of clusters.angle_disp
- Angle dispersion, in radians.
Return values¶
angles
- Angles between the average cluster direction and the cluster-supporting lines, given in radians in the interval [-π/2, π/2].
Note¶
This function is stochastic. For reproducibility set the PRNG seed with
cluseed()
as discussed in the Reference.