| jsd_ci | R Documentation |
Unified front-end for JSD confidence interval estimation for continuous and discrete variables.
jsd_ci(
x,
y,
type = c("auto", "continuous", "discrete"),
B = 1000,
conf_level = 0.95,
base = 2,
seed = NULL,
...
)
x |
First vector. |
y |
Second vector. |
type |
One of '"auto"', '"continuous"', or '"discrete"'. |
B |
Number of bootstrap replicates. |
conf_level |
Confidence level. Defaults to 0.95. |
base |
Logarithm base. Defaults to 2. Use 'exp(1)' for nats. |
seed |
Optional random seed. |
... |
Additional arguments passed to the type-specific bootstrap estimator. |
An object of class '"jsd_ci"'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.