RMLE_equivTest: Perform restricted MLE (RMLE) to estimate parameters under...

Description Usage Arguments Value

View source: R/equivTest_MWCMLE.R

Description

Perform restricted MLE (RMLE) to estimate parameters under the constraint defined by the boundary of null hypothesis, μ_T - μ_R = ησ_R where η is the margin multiplier.

Usage

1
2
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


equivalenceTest documentation built on May 1, 2019, 8:18 p.m.