djqpd {rjqpd}R Documentation

Density function of Johnson Quantile-Parameterised Distribution.

Description

Density function of Johnson Quantile-Parameterised Distribution.

Usage

djqpd(x, params)

Arguments

x

vector of quantiles

params

jqpd object created using jqpd()

Value

A numeric vector of density values corresponding to the x quantile vector

Examples

x <- c(0.32, 0.40, 0.60)
params <- jqpd(x, lower = 0, upper = 1, alpha = 0.1)
iles <- seq(0.01, 0.99, 0.01)
density <- djqpd(x = iles, params)

[Package rjqpd version 0.2.3 Index]