gof_cont: run gof tests for continuous data

View source: R/RcppExports.R

gof_contR Documentation

run gof tests for continuous data

Description

run gof tests for continuous data

Usage

gof_cont(x, pnull, rnull, qnull, w, phat, TS, typeTS, TSextra, B = 5000L)

Arguments

x

A numeric vector of data

pnull

R function (cdf)

rnull

R function (generate data under null hypothesis)

qnull

R function (quantiles under null hypothesis)

w

function to calculate weights, returns -99 if no weights

phat

function to set or estimate parameters of pnull

TS

function that calculates test statistics

typeTS

integer indicating type of test statistic

TSextra

list to pass to TS

B

(=5000) Number of simulation runs

Value

A matrix of numbers


Rgof documentation built on Oct. 9, 2024, 1:06 a.m.