packageInternal
Internal utility functions that should not be directly utilized by the user
Contents
| Name | Description |
|---|---|
| Error function (simple implementation, precision around 1e-7) | |
| Quantile (inverse cumulative distribution function) of the normal distribution with a precision of about 1e-9 | |
| Inverse error function with a precision of about 1e-7 | |
| Test quantile of normal distribution with reduced precision | |
| Return approximation of derivative by a one-sided difference quotient (if size(u,1)=1, zero is returned) | |
| Return approximation of derivative by a two-sided difference quotient (if size(u,1)=1, zero is returned) |
Revisions
| Date | Description | ||
|---|---|---|---|
| June 22, 2015 |
|