tico 0.1
Mechanical Watch Terminal Timegrapher
Data Structures | Functions
erf.h File Reference
#include <math.h>
#include <stdint.h>
#include <stdlib.h>
Include dependency graph for erf.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  stats
 

Functions

int cmp_u64 (const void *a, const void *b)
 
double invnorm (double p)
 
struct stats fit_erf (double *samples, size_t size)
 

Function Documentation

◆ cmp_u64()

int cmp_u64 ( const void *  a,
const void *  b 
)

◆ fit_erf()

struct stats fit_erf ( double *  samples,
size_t  size 
)

◆ invnorm()

double invnorm ( double  p)