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

Description Usage Arguments Value

View source: R/LIHNPSD.r

Description

Calculate quantile-to-quantile object from PSD and histogram

Usage

1
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)


LIHNPSD documentation built on May 2, 2019, 9:12 a.m.