gof_cont {Rgof}R Documentation

run gof tests for continuous data

Description

run gof tests for continuous data

Usage

gof_cont(x, pnull, rnull, qnull, phat, TS, 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)

phat

function to set or estimate parameters of pnull

TS

function that calculates test statistics

B

(=5000) Number of simulation runs

Value

A matrix of numbers


[Package Rgof version 1.2.2 Index]