kappa4: Four-parameter kappa distribution.

Description Usage Arguments Value Examples

Description

Functions for the four-parameter kappa distribution.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
pkappa4(x, mu, sigma, h, k)

dkappa4(x, mu, sigma, h, k)

qkappa4(x, mu, sigma, h, k)

rkappa4(n, mu, sigma, h, k)

dddkappa4(x, mu, sigma, h, k)

kappa4cond(mu, sigma, h, k)

kappa4tc(h, mu, sigma)

Arguments

x

A data point, or quantile, at which the four-parameter kappa distribution should be evaluated.

mu

A real value representing the location of the distribution.

sigma

A positive real number representing the scale parameter of the distribution.

h, k

Real numbers representing shape parameters of the distribution.

n

Number of random variates to generate.

Value

pkappa4: The cumulative distribution function at the point x.

dkappa4: The density function at the point x.

qkappa4: The xth quantile of the distribution.

rkappa4: Randomly generated numbers from the distribution.

dddkappa4: The second derivative of dkappa4.

kappa4cond: The resultant induction period (IP).

kappa4tc: A list with the following components:

Examples

1
2
3
4
5
6
7
pkappa4(1, 1, 2, 0.5, 2)
dkappa4(1, 1, 2, 0.5, 2)
qkappa4(0.25, 1, 2, 0.5, 2)
rkappa4(10, 1, 2, 0.5, 2)
dddkappa4(1, 1, 2, 0.5, 2)
kappa4cond(1, 2, 0.5, 2)
kappa4tc(-4, 0, 1)

mtloots/alR documentation built on May 23, 2019, 8:18 a.m.