Solve simple stochastic growth model with interpolation method
The stochg.m quotes "fminbnd" function, which is a native Matlab function that finds global minimum given the function to evaluate and interval for arguments The stochg.m qutoes "golden", which is a selfwritten function that uses golden section method to find global maximum.
The simulate_golden.m runs simulation basing on off-the-grid policy functions and shocks, and draws the result.