tdPDF: Calculate the PDF and CDF

Description Usage Arguments Value See Also

View source: R/pdf.R

Description

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

Usage

1
2
3
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()


nlstimedist documentation built on Aug. 27, 2020, 9:07 a.m.