psech | R Documentation |
Hyperbolic secant distribution with CDF F(x)=\frac{2}{\pi}\arctan(\exp(\frac{\pi}{2}\frac{(x-\mu)}{\sigma}))
where \mu
and \sigma
are location and scale, respectively.
psech(x, location = 0, scale = 1)
dsech(x, location = 0, scale = 1)
qsech(p, location = 0, scale = 1)
fsech(p, location = 0, scale = 1)
dqsech(p, location = 0, scale = 1, log = FALSE)
rsech(n, location = 0, scale = 1)
sech(x)
x |
numeric vector |
location |
parameter of hyperbolic secant distribution |
scale |
parameter of yperbolic secant distribution |
p |
numeric vector of cumulative probabilities |
log |
logical; if TRUE, log density is returned. Default is FALSE |
n |
number of samples to draw |
cum
vector of hyperbolic secants
psech(1, 1, 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.