X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fnp.h;h=998bee089e20fd66f83288fe4d42fb4de1ea8b9c;hb=a0f35d732a51ffbe8405897170ddfc9de158e20f;hp=2fa009f90aa8b2a6465a0435adc356ac2e6d018b;hpb=946be4d71e8f4e033dbf3a7bccbea0b7cb94a8b3;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;