Re: Independent Random Varaible




mxkdirs@xxxxxxxxx wrote:
hi....this is a matlab question...we know that in a poisson process for
any pair of non-overlapping intervals (to,t1] and (t2, t3], number of
arrivals in each interval N(t1)-N(to)and N(t3)-N(t2) are independent
random variables. now I want to show this in matlab. i've a poisson
process (with 50 samples) and each sample is upto maximum time of 10
(seconds or any unit). Now if i pick two time intervals, for example,
(0,3] and (5,8] and count the number of arrivals in each of these
intervals {a = N(3)-N(0) and b = N(8)-N(5)} I need to show that a and
be are independent random variables.

With a finite number of samples and a numerical experiment,
the best you can do is to show consistency with independence.

I think I can convince myself that if a and b are independent, then
the covariance cov(a,b) should be equal to zero. That is the
off-diagonal terms of the results of Matlab call COV(a,b).

However:
- for a finite sample, it will be small but nonzero.
- you might want to show that it tends to zero as the sample
size increases
- covariance = 0 does not necessarily imply independence.

- Randy

.



Relevant Pages

  • Re: Variance components analysis in random effects ANOVA with one factor
    ... I should somehow test that all the covariance between ... Or again I could invoke the method of the moments not to estimate Ewhich I assumed equal zero, but "to force" epsilon_i._bar to zero. ... sample correlation between tau_i_hat and e_ij does not mean anything because e_ij are a set of single realisations of differrent random variables epsilon_ij and not n realisations of a single random variable. ...
    (sci.stat.math)
  • Re: Determinism
    ... What is meant is a theory containing random variables as opposed ... outcomes happens to be zero, ... If the model contains a random element which has any effect on the ... randomness from the uncertainty in our knowledge, ...
    (sci.physics)
  • Re: Problem with random variable generation
    ... However, if you try to numerically determine the expected value of Z^2, the result is equal to j*2*E, which demonstrates that MATLAB is only capable of generating improper random variables. ... If you drew one value from a standard normal distribution, would you expect that value to be exactly zero, simply because the mean of its distribution is zero? ... But you aren't computing theoretical means, you are computing a Monte-Carlo approximation, and those MC approximations are random variables and have a mean and variance of their own. ... ans = 0.0056569>> ans = ...
    (comp.soft-sys.matlab)
  • Re: question about a random variable
    ... interval's endpoints 0 and b. ... Let the conditional distribution of u given b be uniform from zero to b. ... let gbe the density function of b for b between zero and infinity. ... In other words, the two random variables ...
    (sci.stat.math)
  • Re: really, really simple
    ... It is the covariance matrix of this sampling ... the sample values are estimates; the random variables ... >- when we know nothing about the form of distribution ... >> estimators that I know. ...
    (sci.stat.math)