gen_polyseries {MCCM} | R Documentation |
Generate polyseries sample with hidden distribution: binormal with correlation coefficient rho.
gen_polyseries(n, rho, a)
n |
sample size. |
rho |
correlation coefficient. |
a |
the cutoff points array. |
Polyseries sample with size n(in a 2*n matrix).
gen_polyseries(100,0.5,-1:1)