#include "gl/xalloc.h"
-#include "gettext.h"
-#define _(msgid) gettext (msgid)
\f
/* Calculates variance, skewness, and kurtosis into *VARIANCE,
*SKEWNESS, and *KURTOSIS if they are non-null and not greater
#include "gl/xalloc.h"
-#include "gettext.h"
-#define _(msgid) gettext (msgid)
-#define N_(msgid) msgid
-
double
percentile_calculate (const struct percentile *ptl, enum pc_alg alg)
{
#include "libpspp/message.h"
#include "gettext.h"
-#define _(msgid) gettext (msgid)
#define N_(msgid) msgid
/* Return the sum of coeff[i] * x^i for all i in the range [0,order).
#include "gl/xalloc.h"
-#include "gettext.h"
-#define _(msgid) gettext (msgid)
-
/* These should only be changed for testing purposes. */
int min_buffers = 64;
int max_buffers = INT_MAX;