pyfan.amto.array.gridminmax

Created on Nov 27, 2017

@author: fan

Module Contents

Functions

three_vec_grids(vara_min, vara_max, vara_grid, vara_grid_add=None, varb_min=None, varb_max=None, varb_grid=None, varb_grid_add=None, varc_min=None, varc_max=None, varc_grid=None, varc_grid_add=None, gridtype='grid', tomesh=False, return_joint=False, return_single_col=False, seed=999)

Grid for VFI

random_vector_mean_sd(mean, sd, grid_count, gridtype='grid', seed=382)

random_vector_min_max(minval, maxval, grid_count)

pyfan.amto.array.gridminmax.three_vec_grids(vara_min, vara_max, vara_grid, vara_grid_add=None, varb_min=None, varb_max=None, varb_grid=None, varb_grid_add=None, varc_min=None, varc_max=None, varc_grid=None, varc_grid_add=None, gridtype='grid', tomesh=False, return_joint=False, return_single_col=False, seed=999)[source]

Grid for VFI Temporary code, so that I can deal with minimal school hour. should be deleted in the future. and combined with the method above

pyfan.amto.array.gridminmax.random_vector_mean_sd(mean, sd, grid_count, gridtype='grid', seed=382)[source]
pyfan.amto.array.gridminmax.random_vector_min_max(minval, maxval, grid_count)[source]
pyfan.amto.array.gridminmax.vara_min = 1[source]