A dataset containing the probability mass function for the distribution of the number of peaks in a continuous, uncorrelated stochastic series.
dpeakdat
A list of 1000 objects. The \(n\)th object is a double vector of length \(n\), with elements representing the probability of \(k\) peaks for \(k=0,1,\ldots,n-1\).
These probabilities were generated from the dpeak
function. This function is computationally very slow for \(n > 170\);
thus the functions of skedastic
package that require peak
probabilities (ppeak
and goldfeld_quandt
)
by default obtain the probabilities from this data set rather than
from dpeak
, provided that \(n \leq 1000\). For
\(n > 1000\), good luck!