X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fnp.h;h=998bee089e20fd66f83288fe4d42fb4de1ea8b9c;hb=4821381dc228344ea2b879e6c1ce108912fd4e6f;hp=2fa009f90aa8b2a6465a0435adc356ac2e6d018b;hpb=577f59892bab98f11a056429ddce92e5bb92b6a9;p=pspp diff --git a/src/math/np.h b/src/math/np.h index 2fa009f90a..998bee089e 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;