momtest: A structure of class momtest

View source: R/momtest.R

momtestR Documentation

A structure of class momtest

Description

A structure of class momtest

Usage

momtest(
  data,
  null.dist,
  null.par,
  alter.dist,
  alter.par,
  n,
  conf.level,
  d,
  power
)

Arguments

data

A numeric vector

null.dist

The family of null distribution

null.par

The parameter values of the null distribution

alter.dist

The family of alternative distribution

alter.par

The parameter values of the alternative distribution

n

sample size

conf.level

The level of significance of the test

d

decision

Value

It doesn't return anything directly, it just used as output of the testing in this package


MOM documentation built on Aug. 21, 2025, 5:54 p.m.

Related to momtest in MOM...