Skip to content
/ normal Public

Self-contained C library for Normal distribution related functions.

License

Notifications You must be signed in to change notification settings

horta/normal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

normal

Self-contained C library implementing Normal distribution related functions:

/* Cumulative distribution function of the Normal distribution.
 */
double cdf(double x);

/* Log of the cumulative distribution function of the Normal distribution.
 */
double logcdf(double x);

/* Log of the probability distribution function of the Normal distribution.
 */
double logpdf(double x);

How to use?

Include normal.h in your C/C++ project.

About

Self-contained C library for Normal distribution related functions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages