Hello, if you have any need, please feel free to consult us, this is my wechat: wx91due
MA415S A1 Data Science
An R-markdown genera PDF report with details satisfying all things mentioned below:
1. Analyzes a particular stock (not JNJ) of your choosing over the past 2 years. The data you choose must have at the least 2 apparent minima and 2 apparent maxima.
2. Performs a polynomial regression model approximation onto the time series
3. Approximates the minima/maxima of the regression model via Newton-Raphson
4. All details (including your written methodology and reasoning, in addition to your code) should be mentioned as if speaking to an audience who hasn't attended class.
5. The final result (including all graphical lines and attributes) should match similar to the one attached to this assignment.
6. The conclusion of your paper should give some calculation and/or estimate associated to how often your stock data repeats.
7. If you have prebuilt functions, there is no need to have them mentioned in your PDF outside of source(...)'ing them in your code.