Package org.seamcat.model.distributions
Interface UniformPolarAngleDistribution
-
- All Superinterfaces:
Distribution
public interface UniformPolarAngleDistribution extends Distribution
The uniform polar angle is to be used along with "Uniform polar distance", this function is designed to describe a
uniform distribution of transmitters within a circular area centred around a given zero-point. But whereas "Uniform
polar distance" describes random distance to centre point, the "Uniform polar angle" function defines random angle (azimuth)
of transmitter with regards to centre point. This function has one input parameter - maximum angle Amax - and the generated random values will be placed with equal
probability (uniform distrbution function) within the range -Amax...Amax. This distribution is similar to uniform distribution but in the angle domain.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getMaxAngle()
-
Methods inherited from interface org.seamcat.model.distributions.Distribution
accept, getBounds, trial
-
-