Question

The "percentage bias" of an estimator is given by the formula 100*(average estimator value - paramater...

The "percentage bias" of an estimator is given by the formula 100*(average estimator value - paramater value)/(parameter value) where the "parameter value" is the value of the quantity being estimated.

For the question, draw samples from the set "ranvals" generated by the code below.

import numpy as np

ranvals = np.random.exponential(scale=20, size=1000000)

Select 500,000 random samples of size 10 from ranvals and record the mean of each. Compute the average of the means and the mean for all of ranvals, then compute the estimated percentage bias. Here the "average estimator value" is estimated by the average of the sample means, and the "parameter value" is the mean for all of ranvals. The sample mean is an unbiased estimator, so you should get a small estimated percentage bias.

Homework Answers

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
a. What is the standard error of a sampling distribution? (out of the following) the mean,...
a. What is the standard error of a sampling distribution? (out of the following) the mean, the probability, the bias, the standard deviation, or the variance b. What is the standard deviation of a sampling distribution called? (out of the following) the spread, the variance, the standard error, the mean, the standard variance c. List two unbiased estimators and their corresponding parameters. (Select all that apply out of the following.) μ is an unbiased estimator for x-bar, p is an...
You are interested in estimating the average height in a class of 100 students. In this...
You are interested in estimating the average height in a class of 100 students. In this class the mean height is 65 inches and the standard deviation is 4 inches. You take a sample of size 16 and compute the average (mean) height of the sample which is 64 inches. If we are sampling with replacement, how many different samples (keeping track of order) of size 16 are possible? (Do not compute this, just explain how to compute it.) What...
1) Which of the following does not generally decrease the variance of the OLS estimator of...
1) Which of the following does not generally decrease the variance of the OLS estimator of slope βˆ1? a) Increasing the variance of the error term, b) Increasing the sample size, c) None of the above, d) Increasing the variance of the independent variable 2) If the independent variable is a binary variable then which of the following is true? a)β0 is a population mean for the group with a value of 1 for the independent variable, b) β1 is...
Let p1,p2 denote the probability that a randomly selected male and female, respectively, has allergy to...
Let p1,p2 denote the probability that a randomly selected male and female, respectively, has allergy to nuts. Let n1,n2 be the sample size of a random sample for male and female, respectively. Assume two samples are indepedent. Let X1,X2 be the number of male and female who have allergy to nuts in the random sample, respectively. (1)(3pts) For parameters p1,p2, and p1−p2, find one unbiased estimator for each of them. And show why they are unbiased. (2)(3pts) Derive the formula...
i.Bias of Sample Mean Draw 20 samples from the normal distribution N(5, 4). Compute the mean...
i.Bias of Sample Mean Draw 20 samples from the normal distribution N(5, 4). Compute the mean of your 20 samples. Report the bias of the sample mean ii. Variance of Sample Mean (Continue of problem i) To estimate the variance of the sample mean, we need to draw many different samples of size 20. Now, we draw 1000 times a sample of size 20. Store all the 1000 sample means. Report the variance of the estimated sample mean. Hint: To...
1.The sample mean is an unbiased estimator for the population mean. This means: The sample mean...
1.The sample mean is an unbiased estimator for the population mean. This means: The sample mean always equals the population mean. The average sample mean, over all possible samples, equals the population mean. The sample mean will only vary a little from the population mean. The sample mean has a normal distribution. 2.Which of the following statements is CORRECTabout the sampling distribution of the sample mean: The standard error of the sample mean will decrease as the sample size increases....
For this term, we will create confidence intervals to estimate a population value using the general...
For this term, we will create confidence intervals to estimate a population value using the general formula: sample estimator +/- (reliability factor)(standard error of the estimator) Recall that the (reliability factor) x (standard error of the estimator)= margin of error (ME) for the interval. The ME is a measure of the uncertainty in our estimate of the population parameter. A confidence interval has a width=2ME. A 95% confidence interval for the unobserved population mean(µ), has a confidence level = 1-α...
Let p1,p2p1,p2 denote the probability that a randomly selected male and female, respectively, has allergy to...
Let p1,p2p1,p2 denote the probability that a randomly selected male and female, respectively, has allergy to nuts. Let n1,n2n1,n2 be the sample size of a random sample for male and female, respectively. Assume two samples are indepedent. Let X1,X2 be the number of male and female who have allergy to nuts in the random sample, respectively. (1)(3pts) For parameters p1,p2,p1,p2, and p1−p2p1−p2, find one unbiased estimator for each of them. And show why they are unbiased. (2)(3pts) Derive the formula...
-0.021 0.029 -0.009 -0.002 0.002 -0.006 0.006 -0.064 0.023 0.031 Table 1: A sample of FIR...
-0.021 0.029 -0.009 -0.002 0.002 -0.006 0.006 -0.064 0.023 0.031 Table 1: A sample of FIR Your friend seek help from you to use your knowledge from TSTA602 to assist Bank X to do the following data analysis. Please write a report to answer all the following questions. (a). calculate (mannually) the sample mean, and sample standard de- viation for the sample in Table 1. (b). if we draw samples of sizes 10 many times and form a distribution of...
A random sample of 19 wolf litters in Ontario, Canada, gave an average of x1 =...
A random sample of 19 wolf litters in Ontario, Canada, gave an average of x1 = 4.8 wolf pups per litter, with estimated sample standard deviation s1 = 1.0. Another random sample of 10 wolf litters in Finland gave an average of x2 = 3.0 wolf pups per litter, with sample standard deviation s2 = 1.4. (a) Categorize the problem below according to parameter being estimated, proportion p, mean μ, difference of means μ1 – μ2, or difference of proportions...