View source: R/optim_helper_functions.R
Logistic density function with arbitrary precision. Uses library Rmpfr for arbitrary precision arithmetic.
1 | plogis_APA(x, location = 0, scale = 1, precBits = 128)
|
x |
quantile |
location |
Location parameter (default 0) |
scale |
Scale parameter (default 1) |
precBits |
Number of bits of precision |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.