nlstimedist (version 2.0.0)

tdPDF: Calculate the PDF and CDF

Description

Calculate values of the probability density function (PDF) and the cumulative distribution function (CDF).

Usage

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

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

Arguments

x

numeric(n). Points at which to calculate the the PDF.

r, c, t

numeric(1). Parameter values within the model.

S

numeric(1). Scaling factor for the PDF.

Value

A vector of values from the PDF or CDF.

See Also

tdPdfPlot(), tdCdfPlot()