Nothing
isPdf <- function(dist) {
assertDistribution(dist)
dist$.__enclos_env__$private$.isPdf
}
isCdf <- function(dist) {
assertDistribution(dist)
dist$.__enclos_env__$private$.isCdf
}
isQuantile <- function(dist) {
assertDistribution(dist)
dist$.__enclos_env__$private$.isQuantile
}
isRand <- function(dist) {
assertDistribution(dist)
dist$.__enclos_env__$private$.isRand
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.