joint60symm {crossrun} | R Documentation |
Joint probabilities, n=60, symmetric case
Description
The joint probabilities of the number C og crossings
(0, ... 59) and the longest run L (1, ..., 60) in a
series of n=60 independent Bernoulli observations for the
symmetric case (success probability 0.5). The probabilities
are stored in the "times" representations, multiplied by
2^{60-1}
and are integers in the symmetric
case. Only the joint distributions for n=15, 60, 100
and success probabilities 0.5 and 0.6 are included in
the package to avoid excessive storage, but many more
cases may be generated by the function crossrunsymm.
Usage
joint60symm
Format
matrix, 60 rows and 60 columns
Source
generated by the function crossrunsymm and transformed from an Rmpfr array to a matrix
[Package crossrun version 0.1.1 Index]