calcHCplane#

peccary.utils.calcHCplane(n=5, nsteps=1000)[source]#

Get maximum and minimum C(H) curves based on pattern length for plotting on the HC plane

Parameters:
nint, optional

Sampling size, by default 5

nstepsint, optional

Number of steps to use for generating HC bounding curves, by default 1000

Returns:
4-tuple

4-tuple of ndarrays consisting (respectively) of: - H values for minimum HC curve - C values for minimum HC curve - H values for maximum HC curve - C values for maximum HC curve