Learn R Programming

LIHNPSD (version 0.2.1)

LIHNPSD_theoretical_result: Prepare the theoretical result on a given data set and PSD fit

Description

Prepare the theoretical result on a given data set and PSD fit

Usage

LIHNPSD_theoretical_result(dist, dt, N=5000)

Arguments

dist
A PSD S3 object to evaluate theoretical result. Location parameter is included.
dt
The data set output from LIHNPSD_prepare_data
N
The number of data points when calculating PDF / CDF

Value

dist
the PSD S3 object from the input
N
N from the input
qqp
Output from calcqq
merge_tails
Copied from dt
tx
x by seq(min(dt$logr), max(dt$logr), length=N+1)
dx
dx on tx
tpdf
Theoretical PDF calculated on tx
tcdf
Theoretical CDF calculated on tx

See Also

calcqq, density, rawcdf