Can I say, for a small sample size, if one sample t-test accepts the null hypothesis then one sample sign test must accept the null hypothesis as well? And the mean given is equal to the median given. the null hypothesis is the mean(median) of sample equal to the mean(median) given.
2026-03-25 17:43:43.1774460623
prove if one sample t test accept null hypothesis then one sample sign test must accept the null hypothesis
117 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in STATISTICS
- Given is $2$ dimensional random variable $(X,Y)$ with table. Determine the correlation between $X$ and $Y$
- Statistics based on empirical distribution
- Given $U,V \sim R(0,1)$. Determine covariance between $X = UV$ and $V$
- Fisher information of sufficient statistic
- Solving Equation with Euler's Number
- derive the expectation of exponential function $e^{-\left\Vert \mathbf{x} - V\mathbf{x}+\mathbf{a}\right\Vert^2}$ or its upper bound
- Determine the marginal distributions of $(T_1, T_2)$
- KL divergence between two multivariate Bernoulli distribution
- Given random variables $(T_1,T_2)$. Show that $T_1$ and $T_2$ are independent and exponentially distributed if..
- Probability of tossing marbles,covariance
Related Questions in HYPOTHESIS-TESTING
- Neyman-Pearson precision problem
- Rejecting null based on the likelihood ratio test
- What statistical test should I use?
- Should We Use a Paired or Two-Sample Test?
- How to prove inadmissibility of a decision rule?
- Statistics Hypothesis Testing of Continuous Variables
- Experimentally proving bias
- Hypothesis testing: mean comparison
- uniformly most powerful test: binomial distribution
- Can significance check be applied and which one?
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
No. The tests are not equivalent.
All that is necessary is to find a normal sample for which the t test rejects and the sign test does not, or a normal sample for which the sign test rejects and the t test does not. We consider right-sided alternatives: $H_0: \mu = 0$ vs $H_a: \mu > 0.$ [Here $\mu$ denotes the mean or median.]
Among 100,000 randomly generated standard normal samples of size $n = 13$ the following program finds 2490 samples for which only the t test rejects at the 5% level and 1985 samples for which only the sign test rejects at the 5% (actually, 4.6%) level.
As expected, the t test rejects in very nearly 5% of the samples (5040). In general, because of the discreteness of the binomial distribution, a sign test cannot have exactly a 5% significance level. The sample size $n = 13$ was chosen because $S \sim \mathsf{Binom}(13, 1/2)$ has $P(S \ge 10) = 0.0461 \approx 0.05.$ Using this criterion, the sign test rejected (at the 4.6% level) in 4535 of the 100,000 samples tested.
Note: This question illustrates the danger of trying one test first and then using the other if the first does not reject. Then the true significance level of the combination of both tests is about 7%, not 5%.
Addendum (in response to Comment): Rounded to three places, here is as a sample
xfor which the t test rejects ($T = 2.362 > 1.782),$ but the sign test does not (number of positive elements $S = 9 < 10).$ However, finding just one such sample does not show the t test to be more powerful.For a solid demonstration that the t test is more powerful than the sign test: (a) Pick an alternative value $\mu_a > \mu_0$ and a sample size $n.$ (b) Use the non-central t distribution to find the probability of rejecting if the data are from a population centered at $\mu_a.$ [In R, the functions
ptandqtinclude the non-central t; use the third parameter.] (c) Use a simple binomial computation to show that the power of the sign test has smaller power (smaller probability of rejecting if data are from a population centered at $\mu_a.)$You could also get close to the exact power values with a simulation, but doing the exact math would be best. Also, it is best to deal with normal data because there may be some non-normal populations for which the sign test is more powerful then the t test.
Addendum (on the power of the t test): As I mentioned in a Comment, the exact computation of the power of the t test requires the noncentral t distribution. We seek the power of the t test for testing $H_0: \mu = 0$ against $H_a: \mu = 1$ at the 5% level. With $n = 13$ observations from $\mathsf{Norm}(\mu_a = 1, \sigma = 1),$ the noncentrality parameter
ncpis $\delta = \sqrt{n}(\mu_0-\mu_a)/\sigma = \sqrt{13}(1)/(1) = \sqrt{13} = 3.605551.$To find the probability of rejection we want $P(T > c),$ where the $T$-statistic has a noncentral t distribution with 12 df, and noncentrality parameter $\delta$ as above, and $c = 1.782288$ cuts 5% of the probability from the upper tail of the (regular) t distribution with 12 df. In R we find the power to be 0.960.
A simulation gives essentially the same result:
Below is a 'power curve' showing power values for various alternatives $\mu_a.$ The power for $\mu_a = 1$ is emphasized with red dotted lines. The only point of the curve that is not a power value is at $(0, .05),$ where the rejection probability is the significance level 5% of the test.