#include <stdio.h>
#define MAX_VECTOR 10
#include <math.h>

void estadisticasVector(int vector[], int *media, int *varianza, int *desviacionTipica);
