dpeakdat {skedastic} | R Documentation |
Probability distribution for number of peaks in a continuous, uncorrelated stochastic series
Description
A dataset containing the probability mass function for the distribution of the number of peaks in a continuous, uncorrelated stochastic series.
Usage
dpeakdat
Format
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
.
Details
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!
[Package skedastic version 2.0.2 Index]