Learn R Programming

MDPtoolbox (version 4.0.2)

mdp_span: Evaluates the span of a vector

Description

Computes the span of a vector.

Usage

mdp_span(W)

Arguments

W
a vector.

Value

the value of the span of the W vector.

Details

mdp_span computes the span of the W vector: max W(s) - min W(s)