Learn R Programming

SkeweDF (version 0.1.0)

Yule: Yule Distribution Function

Description

This function generates a vector of n length of the Yule distribution with parameter rho.

Usage

Yule(n, rho)

Arguments

n

Length of vector to be generated.

rho

Parameter of the Yule distribution function

Examples

Run this code
# NOT RUN {
Yule(100, 3)
# }

Run the code above in your browser using DataLab