BN.rBound {SimTimeVar} | R Documentation |
Given parameter p
for a Bernoulli random variable, returns its maximum possible
correlation with an arbitrary normal random variable. Used to adjust correlation matrices
whose entries are not theoretically possible.
BN.rBound(p)
p |
Parameter of Bernoulli random variable. |
# find the largest possible correlation between a normal
# variable and a binary with parameter 0.1
BN.rBound(0.1)