Learn R Programming

lmomco (version 2.3.1)

dlmomco: Probability Density Function of the Distributions

Description

This function acts as an alternative front end to par2pdf. The nomenclature of the dlmomco function is to mimic that of built-in R functions that interface with distributions.

Usage

dlmomco(x, para)

Arguments

x

A real value vector.

para

The parameters from lmom2par or similar.

Value

Probability density for x.

See Also

plmomco, qlmomco, rlmomco, slmomco

Examples

Run this code
# NOT RUN {
para <- vec2par(c(0,1),type="nor") # standard normal parameters
nonexceed <- dlmomco(1,para) # percentile of one standard deviation
# }

Run the code above in your browser using DataLab