Vertical histogram

So, 0, 10, 20, 30 are x-axis, and 0, 10000, 20000, 30000, 40000, 50000, 60000 are y-axis import java.util.*; import java.io.*; /* CSC142 Programming Assignment #4: * Print an ascii histogram of the values of the ‘distribution[]’ array (defined below)to...

Derivative related calculation

Using the AAPL option chain and 350,000 AAPL shares, devise a delta neutral call and put strategy. Prove each assuming a loss of $5 in APPL. You proof should include delta, gamma, and thetaHave to be familiar with derivatives at least have known the algebra or...

Coordinate Lines

Question 21How far is coordinate line N43800 from coordinate line N43400? (XXX.XX feet)Question 20What is the change in elevation between Lots 10 and 11 in tract 12804? (X.XX feet)Question 13What is the width from property line to property line of Medina? (XX.XX...

Maths project

The ProjectFrank G. is teaching AP Calculus. In his class, a few students completed the problem different ways. He sends the following message to an online message board for AP Calculus teachers for assistance.OK people I need your help on this one. What are your...

Octave Exercises

Create a function that implements the calculation of a mathematical function in the given time range with time interval sufficient to get enough smooth plot of the function. Function accepted the following parameters:a) period T (ω = 2π/T)b) damping decrement λ which...

Fitting a linear regression model

Consider three methods of fitting a linear regression model – (a) lasso, (b) ridge regression, and (c) fitting nonlinear trends. For each method, choose the right answer, comparing it with the least squares regression: i. The method is more flexible and hence...