nlstimedist (version 1.1.4)

tdPDF: Calculate the PDF and CDF

Description

Calculate values of the probability density function.

Calculate values of the cumulative distribution function

Usage

tdPDF(x, S = 1, r, c, t)

tdCDF(x, S = 1, r, c, t)

Arguments

x

Points at which to calculate the the pdf.

S

Scaling factor for the PDF.

r, c, t

Parameter values within the model.

Value

A vector of values from the pdf.

A vector of values from the cdf.