get_p0: Psi Criterion for RGHD parameter ratios

Description Usage Arguments Examples

View source: R/SkeweDF_functions.R

Description

This function generates the Psi Criterion goodness of fit value given an empirical distribution for the 2m-RGHD function. Parameters r and q/r ratios are given, as well as desired weight of pmf and use of the weighted right-tail cumulative distribution function.

Usage

1
get_p0(params, model_fn_name)

Arguments

params

Vector of parameter for the model function

model_fn_name

name of function as a character vector

Examples

1
2
params <- c(2, 3, 0.9)
get_p0(params, 'Kolmogorov Waring')

SkeweDF documentation built on Jan. 16, 2021, 5:38 p.m.

Related to get_p0 in SkeweDF...