Question

Write out mu and Sigma(matrix) for a 3-variate Normal distribution explicitely. Im not really sure what...

Write out mu and Sigma(matrix) for a 3-variate Normal distribution explicitely.

Im not really sure what to use for the correlation coefficents for each of the values in sigma matrix.

Homework Answers

Answer #1

The R code for printing the elements of - matrix and -matrix (covariance matris) of sample 3-variate Normal distribtion is given below.

my.M<- matrix(c(21,16,28), byrow=T, nrow=3, ncol=1)
my.M
my.S <- matrix(c(2,-3,2,-3,6,4,2,4,3), byrow=T, nrow=3, ncol=3)
my.S
my.R <- cov2cor(my.S)
my.R

The output is:

The mean vector is

> my.M
[,1]
[1,] 21
[2,] 16
[3,] 28

The covariance matrix (sigma matrix) is

> my.S
[,1] [,2] [,3]
[1,] 2 -3 2
[2,] -3 6 4
[3,] 2 4 3

The correlation matrix is
> my.R
[,1] [,2] [,3]
[1,] 1.0000000 -0.8660254 0.8164966
[2,] -0.8660254 1.0000000 0.9428090
[3,] 0.8164966 0.9428090 1.0000000

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
Given a normal distribution with mu=103 and sigma?=15 , and given you select a sample of...
Given a normal distribution with mu=103 and sigma?=15 , and given you select a sample of n=9 What is the probability that Upper X overbarX is less than 95 ?
Suppose you have a normal distribution with known mu = 7 and sigma = 2. N(7,2)....
Suppose you have a normal distribution with known mu = 7 and sigma = 2. N(7,2). Compute the Z---score for: a.X =8 b.X =2 c.X = 5 d.X =6 e.X =3
X follows a normal distribution with mu = 4.7 and sigma = 1.1. P(3.05 < X...
X follows a normal distribution with mu = 4.7 and sigma = 1.1. P(3.05 < X < 5.47) to four decimal places is: Question 7 options: 1) 0.6912 2) 0.3088 3) 0.8088 4) 0.1912 X follows a binomial distribution with n = 11 and p = 0.16. P(X=3) to four decimal places is: Question 8 options: 1) 0.6758 2) 0.1563 3) 0.0010 4) 0.1675
If samples are from a normal distribution with \mu μ = 100 and \sigma σ =...
If samples are from a normal distribution with \mu μ = 100 and \sigma σ = 10, all the following statements are true except about 68% of the data are within 90 and 110. almost all the data are within 70 and 130. about 95% of the data are within 80 and 120. about half the data exceed 60.
Suppose you have a normal distribution with known mu = 11 and sigma = 5. N(11,5)....
Suppose you have a normal distribution with known mu = 11 and sigma = 5. N(11,5). Using the 68,95,99.7 rule, what is the approximate probability that a value drawn from this distribution will be: a.Between 6 and 16? b.Between 1 and 21? c.Greater than 16? d.Less than 1? e.Less than 21?
We have a distribution with mu = 15 and sigma = 2. What interval contains at...
We have a distribution with mu = 15 and sigma = 2. What interval contains at least 64% of the data?
For a normal population with mu = 100 and with sigma = 20, a) what is...
For a normal population with mu = 100 and with sigma = 20, a) what is the probability of obtaining a sample mean less than 90% for a sample of n = 4 scores? b) what is the probability of obtaining a sample mean less than 90 for a sample of n=16 scores? c) for a sample of n = 25 scores, what is the probability that the sample mean will be within 5 points of the population mean?
Assume the commuting times of American workers follow a normal distribution with mean mu=23 minutes and...
Assume the commuting times of American workers follow a normal distribution with mean mu=23 minutes and standard deviation sigma=5 minutes. A random sample of 16 American workers is taken. What is the probability that the sample mean commuting time is greater than 25 minutes?
Find each of the probabilities for a normal distribution (be sure to write your answer using...
Find each of the probabilities for a normal distribution (be sure to write your answer using the correct format for probability) (2 pts) p( z > 2.25) p( z > -1.20) p(-1.80 < z < 0.20) p( -0.90 < z < -0.60)
Which statements are NOT true about Normal random variable X (X~N(mu, sigma))? X is continuous random...
Which statements are NOT true about Normal random variable X (X~N(mu, sigma))? X is continuous random variable X is discrete random variable Completely determined by mu and sigma Symmetrical about 0 Has about 99% of observations within two sigmas from the mu Out of 50 students surveyed in a study: 35 are undergraduates in which there are 20 from NY, and 15 are graduate students in which there are 5 from NY. What is the probability that if a student...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT