eval_recursion {dynprog}R Documentation

Evaluate an entire dynprog recursion.

Description

This function takes the ranges and recursions of a specification and evaluate the dynprog expression, returning a filled out dynamic programming table.

Usage

eval_recursion(ranges, recursions)

Arguments

ranges

The ranges specification

recursions

The recursions specification

Value

The filled out dynamic programming table


[Package dynprog version 0.1.1 Index]