Learn R Programming

UGarima (version 0.1.0)

plotUGa: Plot the pdf and cdf of Unit-Garima distribution (UGa)

Description

To show the pdf (or the cdf) of UGa distribution by specified parameter theta.

Usage

plotpdfUGa(x, theta)

plotcdfUGa(x, theta)

Value

No return value, called for side effects

Arguments

x

vector of quantile.

theta

shape parameter, where \(\theta > 0\).

Examples

Run this code
# library(lamW) is required for rUGa() function
x <- rUGa(101,theta=1.5)
x
plotpdfUGa(x,theta = 1.5)

plotcdfUGa(x,theta = 1.5)

Run the code above in your browser using DataLab