Description Usage Arguments Details Value Note Author(s) Examples
This function returns the F(x) with given x
and
F
.
1 | cdf_convert(x, dist_null, ...)
|
x |
a numeric vector of data values. |
dist_null |
a character string giving the underline distribution in null hypothesis. Distribution options are shown in details. |
... |
further arguments for distribution parameters. |
The dist_null
indicates the underlying distribution class. The options
follow the distributions regular abbreviation in R, Like norm
is normal
distribution, unif
is uniform distribution, gpd
is
generalized pareto distribution.
Distributions
for more distribution options.
A numeric vector with corresponding CDF value is returned
To use gpd
, package POT
https://cran.r-project.org/package=POT
needs to be installed first.
Zhicong Zhao
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.