BellmanSolver.jl
  • BellmanSolver.jl Documentation
  • Utils
    • Introduction
    • API
  • Markov Chain
  • Value Function Iteration
  • Endogenous Grid Method
Version
  • Utils
  • Utils
GitHub

Utils

  • Utils
    • Introduction
    • API

Introduction

This module provides utilities for setting up dynamic programs.

API

BellmanSolver.Utils.make_k_grid — Method
make_k_grid(min, max, N)

Make a grid for the capital stock.

Arguments

  • min::Real: Minimum value of the grid
  • max::Real: Maximum value of the grid
  • N::Int: Number of grid points

Returns

  • k_grid::Vector{Float64}: Grid points for the capital stock
source
« BellmanSolver.jl DocumentationMarkov Chain »

Powered by Documenter.jl and the Julia Programming Language.

Settings


This document was generated with Documenter.jl version 1.3.0 on Sunday 14 April 2024. Using Julia version 1.9.4.