Bivariate Log Normal RV
constructor(m1: Double = 1.0, v1: Double = 1.0, m2: Double = 1.0, v2: Double = 1.0, corr: Double = 0.0, streamNum: Int, name: String?)
Constructs a bi-variate lognormal with the provided parameters
Parameters
m1
mean of first coordinate
v1
variance of first coordinate
m2
mean of 2nd coordinate
v2
variance of 2nd coordinate
corr
correlation between X1 and X2
stream Num
the stream number
constructor(m1: Double = 1.0, v1: Double = 1.0, m2: Double = 1.0, v2: Double = 1.0, corr: Double = 0.0, stream: RNStreamIfc = KSLRandom.nextRNStream(), name: String? = null)
Parameters
m1
mean of first coordinate
v1
variance of first coordinate
m2
mean of 2nd coordinate
v2
variance of 2nd coordinate
corr
correlation between X1 and X2
stream
the random number stream