Skip to content

Given the data points for three different currency pairs, analyze the trend of each currency.

Notifications You must be signed in to change notification settings

DipakMajhi/Trend-Analysis-Exercise-Naustone-Trades

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Trend-Analysis-Exercise-Naustone-Trades

Description :

A currency pair is denoted as EUR-USD, where EUR, USD represents two different currencies. EUR is the base currency and USD is the counter currency.

EUR -> Euro

USD -> US Dollar

JPY -> Japanese Yen

Dataset :

EUR-USD = (4,2,4,5,3,2,5,6,7,8,7,8,9,8,7)

EUR-JPY = (3,4,2,3,4,3,1,2,4,3,5,7,4,3,4)

USD-JPY = (6,4,1,7,8,7,9,10,7,4,1,3,6,5,9)

Question :

Given the data points for three different currency pairs, analyze the trend of each currency.

  1. Determine which currency is the best performing currency among the three currencies EUR, USD, JPY?

  2. Determine which currency is the worst performing currency among the three currencies EUR, USD, JPY?

Please provide explanation, these are not answer based questions. Explain your thought process. You are welcome to provide pseudo code and working code as well. All graphs are made to the scale for your reference purpose. Providing program shows your ability to convert real life solution to computer understandable language.

HINT: You can explore various statistical models. If you look at a graph, you can generally say if the graph is in up trend, down trend or no trend. Real life problem - How can you let computer know about the trend of the graph? Is there a universal model for all situations? Are there multiple model for each kind of situation?

About

Given the data points for three different currency pairs, analyze the trend of each currency.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published