Examples of doubleW


Examples of org.netlib.util.doubleW

  @SuppressWarnings("unused")
  @Test
  public void test() {
    int i,M=1024,N=100*M;   // M should divide evenly into 2^32
    doubleW dfW=new doubleW(0),chisqW=new doubleW(0),probW=new doubleW(0);
    double df,chisq,prob,average,sbeps=1.e-15;
    int fpr1[]={0x1fd00de3,
        0x71ba8e83,
        0xacc52358,
        0x7ed9f4d5,
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.