Skip to main content

Questions tagged [time-series]

Questions on sequences where adjacent samples are time-correlated, making the data suitable for modeling the behavior of the sampled system.

3 votes
1 answer
360 views

Fourier series using DFT

I am trying a simple example to do a discrete Fourier transform. My goal is to use DFT to find the frequencies that have built the time signal and then to a good approximation, use DFT data to find ...
Ankush Girdhar's user avatar
0 votes
0 answers
43 views

Combining model ARIMA and GARCH models

...
VishnuPrasad 's user avatar
0 votes
0 answers
42 views

How to extract viewership data and what kind of distribution should describe youtube viewership for events in a video?

This is actually a 2-in-one question. I am a big chess fan, and I have been following the FIDE candidates tournament closely. I was watching an older interview where IM Levi Rozman interviews GM Ian ...
ydd's user avatar
  • 4,572
0 votes
1 answer
43 views

Is there a filter for smoothing out data that only changes the last incoming value that isn't MovingAverage?

So I'm studying financial markets and I want to smooth out some data. This can be achieved by using MovingAverage(MA) or ExponentialMovingAverage(EMA) but I'm trying to find something better. There ...
Alberto Sierraalta's user avatar
0 votes
2 answers
47 views

Ensemble averaging with non-identical (time) stamps

I have data which could be interpreted as time series, but with non-identical time stamps. Their format is: ...
neko neko's user avatar
1 vote
0 answers
171 views

How to Model a Parametric Fast Fourier Transform in Mathematica?

I'm using this code which evaluates the FFT of my original signal (which is a time series). Using the Manipulate function of Mathematica it is possible to vary the ...
Giuseppe Vonella's user avatar
0 votes
1 answer
72 views

How to plot time-frequency evolution based on zero crossings?

In a paper that analyzes the data from GW150914, a time-frequency plot was shown. The paper proposes that, quote: An approximate version of the time-frequency evolution can also be obtained directly ...
Halcyon Mo's user avatar
4 votes
3 answers
433 views

Calculating upper culmination of the Moon

I’m completely confused by the new astronomical data system in Mathematica. For every day in some interval, I want to calculate {azimuth, altitude} of the Moon in ...
lesobrod's user avatar
  • 1,849
1 vote
2 answers
167 views

How to make faster of a code containing more iteration points?

I am trying to evaluate a code of the Power Series Solution method to get the results. Also, the time of evaluation depends on the parameters I am using. When the iteration point is 50, 60, or 80, it ...
supragyan priyadarshinee's user avatar
2 votes
3 answers
145 views

Accumulate Date Data Over Some Period

Say I have a series of time points, spread randomly throughout the year ...
Tomi's user avatar
  • 4,558
1 vote
1 answer
115 views

How to improve performance of making an Exponentially Weighted Correlation Matrix?

I would like to make an Exponentially Weighted version of Correlation (similar to https://pandas.pydata.org/pandas-docs/version/0.17.0/generated/pandas.ewmcov.html)....
IntroductionToProbability's user avatar
1 vote
0 answers
53 views

How to join common dates on a TemporalData set with TimeSeriesThread (possible Bug)

Bug introduced in version 13.2 or earlier WRI have forwarded the problem to their developers. Case Number 5029803 I am trying to join TemporalData with many paths ...
IntroductionToProbability's user avatar
1 vote
0 answers
71 views

How to Name a Path in TemporalData?

Preamble: I am working with stock prices and need to perform calculations on them. And then extract the information for further calculations. TimeSeries/...
IntroductionToProbability's user avatar
1 vote
1 answer
299 views

Periodogram and frequency

On the x axis of periodogram, one should have either a period or frequency. What frequency is used in Periodogram --- angular or ...
atapaka's user avatar
  • 4,006
1 vote
0 answers
99 views

Does anyone have any Mathematica code for rainflow counting for fatigue and damage equivalent load anlaysis?

‘Rainflow Counting’ is a method to determine the number of fatigue cycles present in a load-time history. See https://en.wikipedia.org/wiki/Rainflow-counting_algorithm There is a MatLab function that ...
ouzel's user avatar
  • 63

15 30 50 per page
1
2 3 4 5
23