RMLE_equivTest {equivalenceTest}R Documentation

Perform restricted MLE (RMLE) to estimate parameters under the constraint defined by the boundary of null hypothesis

Description

Perform restricted MLE (RMLE) to estimate parameters under the constraint defined by the boundary of null hypothesis, \mu_T - \mu_R = \eta\sigma_R where \eta is the margin multiplier.

Usage

RMLE_equivTest(nT, nR, smplMuT, smplMuR, smplSigmaT, smplSigmaR, vecT,
  vecR, eta)

Arguments

nT

sample size for test data

nR

sample size for reference data

smplMuT

sample mean for test data

smplMuR

sample mean for reference data

smplSigmaT

sample standard deviation for test data

smplSigmaR

sample standard devivation for reference data

vecT

a vector of observations for test product

vecR

a vector of observations for reference product

eta

the margin multipler

Value

a list containing the RMLE for the means and standard deviations for both test and reference data


[Package equivalenceTest version 0.0.1.1 Index]