conditionalProbNspades {conditionalProbNspades} | R Documentation |
conditionalProbNspades
Description
computes an array of probabilities of number of spades in an opponent's (unknown) hand
conditioned on the number of spades in my (known) hand
Usage
conditionalProbNspades(N)
Arguments
N |
N is the number of spades in my hand |
Value
returns an array of probabilities of number of spades in an opponent's (unknown) hand
conditioned on the number of spades in my (known) hand
Author(s)
Barry Zeeberg
Examples
x<-conditionalProbNspades(4)
[Package conditionalProbNspades version 1.0 Index]