joint60em {crossrun} | R Documentation |
Joint probabilities, n=60, around the empirical median
Description
Joint probabilities of the number C of crossings (1, ... 59) and the longest run L (1, ..., 30) in a series of n=14 Bernoulli observations around its empirical median. The probabilities are stored in the "times" representations, multiplied by (14 by 7)/2=1716, the number of constellations starting above the median, and are integers. About the empirical median there is at least one crossing, and the longest runcannot exceed 60/2=30. Only the joint distributions for n=14, 60 are included in the package to avoid excessive storage, but many more cases may be generated by the function 'crossrunem. Since these computations are demanding in terms of storage and computation time, they are at present not performed for n much above 60. '#'
Usage
joint60em
Format
matrix, 59 rows and 30 columns
Source
generated by the function crossrunem and transformed from an Rmpfr array to a matrix