Parametric functions used internally by acs to evaluate
autocorrelation at lag t. These are internal helpers and are not
part of the public API; call them via acs(id, ...).
acfburrXII(t, scale, shape1, shape2)acfparetoII(t, scale, shape)
acffgn(t, H)
acfweibull(t, scale, shape)
A numeric value (or NaN if parameters are invalid).
lag value (non-negative numeric).
scale parameter (must be > 0).
shape parameters (must be > 0).
Hurst exponent for the FGN model (0.5 < H < 1).