UMPUniform {ACSWR} | R Documentation |
Uniformly Most Powerful Test for Uniform Sample
Description
A simple and straightforward function for obtaining the UMP test for a random sample from uniform distribution.
Usage
UMPUniform(theta0, n, alpha)
Arguments
theta0 |
the parameter value of interest |
n |
the sample size |
alpha |
the size of the required UMP test |
Author(s)
Prabhanjan N. Tattar
Examples
UMPUniform(0.6,10,0.05)
[Package ACSWR version 1.0 Index]