This document is an assessment for SIT718 Real World Analytics. It includes questions and answers related to stock price trend, GBM, and stock price simulation.
Contribute Materials
Your contribution can guide someone’s learning journey. Share your
documents today.
SIT718 Real World Analytics Assessment Task 2: Problem Solving Name of the Student Name of the University
Secure Best Marks with AI Grader
Need help grading? Try our AI Grader for instant feedback on your assignments.
Question 1: To conduct this study, the expert has considered AGL vitality constrained (AGL.AX), which is an open recorded organization. This association for the most part engaged with age just as retailing of gas and power. The organization is working this business both in business just as private commercial market. Question 2: The beneath chart is appearing as historical stock value pattern over the period 1stMarch 2018 to 31st May 2018. The chart is showing that there was a by and large upward pattern over the time period. In spite of the fact that in the middle of, the association encountered a where it counts amid the finish of April 2018 (Bongiorno, Goia and Vieu, 2017).
Figure 1: Stock price trend Question 3: SoastoperformGBM,theearlierdataidentifiedwithfloat(mu)andstockvalue unpredictability (sigma) is basic. The accompanying equation is utilized to compute float and unpredictability: U=1 t−1∑ i=1 t ln(Si+1/Si) S2=1 t−2∑ i=1 t (ln(Si+1 Si)−U) 2 σ=S √(∆t) μ= U+S2 2 ∆t
Paraphrase This Document
Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Question 4: The primary criteria for GBM is that the stock cost has float rate of zero and change of 1. This implies, the stock value return must pursue standard ordinary dispersion (Rao, 2015). Here, the dissemination of stock value return did not pursue the standard typical circulation, which is upheld by the underneath diagram (Kin, Hasan, and Hamdan, 2017): Question 5: Presently by following these previously mentioned equation, both three months just as a month ago qualities are determined as referenced beneath: Three Months [March-May]Third Month [May] σ 0.086414896879032 7σ10.0413835877491915 μ 0.036324054716956 2μ1 0.0087957288528050 3
Figure 2: stock price return Question 6: Over the time, on fifteenth June the stock cost will be 19.45 AUD. Be that as it may, the genuine cost on a similar date was 21.64 AUD.
Figure 2: GBM Question 7: It has seen that the investigation of the geometric Brownian movement (GBM) strategy to re- enact stock value developments and do forecast infers whether the recreated stock costs line
Secure Best Marks with AI Grader
Need help grading? Try our AI Grader for instant feedback on your assignments.
up with real stock returns (Ramos et al. 2019). There was a decrease of unpredictability of stock just as float esteem when the time span diminished to one moth from three months. Notwithstanding, it has seen that the parameter was not steady after some time.
Reference: Bongiorno,E.G.,Goia,A.andVieu,P.,2017.OntheGeometricBrownianMotion assumption for financial time series. InFunctionalStatisticsandRelatedFields(pp. 59-65). Springer, Cham. Kin, T.Y., Hasan, S.A. and Hamdan, N., 2017. Article 7 Forecasting the Financial Times Stock Exchange Bursa Malaysia Kuala Lumpur Composite Index Using Geometric Brownian Motion.ComputingResearch&Innovation(CRINN)Vol2,October2017, p.67. Ramos, A.L., Mazzinghy, D.B., Barbosa, V.D.S.B., Oliveira, M.M. and Silva, G.R.D., 2019. Evaluation of an iron ore price forecast using a geometric Brownian motion model.REM- InternationalEngineeringJournal,72(1), pp.9-15. Rao, B.P., 2015. Option pricing for processes driven by mixed fractional Brownian motion with superimposed jumps.ProbabilityintheEngineeringandInformationalSciences,29(4), pp.589-596.
Appendix: Data: R code: library("PerformanceAnalytics") library("quantmod") library("xts") prices <- getSymbols("AGL.AX", from = "2018-03-01", to = "2018-05-31", auto.assign = FALSE) prices plot.zoo(prices$AGL.AX.Adjusted) returns <- Return.calculate(prices$AGL.AX.Adjusted) returns
Paraphrase This Document
Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser