an
saurus
tags:
covariance
math
simulation
statistics
time-series
views:
238
answers:
1
+1
Q:
How to use correlogram to estimate variance?
+1
A:
The correlogram can be calculated with the function
acf()
too.
-k
knguyen
2009-11-07 06:48:02
Do you mean acf() in R language? I've tried that.
ablmf
2009-11-07 07:33:15
Oh, what I had in mind simply was that you could try to use acf() (hopefully its implementation is correct) to narrow down search space regarding the cause of your bugs.
knguyen
2009-11-07 17:05:30
related questions
What are some good rigid body dynamics references?
Algorithm to find a common multiplier to convert decimal numbers to whole numbers
How to test randomness (case in point - Shuffling)
What are the core mathematical concepts a good developer should know?
How to get the base 10 logarithm of a Fixnum in Ruby?
Can you be terrible at math and still a great programmer?
Modulus operation with negatives values - weird thing ??
How do I calculate a trendline for a graph?
Calculate Video Duration
Russell's Paradox
Popularity algorithm
How do I calculate distance between two latitude longitude points?
The Google Calculator Glitch, could float vs. double be a possible reason?
Calculating Distance Between 2 Cities
Prime factors
Where can I find a "Math topic dependency tree" to assist my self-guided refresher on the subject?
How to Round Up The Result Of Integer Division
Do you have to be good at math to be a good programmer?
Useful math for programmers
Puzzle: Find largest rectangle (maximal rectangle problem)
What does the term "BODMAS" mean?
Mapping latitude/longitude to a distorted map
A little diversion into floating point (im)precision, part 1
Solving a linear equation
What's the difference between Math.Floor() and Math.Truncate() in .NET?