Learn R Programming

LIHNPSD (version 0.2.1)

calcqq: Calculate quantile-to-quantile object from PSD and histogram

Description

Calculate quantile-to-quantile object from PSD and histogram

Usage

calcqq(d, hq, step = 5, debug = 0)

Arguments

d
The PSD S3 object
hq
list( qhx = h$mids, qhy = h$counts ) where h is the histogram
step
The steps of PSD movement
debug
0/1: Print debug (mostly timing) message or not

Value

x
Data's x values
xq
Data's CDF(x)
y
PSD fit's x values
yq
PSD fit's CDF(x)