A Integrate data plot, combine errors including correlation

venus_in_furs
Messages
19
Reaction score
1
Hello

I have a set of data points, with errors (X1 , Y1 +- deltaY1) , (X2 , Y2 +-deltaY2) etc
I have the covariance matrix for these bins

I want to integrate this set of data points: SUM_i ( Y_i * X_binWidth_i )

How do I combine the errors, taking into consideretation the covariance matrix?
So I end up with a single value and a single error?

If anyone can explain or point me in the direction of some text about this that would be very helpful thanks
 
Physics news on Phys.org
So for two numbers that are correlated, if I wanted to add them I would do
y1 with error delta1, y2 with error delta2

B = y1 + y2

And the thing i want is detalB = (delta1)^2 + (delta2)^2 + 2 cov[ y1, y2 ]

But what do I do when I am trying to add more than two numbers that are all correlated.. i.e. integrate a set of correlated data points.
 
venus_in_furs said:
So for two numbers that are correlated, if I wanted to add them I would do
y1 with error delta1, y2 with error delta2

B = y1 + y2

And the thing i want is detalB = (delta1)^2 + (delta2)^2 + 2 cov[ y1, y2 ]

But what do I do when I am trying to add more than two numbers that are all correlated.. i.e. integrate a set of correlated data points.
Basically the same thing: sum of all squares and twice the sum of all covariances gives the variance of the sum.
 
Hey venus_in_furs.

General co-variance formulas can be done using matrix techniques with the co-variance term.

There is a vCv^t formulation where C is the co-variance matrix and v represents the scalar component of the random variable.

It mimics the variance results that are proven with the normal Var[] operator but it allows it to be done with matrices and vectors in an arbitrary fashion.

A multi-variate statistics textbook should have it (or any other similar resource).
 
Namaste & G'day Postulate: A strongly-knit team wins on average over a less knit one Fundamentals: - Two teams face off with 4 players each - A polo team consists of players that each have assigned to them a measure of their ability (called a "Handicap" - 10 is highest, -2 lowest) I attempted to measure close-knitness of a team in terms of standard deviation (SD) of handicaps of the players. Failure: It turns out that, more often than, a team with a higher SD wins. In my language, that...
Hi all, I've been a roulette player for more than 10 years (although I took time off here and there) and it's only now that I'm trying to understand the physics of the game. Basically my strategy in roulette is to divide the wheel roughly into two halves (let's call them A and B). My theory is that in roulette there will invariably be variance. In other words, if A comes up 5 times in a row, B will be due to come up soon. However I have been proven wrong many times, and I have seen some...
Back
Top