Package com.nr.ran

Examples of com.nr.ran.Multinormaldev


   

    // Test Multinormaldev
    System.out.println("Testing Multinormaldev");

    Multinormaldev multi =new Multinormaldev(17L,mean,covar);

    for (i=0;i<N;i++) {
      a=multi.dev();
      x[i]=a[0];
      y[i]=a[1];
      z[i]=a[2];
    }
View Full Code Here

TOP

Related Classes of com.nr.ran.Multinormaldev

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.