Recent content by estebanox

  1. E

    A Comparative statistics of (trivariate) random event

    The vector μ and the matrix Σ refer to the parameters of the joint distribution of (X,Y,Z). The simulation is fixing all of these parameters, and tracing the probability for different values of "a".
  2. E

    A Comparative statistics of (trivariate) random event

    Each of X, Y and Z are random variables. I refer to random vector when talking about (X,Y,Z)
  3. E

    A Comparative statistics of (trivariate) random event

    Problem: I'm interested in studying the probability of an event involving a random vector. Specifically, I'm interested in (∂/∂a)Pr[X>( (Y-a)/Z )] Where "a" is a non-random parameter and the random vector {X,Y,Z} is distributed Normal( µ, Σ) for µ={0,0,0} and Σ= {{1, 0.5, 0.5}, {0.5, 1, 0}...
  4. E

    A Stopping rule for quality control problem

    Do you mean "if testing is very costly"? In my application it is costly (not cash, but that's besides the point). In other words, I am willing to trade statistic confidence for number of tests. Regarding your last question, the acceptance criterion in my application is not necessarily 0.5, but...
  5. E

    A Stopping rule for quality control problem

    @micromass, thanks a lot for the suggestion of using a Bayesian approach– and for spelling it out. I'll try to implement in computationally.
  6. E

    A Measuring the degree of convergence of a stochastic process

    @micromass: I have continued working on a related problem – I have posted a new thread here. Would be great to hear your thoughts!
  7. E

    A Stopping rule for quality control problem

    Problem: Suppose I have a production process that yields output in batches of n items. For each batch, I can test whether they are of good or bad quality. Let q_i ∈ {1,0} be the quality of tested item i. If more than half of the items are ‘bad’, the batch should be discarded. In other words...
  8. E

    A Measuring the degree of convergence of a stochastic process

    Thanks for this @micromass – very helpful!
  9. E

    A Measuring the degree of convergence of a stochastic process

    Thanks @andrewkirk. Indeed, saying "guarantee" in my question was poor use of language – as a matter of fact I also say "In other words, what is the point after which we can be confident that increasing the sample size...". So your proposal to reformulate the problem is indeed helpful. It'd be...
  10. E

    A Measuring the degree of convergence of a stochastic process

    @andrewkirk and @mfb : I see... but given that I don't know the true value of ##p##, solving the problem assuming the upper bound seems an extreme assumption. My point is that it seems rather wasteful to assume the worst-case scenario to solve for ##k## ex-ante, rather than using information...
  11. E

    A Measuring the degree of convergence of a stochastic process

    @mfb: I think I left relevant information when trying to explain my question. Here is a new attempt -------- Consider a set of random variables ##(X_1,X_2,X_3,...X_k)## that are i.i.d. ##Bernoulli(p)## While I do not know ##p## I can estimate it using $$ Y(k)=\frac{1}{k}\sum_{i=1}^k X_i $$...
  12. E

    A Measuring the degree of convergence of a stochastic process

    Consider a sample consisting of {y1,y2,...,yk} realisations of a random variable Y, and let S(k) denote the variance of the sample as a function of its size; that is S(k)=1/k( ∑ki=1(yi−y¯)2) for y¯=1/k( ∑ki=1 yi) I do not know the distribution of Y, but I do know that S(k) tends to zero as k...
  13. E

    A Information contained in minimum value of truncated distribution

    Your answer makes me wonder if applying the cut on both K and T would change things. For instance, for some other cut b, can we know what E[Min[ T | T>t , K<b]] is?
Back
Top