- Improved docs
- Added
no_std
feature
- Improved accuracy of
Normal::ppf
andStudentsT::ppf
- Return
NAN
instead of panicking for invalid inputs
- Added support for
df
between zero and one toStudentsT::pdf
- Fixed error with
StudentsT::cdf
whenx
is infinite or NaN - Fixed bug with
StudentsT
functions whendf
is infinity
- Improved accuracy of
Normal::cdf
andStudentsT::cdf
- Fixed bug with
Normal
functions whenstd_dev
is not one
- Added support for non-integer degrees of freedom
- First release