X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fnp.h;h=4bd86e526f26095cdc0ae49045e017feaf7fc0bd;hb=afbfc96669bd1fe36ca1b08b59c9c137938049c1;hp=2fa009f90aa8b2a6465a0435adc356ac2e6d018b;hpb=aa699d5ccbfef21d9c97e09d99a4bfa8243407f7;p=pspp diff --git a/src/math/np.h b/src/math/np.h index 2fa009f90a..4bd86e526f 100644 --- a/src/math/np.h +++ b/src/math/np.h @@ -29,6 +29,8 @@ enum n_NP_IDX }; +/* Statistics needed to produce a normal probability plot with + np_plot_create(). */ struct np { struct order_stats parent; @@ -51,7 +53,6 @@ struct np struct casewriter *writer; }; - -struct np * np_create (double n, double mean, double var); +struct np *np_create (double n, double mean, double var); #endif