Multivariate Definition and 121 Threads

  1. P

    General question on multivariate calculus

    Just started multivariate course, can't figure out this simple question. If f(u,v,w) is a function of 3 variables. And u, v and w are themselves function of t. Then does f(u,v,w)=0 implies df/dt=0 or df/du=0. or both.
  2. Jeffack

    Generate a Multivariate Random Variable

    Hi, I'm an economics graduate student doing some work on a nested logit model. I am trying to generate random variables that follow the following CDF: F(x_1, x_2) =\textrm{exp}[ -(e^{-2x_1}+e^{-2x_2}) ^{1/2}] (This is an extreme-value distribution) With a single random variable, I...
  3. T

    Understanding the Multivariate Limit of Sin(xy)/x

    So I figured out the solution to lim (x,y)-->(0,y) of Sin(xy)/x, but I figured it out by looking at a solution. I wanted to understand though why with respect to the above limit how Sin(xy)/x = y? How do you separate the xy in the numerator?
  4. M

    Understanding the Joint Distribution of Balls in an Urn

    Homework Statement An urn contains $p$ black balls, $q$ white balls, and $r$ red balls; and $n$ balls are chosen without replacement. a. Find the joint distribution of the numbers of black, red, and white balls in the sample. b. Find the joint distribution of the numbers of black and white...
  5. P

    Multiplying two multivariate Gaussians

    Homework Statement I am trying to find the resultant Gaussian distribution when two multivariate Gaussians are multiplied together - i.e. find the resultant Fisher matrix and mean.Homework Equations Let the two distributions be P_1(x) = \frac{|A|^{0.5}}{(2\pi)^\frac{n}{2}} exp (-0.5 (x-a)^T A...
  6. A

    Multivariate Normal conditional tail Expextation

    Hi all, I need help regarding the following expression: E(x1|X>K) where: x1 is a one dimension normal rv X is multivariate normal rv with n components: x1, x2,..., x_n K is a n dimension constant vector with n components: k1,k2,...,k_n X>K <==> x1>k1,x2>k2,...,x_n>k_n I know there is...
  7. STEMucator

    Is My δ Correct for lim (x,y)→(0,0) f(x,y) = 0?

    Homework Statement Show that : (x^4+y^4)/(x^2+y^2) < ε if 0 < x^2 + y^2 < δ^2 for a suitably chosen δ depending on ε. Homework Equations \forallε>0, \existsδ>0 | 0 < (x^2 + y^2)^(1/2) < δ \Rightarrow |f(x,y) - L| < ε Obviously here were dealing with lim (x,y)→(0,0) f(x,y) = 0 so the...
  8. R

    Mathematica Taylor Expansion in Mathematica (Multivariate)

    Hi! I'm trying to linearize a function f which is dependent of 4 variables, each one dependent of time. f[var1_,var2_,var3_,var4_]:= ... expression I use Series[f, {var1,var10 ,1},{var2,var20 ,1},...] syntax as I read on the documentation center. The problem is that the program...
  9. T

    Estimating Parameters in Multivariate Regression

    Homework Statement The Attempt at a Solution So I was wondering whether or not, in an instance of n observations and k explanatory variables, where the following is an accurate statement: That is, the estimate of beta_1 found by only regressing y on x_1 is equal to the the true multiple...
  10. B

    Maximizing a multivariate function under a constraint

    Homework Statement Consider f(x,y) = \frac{1}{x} - \frac{1}{y} You need to maximize f(x,y) given the constraint: x + y = 11 Homework Equations I have never solved a problem like this before. In fact I made up a problem a few minutes ago. The Attempt at a Solution I...
  11. M

    Recommend reading for multivariate probability/statistics

    Im working my way through a thesis paper that has a lot to do with this. I have a strong background in linear algebra which I've noticed is important as the determinant of the covariance matrix comes up a lot in density functions. Other than the linear algebra though, I've only taken an...
  12. J

    Optimizing Level of Output for Profit-Maximizing Firm

    A firm has the following total-cost and demand functions: C = aQ^3 - bQ^2 + cQ + d Q = e - P (d) Find optimizing level of Q. (e) Chooses a,b,c,d and e such that there is only one profit-maximizing level of output Q. I found 2 solutions for question d, but in a very long and messy...
  13. R

    Comparing two multivariate normal random variables

    I have two multivariate normally i.i.d random variables, x and y, that are size n vectors. Let us assume for simplicity that their variances are 1. From these random variables, I form two vectors that contain their means, and denote these mx and my. I know that if mx = my, then W = (mx -...
  14. R

    Multivariate Hypergeometric Distribution

    Homework Statement I worked out A) just fine it seems (given the answer in the book), but B) I'm not sure how to take this out. Below was a try but I'm not sure i was even on the right track. Any ideas? Homework Equations The Attempt at a Solution
  15. D

    Convergence and stability in multivariate fixed point iteration

    Hi, I'm new to posting questions on forums, so I apologise if the problem is poorly described. My problem is solving a simulation of the state of a mineral processing froth flotation plant. In the form x@i+1 = f(x@i), f represents the flotation plant. f is a computationally intensive solution...
  16. N

    Integrate mixture of multivariate normal distributions

    I have a mixture of multivariate normal distributions, and I want to compute the integral with the first element of the input vector varying between specified limits, and the other elements varying from -infinity to +infinity. See attached pdf for equations. I've done it numerically but would...
  17. BloodyFrozen

    Multivariate Calculus Text Recommendation

    It has been awhile since I've posted. :rolleyes: Anyways... I'd like to start learning multivariate calculus along with linear algebra. However, I have a little problem in choosing a suitable text. I'd like to have a text with more theory and less applications. Some people have recommend...
  18. J

    Is f(x,y) continuous at (0,0)?

    Homework Statement We define the function f: \mathbb{R}^2 \to \mathbb{R} as \begin{equation} f(x,y) = \frac{xy^2 ln(x^2 + y^2)}{x^2 + y^2} \end{equation} if (x,y) \neq (0,0). Also note that f(0,0) = 0. Show that f is continuous at (0,0) Homework Equations The Attempt at a...
  19. J

    Calculus III - Multivariate Continuity

    Homework Statement Let \begin{equation*} f(x,y) = \begin{cases} \dfrac{x^3 - y^3}{x^2 + y^2}, \hspace{1.1em} (x, y) \neq (0,0) \\ 0, \hspace{4em} (x,y) = (0,0) \end{cases} \end{equation*} Is f continuous at the point (0,0)? Are f_x og f_y continuous at the point (0,0)? Homework Equations...
  20. I

    Understanding Stationary Points: Saddle, Max, or Min?

    Homework Statement Hi, I have been given a set of functions for which I need to find the stationary points , and determine whether the points are saddle, or max/min. I think I may have solved it correctly but I end up with all the points being saddle, surely this can't be right.. I may...
  21. J

    Calculus III - Multivariate limit problem

    Homework Statement Show that for all points (\bf{a,b}) from \mathbb{R}^n \times \mathbb{R}^n this applies: \displaystyle \lim _{(\bf{x,y}) \to ({\bf a,b})} \bf{||x-y|| = ||a - b||} Homework Equations Not sure. The Attempt at a Solution I thought about defining a and b as centers of...
  22. G

    MATLAB How to write Matlab code for a multivariate Beta distribution

    Hello, I am working on a problem in which I first sample two unknown probabilities, p and q, from Beta distributions, and then I want to sample both of them at the same time from a multivariate Beta distribution. This is the code that I have for sampling p and q individually from Beta...
  23. G

    Multivariate Function Integration

    Quick Question When taking multiple integrals of a multivariable function, does the order in which you integrate (in terms of the variable) matter? Also, is there a notation for partially integrating a multivariable function with respect to a single variable? Thanks for your help
  24. R

    Comparing two multivariate distributions (two matrices)

    I urgently need some help in my problem for my MS thesis. I have two datasets of same variable dimension but different number of observations, ie same # of columns but not same # rows. The variables are indentical for both sets. I want to compare the multivariate distributions of the two data...
  25. X

    Statistics question (poisson distribution, multivariate )

    Homework Statement On average, 2.5 telephone calls per minute are received at a corporation's switchboard. Making appropriate assumptions about the distribution ( provide justification ), find the probability that at any given minute there will be more than 2 calls. Homework Equations No...
  26. M

    Generating multivariate normal vectors under constraints

    Hello all, I wonder if anybody knows of a way of generating a random normal vector (i.e. a variate from a multivariate normal distribituion) in which one or more of the vector's values are fixed?. For example, I may want to choose a random vector from a four-dimensional multivariate normal...
  27. T

    Finding multivariate extrema with degenerate hessian matrix

    Homework Statement For what real values of the parameters a,b,c,d does the functiob f(x,y)=ax^3+by^3+cx^4+dy^4-(x+y)^5 have a local minimum at (0,0)Homework Equations I calculated the gradient at (0,0) and it is always zero regardless of parameters. The problem is that the Hessian matrix is...
  28. D

    Dimension of a multivariate polynomial space

    Consider the space of all polynomials in n variables of degree at most d. The dimension of that space is C(n+d,d). How do I calculate the dimension of that same space when I restrict the domain of the polynomials to the unit ball? In that case all the polynomials (sum(i=1..n) x_i^2)^p with p a...
  29. E

    Fermat's theorem applied to multivariate functions

    Fermat's theorem provides that, if a function f(x) has a local max or min at a, and if f'(a) exists, then f'(a)=0. I was wondering whether a similar theory exists for a function f(x,y) or f(x,y,z) etc.
  30. M

    About the linear combination of multivariate normal distributions.

    How can I prove that the any linear combination of multivariate normal distribution is also normal? I can prove it but I'm not sure that this is right or not. The point of my proof is as follows. --- The X and Y has the same dimensional random vector, and each random vector is...
  31. H

    Fisher matrix for multivariate normal distribution

    The fisher information matrix for multivariate normal distribution is said at many places to be simplified as: \mathcal{I}_{m,n} = \frac{\partial \mu^\mathrm{T}}{\partial \theta_m} \Sigma^{-1} \frac{\partial \mu}{\partial \theta_n}.\ even on...
  32. S

    Multivariate Distributions, Moments, and Correlations

    So if I start with a multivariate distribution f(x,y), I can find the marginal distributions, the conditional probability distributions, all conditional moments, and by the law of iterated expectations, the moments of both X and Y. It seems to me that I should be able to relate the conditional...
  33. B

    Multivariate hypothesis testing

    How is hypothesis testing performed for multivariate data? Say for simplicity we have two iid draws from a binomial distribution Bin(10,q) with X1=7, X2=8. Under the null hypothesis H0:q=1/2, the individual p-values (as one-tail probabilities) are approximately 0.172 and 0.055 respectively...
  34. D

    Multivariate limit: (xy^2)/(x + y^2)

    lim (xy^2)/(x + y^2) (x,y)->(0,0) i just came up with this limit to test my understanding. so approaching from y = mx, y = mx^2, and y = mx^3 all seemed to point out that the limit is 0. i tried approaching from the x and y axes and i got for approaching along the x axis: lim (as...
  35. L

    Multivariate Optimization and Area/Volume homework check

    Homework Statement Hello, If you don’t mind, would you all be able to look over these problems for me? I have left out much of the ‘algebra’ work for the sake of space…so please let me know if you think there are any algebra errors. In addition I am particularly looking to see if I have set...
  36. J

    Multivariate calculus, find the normal vector

    Homework Statement Consider the surface x^2 / 4 + y^2 + z^2 = 3 (a) what type of quadric surface is this? (a spheroid...) (b) find the outward unit normal vector to this surface at the point (2,1,1). Homework Equations How do we find a normal vector? Does one just take grad(f(2,1,1))...
  37. J

    Multivariate Calculus Chain Rule.

    Homework Statement Apply the two cases of th change rule. For example: The voltage V in an electrical circuit is slowly decreasing as a battery wears out and the resistance R is slowly increasing as the resistor heats up Use Ohm's law V=IR to find how the current is changing (with respect to...
  38. C

    Tricky Multivariate Urn Model Problem

    Hi all, I'm working towards my Msc dissertation and I've ran into a tricky problem which I've figured it out to be modeled as the following urn problem: there are m balls and m urns U_1, ..., U_m with capacities C(U_1) = m, C(U_2) = m-1, ..., C(U_m) = 1. Knowing that each urn U_i is only...
  39. S

    Difficult Multivariate limit problem

    Homework Statement I am supposed to show whether the limit: lim (x,y)----> (0,0) of yln(x^2 + y^2) exists or doesn't. Homework Equations The Attempt at a Solution I've tried numerous paths, but what it seems to come down to is showing that the y factor goes to zero quicker...
  40. V

    Suggestions for a Rigorous Multivariate Calculus Book

    I've spent a lot of time soul searching after having some academic "failures" in the previous semesters, and what I found is that often when I'm not studying, it's not because I can't study, but it's because the book we're using is unreadable to me. For example, after sailing through Calculus...
  41. L

    Multivariate Calculus & Linear Algebra In 3 Weeks

    I wish to master Multivariate Calculus(to the extent required to get an A with a ridiculously difficult professor) and Linear Algebra in 3 weeks so I can breeze through both classes in the Fall semester. I've self studied both of my textbooks that I will be using for the two courses, but I'd...
  42. K

    Is the Multivariate Chain Rule Being Applied Correctly?

    Homework Statement Find \frac{\partial z}{\partial y} [/itex] where z=F(u,v,y), u=f(v,x), v=g(x,y). The Attempt at a Solution If I remember multivariate calculus at all, this should be (please forgive the abuse of notation) \frac{\partial z}{\partial y} = \frac{\partial z}{\partial...
  43. A

    Good books on Multivariate Statistics

    Hi. I am going to have my Multivariate Statistics exam in two weeks. I am going by a book that isn't available in the English literature. But I don't like it, because it has several omissions. Can you recommend me any good books in English? I can borrow many (for free) at my institution's...
  44. T

    Testing Hypotheses in Multivariate Linear Regression Using SAS?

    I have a model y= beta0 + beta1 x1 + beta2 x2 + eps, eps~N(0,1). How to test hypothesis beta1=0 ? Is the same test for beta2=0?
  45. I

    Multivariate Inverse Functions: Understanding Equations with Multiple Variables

    Homework Statement If I am asked to find the inverse functions of two functions: a=f(x, y) b=g(x,y) Does this mean find the two equations: x=m(a, b) y=n(a,b) If so, how do m, and n compare to f and g? Inverses of single variables mirror their inverse on a graph. How does this...
  46. R

    Multivariate regression for project cost estimates

    Hi All, Hope this is the right sub-forum for this. I currently work for an engineering consultancy and am doing some project management what for what are essentially site investigation reports (sites are quite small, typically a few acres/hectares). Our clients are mostly developers who have...
  47. R

    Multivariate quartic function help

    Homework Statement I am a Turkish student bogged down by a very difficult question (at least for me). Here's the question: Given that xy= 1, find all solutions for X4 + y4 - z4 + 4z2 - 2 = 0. I've spent many hours on this equation. It even prevents me from sleep. I would...
  48. A

    Multivariate distribution : Mean vector?

    Hello friends.My English is bad :) .I'll try to explain my trouble. In question: Q function according to x1 and x2 are substitutes when the joint comes out of solution. Of the solution in theory I do not understand where they come from.Is there another solution or the problem? Where is the...
  49. S

    Determining the covariance matrix of a multivariate normal distribution

    Hi all, I have a stats problem I'm trying to figure out. Suppose I have a very large population (~millions) of colored balls with exactly 50% red, 30% green, 20% blue. If I take a random sample of 1000 of these balls, the distribution of colors I end up with can be modeled as a multivariate...
  50. C

    Multivariate Normal Distribution

    Homework Statement http://img16.imageshack.us/img16/7703/ass1lx.jpg Homework Equations The Attempt at a Solution I know that f(x_1, x_2, x_3) = \frac{1}{(2 \pi)^{3/2}|\Sigma|^{1/2}}exp(-\frac{1}{2}x \Sigma^{-1} x) since n = 3 and mu = 0. I've never used the multivariate...
Back
Top