power_disc: find power of gof tests for continuous data

View source: R/RcppExports.R

power_discR Documentation

find power of gof tests for continuous data

Description

find power of gof tests for continuous data

Usage

power_disc(
  pnull,
  rnull,
  vals,
  ralt,
  param_alt,
  phat,
  TS,
  typeTS,
  TSextra,
  B = 1000L
)

Arguments

pnull

R function (cdf)

rnull

R function (generate data under null hypothesis)

vals

values of discrete distribution

ralt

R function to generate data under alternative

param_alt

parameters of ralt

phat

function to estimate parameters from the data

TS

function to calculate test statistics

typeTS

integer indicating type of test statistic

TSextra

list to pass to TS

B

=1000 Number of simulation runs

Value

A matrix of powers


Rgof documentation built on April 3, 2025, 10:52 p.m.