jasp-stats / jasp-issues

This repository is solely meant for reporting of bugs, feature requests and other issues in JASP.
57 stars 29 forks source link

[Bug]: Time Series Analysis Stationarity transformation #2804

Open wooyoung32 opened 4 weeks ago

wooyoung32 commented 4 weeks ago

JASP Version

0.18.3

Commit ID

No response

JASP Module

Time Series

What analysis are you seeing the problem on?

Transformation under stationarity

What OS are you seeing the problem on?

macOS Intel

Bug Description

I've noticed that when I perform data transformation, I get identical results using the methods "Detrend using linear regression + Log" and "Detrend using linear regression". Initially, I thought this might be due to the "Detrend using linear regression" step generating negative data values, causing the "Log" step not to work. To check if the problem was the negative value of the data, I ran using "Difference"(which also produces negative values) instead of "Detrend using linear regression". However, the "Difference + Log" and "Difference" produced different results.

Expected Behaviour

Results from "Detrend using linear regression + Log" and "Detrend using linear regression" should differ.

Steps to Reproduce

  1. Do "Detrend using linear regression + Log" transformation
  2. Do "Detrend using linear regression" transformation
  3. Compare the results Pennsylvania monthly offences data_2013.csv

...

Log (if any)

No response

Final Checklist

tomtomme commented 3 weeks ago

@sophieberkhout Can you help out here? I can confirm this even for current 0.19 beta: grafik

wooyoung32 commented 6 days ago

Hi @tomtomme Just checking in on the bug status. Is it still being worked on, or has it been resolved? Thanks!

EJWagenmakers commented 6 days ago

@sophieberkhout what's the current status of this one?

sophieberkhout commented 4 days ago

I believe I have found the problem and will be able to fix it soon.