| sp_cdf | R Documentation |
The SP link applies a power transformation to a base CDF:
sp_cdf(x, r, base, df = 8)
x |
Numeric vector |
r |
Power parameter (r > 0) |
base |
Base distribution name |
df |
Degrees of freedom (for tlink base) |
For r <= 1: F_sp(x) = F_0(x/r)^r For r > 1: F_sp(x) = 1 - F_0(-r*x)^(1/r)
Special case: r = 1 gives the base distribution F_0.
Reference: Li et al. (2019) Environmetrics
CDF values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.