GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
chisqn.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "local_proto.h"
Include dependency graph for chisqn.c:

Go to the source code of this file.

Functions

double * chi_square (double *x, int n)
 

Function Documentation

double* chi_square ( double *  x,
int  n 
)

Definition at line 7 of file chisqn.c.

References free(), malloc(), n, NULL, xinormal(), and y.

Referenced by main().