ArticleslgStudy

science

Phase dispersion minimization

Phase dispersion minimization is a science topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Phase dispersion minimization rather than just read about it. In short: Phase dispersion minimization (PDM) is a data analysis technique that searches for periodic components of a time series data set. It is useful for data sets with gaps, non-sinusoidal variations, poor time coverage or other problems that would make Fourier techniques unusable.

Phase dispersion minimization — main illustration
Phase dispersion minimization — illustration

Key takeaways

  • Phase dispersion minimization belongs to science; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Phase dispersion minimization to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Phase dispersion minimization from memory before moving on to harder problems.

Reference excerpt

Phase dispersion minimization (PDM) is a data analysis technique that searches for periodic components of a time series data set. It is useful for data sets with gaps, non-sinusoidal variations, poor time coverage or other problems that would make Fourier techniques unusable. It was first developed by Stellingwerf in 1978 and has been widely used for astronomical and other types of periodic data analyses. Source code is available for PDM analysis. The current version of this application is available for download.

Background PDM is a variant of a standard astronomical technique called data folding. This involves guessing a trial period for the data, and cutting, or "folding" the data into multiple sub-series with a time duration equal to the trial period. The data are now plotted versus "phase", or a scale of 0->1, relative to the trial period. If the data is truly periodic with this period a clean functional variation, or "light curve", will emerge. If not the points will be randomly distributed in amplitude. As early as 1926 Whittiker and Robinson proposed an analysis technique of this type based on maximizing the amplitude of the mean curve. Another technique focusing on the variation of data at adjacent phases was proposed in 1964 by Lafler and Kinman. Both techniques had difficulties, particularly in estimating the significance of a possible solution.

PDM analysis PDM divides the folded data into a series of bins and computes the variance of the amplitude within each bin. The bins can overlap to improve phase coverage, if needed. The bin variances are combined and compared to the overall variance of the data set. For a true period the ratio of the bin to the total variances will be small. For a false period the ratio will be approximately unity. A plot of this ratio versus trial period will usually indicate the best candidates for periodic components. Analyses of the statistical properties of this approach have been given by Nemec & Nemec and Schwarzenberg-Czerny.

PDM2 updates The original PDM technique has been updated (PDM2) in several areas::

1) The bin variance calculation is equivalent to a curve fit with step functions across each bin. This can introduce errors in the result if the underlying curve is non-symmetric, since deviations toward the right side and left side of each bin will not exactly cancel. This low order error can be eliminated by replacing the step function by a linear fit drawn between bin means (see figure, above), or a B-Spline fit to the bin means. In either case, the smoothed fits should not be used for frequencies in the "noise" portion of the spectrum. 2) The original test of significance was based on an F test, which has been shown to be incorrect. The correct statistic is an incomplete beta distribution for well-behaved data sets, and a Fisher Randomization / Monte-Carlo analysis for "clumpy" data (i.e. data with non-uniform time distribution). 3) To accommodate new data sets with many data points, a new "Rich Data" version of PDM, called PDM2b has been developed. This version uses 100 bins per period, rather than the default value of 10 bins per period. An example of this option is shown here.

See reference (2) for a detailed technical discussion, test cases, C source code, and a Windows application package.

Binless PDM In Plavchan et al. 2008, Plavchan introduced a binless version of the phase dispersion minimization algorithm. The algorithm was further revised in 2014 in Parks, Plavchan et al. 2014, and is available for highly-parallel use online at the NASA Exoplanet Archive. The binned PDM approach is susceptible to period aliases when the cadence is semi-regular (e.g., nightly observations of a star brightness). Plavchan and colleagues avoided this aliasing by computing a box-car smoothed phased time-series, where the box-car width can be thought of as the old bin size. The original folded time-series is compared to the smoothed time-series, and the best period is found when the time-series are most similar. See the NASA Exoplanet Archive for more information on statistical significance and approaches.

References

Illustrations

Phase dispersion minimization: PDM2 analysis for the double mode Cepheid variable TU Cas, primary period
PDM2 analysis for the double mode Cepheid variable TU Cas, primary period
Phase dispersion minimization: Raw data set for the analysis shown above. The large gaps are often found in ground-based observations.
Raw data set for the analysis shown above. The large gaps are often found in ground-based observations.
Phase dispersion minimization: PDM2b analysis of RR Lyrae rich data set. Mean curve is in red, using 100 bins and a Spline fit.
PDM2b analysis of RR Lyrae rich data set. Mean curve is in red, using 100 bins and a Spline fit.

Worked examples

Example 1 — a first encounter with Phase dispersion minimization

Start with the simplest possible case. Write down what Phase dispersion minimization claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In science, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Phase dispersion minimization before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Phase dispersion minimization ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Phase dispersion minimization

In research
Phase dispersion minimization appears in science research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Phase dispersion minimization in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Phase dispersion minimization is common in secondary-school and first-year university syllabi. It links to neighbouring topics Nonlinear time series analysis, Time series, so understanding it makes those chapters shorter.
In everyday life
Look for Phase dispersion minimization outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.
Ask Teacher Smith questions about this articleOpens your AI tutor with a question about “Phase dispersion minimization” →

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Phase dispersion minimization in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Phase dispersion minimization means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Phase dispersion minimization out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Phase dispersion minimization in simple terms?

Phase dispersion minimization (PDM) is a data analysis technique that searches for periodic components of a time series data set. It is useful for data sets with gaps, non-sinusoidal variations, poor time coverage or other problems that would make Fourier techniques unusable.

Why does Phase dispersion minimization matter?

Because it connects several science ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Phase dispersion minimization?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Phase dispersion minimization.

Tags

  • Nonlinear time series analysis
  • Time series

Keep exploring