Sobol series works, need to change makefile to account for 2 functions that are LGPL

This commit is contained in:
Kevin Keogh
2017-08-13 13:07:38 -04:00
parent 6587e1595f
commit 6fc6544611
7 changed files with 29340 additions and 6 deletions

7
src/asa241.h Normal file
View File

@@ -0,0 +1,7 @@
void normal_01_cdf_values ( int *n_data, double *x, double *fx );
float r4_huge ( );
float r4_normal_01_cdf_inverse ( float p );
float r4poly_value ( int n, float a[], float x );
double r8_huge ( );
double r8_normal_01_cdf_inverse ( double p );
double r8poly_value ( int n, double a[], double x );